ACF_CustomMod/lua/acf/shared/customs/chips.lua

15 lines
288 B
Lua

--ENGINE CHIPS
ACF_DefineChips( "V3_Chips", {
name = "Engine Performance Chip V3",
desc = "Increase engine power",
model = "models/jaanus/wiretool/wiretool_gate.mdl",
weight = 1,
modtable = {
[1] = 60, --Torque Adding
[2] = 1000, --Rpm Adding
[3] = 0 --Vtec Kick Rpm
}
} )