lua:
pistol_ammo = { name = 'pistol_ammo', label = '手枪弹药', weight = 200, type = 'item', image = 'pistol_ammo.png', unique = false, useable = true, shouldClose = true, description = '手枪弹药' },
weapon_pistol = { name = 'weapon_pistol', label = 'M1911', weight = 1000, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_pistol.png', unique = true, useable = false, description = '设计为单手握持的小型枪支' },
最后编辑: