Update 'mods/gunkit/init.lua'

This commit is contained in:
thunderdog1138 2020-10-12 14:44:35 +00:00
parent 0a4384b7bb
commit 99ed0edd75
1 changed files with 11 additions and 0 deletions

View File

@ -38,4 +38,15 @@ gunkit.register_firearm("gunkit:e11", {
zoom_time = 1,
-- Time in seconds till fov hits fov*zoom
}
})
gunkit.register_mag("gunkit:cartrage", {
description = "Blaster Cartrage",
inventory_image = "blaster_cartrage.png",
mag_type = "blaster",
-- Set this magazine as loadable by all guns with corresponding mag type.
ammo = "gunkit:bullet",
-- Ammo used by this magazine (Itemstring).
max_ammo = 100,
-- Amount of ammo this magazine can hold.
})