gunslinger/guns.lua
Elkien3 ac52c69f2d initial fork commit
not going to explain it all, sorry :P
2019-03-27 08:17:55 -05:00

17 lines
400 B
Lua

gunslinger.register_gun("gunslinger:cheetah", {
itemdef = {
description = "Cheetah (Assault Rifle)",
inventory_image = "gunslinger_cheetah.png",
wield_image = "gunslinger_cheetah.png^[transformFXR300",
wield_scale = {x = 4, y = 4, z = 1}
},
mode = "automatic",
base_dmg = 1,
fire_rate = 6,
clip_size = 50,
range = 80,
base_spread = 20,
max_spread = 200,
ammo = "gunslinger:ammo"
})