Inventory Setup
Add to items.lua
['sparkler'] = {
label = 'Sparkler',
weight = 500,
stack = false,
close = true,
description = nil
},
['large_sparkler'] = {
label = 'Large Sparkler',
weight = 1000,
stack = false,
close = true,
description = nil
},
['large_green_sparkler'] = {
label = 'Large Green Sparkler',
weight = 1000,
stack = false,
close = true,
description = nil
},
['large_pink_sparkler'] = {
label = 'Large Pink Sparkler',
weight = 1000,
stack = false,
close = true,
description = nil
},
['large_blue_sparkler'] = {
label = 'Large Blue Sparkler',
weight = 1000,
stack = false,
close = true,
description = nil
},
['american_sparkler'] = {
label = 'USA Sparkler',
weight = 1000,
stack = false,
close = true,
description = nil
},
['fire_torch'] = {
label = 'Fire Torch',
weight = 1000,
stack = false,
close = true,
description = nil
},
['large_usa_sparkler'] = {
label = 'Large USA Sparkler',
weight = 1000,
stack = false,
close = true,
description = nil
},
['green_sparkler'] = {
label = 'Green Sparkler',
weight = 1000,
stack = false,
close = true,
description = nil
},
['pink_sparkler'] = {
label = 'Pink Sparkler',
weight = 1000,
stack = false,
close = true,
description = nil
},
['blue_sparkler'] = {
label = 'Blue Sparkler',
weight = 1000,
stack = false,
close = true,
description = nil
},
["frisbee"] = {
label = 'Flying Disc',
description = 'eCola Flying Disc!',
weight = 100,
stack = false,
close = true,
},
["frisbee2"] = {
label = 'Ultimate Disc In The Dark!',
description = 'Oh Yeah!! Ultimate Disc In The Dark!',
weight = 100,
stack = false,
close = true,
},
['fire_torch'] = {['name'] = 'fire_torch', ['label'] = 'Fire Torch', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'fire_torch.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['sparkler'] = {['name'] = 'sparkler', ['label'] = 'Sparkler', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'sparkler.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['american_sparkler'] = {['name'] = 'american_sparkler', ['label'] = 'USA Sparkler', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'american_sparkler.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['green_sparkler'] = {['name'] = 'green_sparkler', ['label'] = 'Green Sparkler', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'green_sparkler.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['pink_sparkler'] = {['name'] = 'pink_sparkler', ['label'] = 'Pink Sparkler', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'pink_sparkler.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['blue_sparkler'] = {['name'] = 'blue_sparkler', ['label'] = 'Blue Sparkler', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'blue_sparkler.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['large_sparkler'] = {['name'] = 'large_sparkler', ['label'] = 'Large Sparkler', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'large_sparkler.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['large_green_sparkler'] = {['name'] = 'large_green_sparkler', ['label'] = 'Large Green Sparkler', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'large_green_sparkler.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['large_pink_sparkler'] = {['name'] = 'large_pink_sparkler', ['label'] = 'Large Pink Sparkler', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'large_pink_sparkler.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['large_blue_sparkler'] = {['name'] = 'large_blue_sparkler', ['label'] = 'Large Blue Sparkler', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'large_blue_sparkler.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['large_usa_sparkler'] = {['name'] = 'large_usa_sparkler', ['label'] = 'Large USA Sparkler', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'large_usa_sparkler.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['frisbee'] = {['name'] = 'frisbee', ['label'] = 'Flying Disc', ['weight'] = 100, ['type'] = 'item', ['image']= 'frisbee.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'eCola Flying Disc!'},
['frisbee2'] = {['name'] = 'frisbee2', ['label'] = 'Ultimate Disc In The Dark!',['weight'] = 100, ['type'] = 'item', ['image'] = 'frisbee2.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Oh Yeah!! Ultimate Disc In The Dark!'},
Add to weapons.lua
['WEAPON_WATERGUN'] = {
label = 'Water Gun',
weight = 1000,
},
['WEAPON_BLOWUP_HAMMER'] = {
label = 'Blowup Hammer',
weight = 1000,
},
['WEAPON_ICEPOP_1'] = {
label = 'Ice Pop',
weight = 1000,
},
['WEAPON_ICEPOP_2'] = {
label = 'Ice Pop',
weight = 1000,
},
['WEAPON_ICEPOP_3'] = {
label = 'Ice Pop',
weight = 1000,
},
['WEAPON_POOLNOODLE'] = {
label = 'Pool Noodle',
weight = 1000,
},
['WEAPON_SANDAL'] = {
label = 'Sandal',
weight = 1000,
throwable = true,
},
[`WEAPON_WATERGUN`] = {['name'] = 'WEAPON_WATERGUN', ['label'] = 'Water Gun', ['caliber'] = nil, ['weapontype'] = 'Pistol', ['ammotype'] = nil, ['damagereason'] = 'Wetted Up / Soaked / Get Dry'},
[`WEAPON_BLOWUP_HAMMER`] = {['name'] = 'WEAPON_BLOWUP_HAMMER', ['label'] = 'Blowup Hammer', ['caliber'] = nil, ['weapontype'] = 'Melee', ['ammotype'] = nil, ['damagereason'] = 'Melee killed / Whacked / Executed / Beat down / Murdered / Battered'},
[`WEAPON_ICEPOP_1`] = {['name'] = 'WEAPON_ICEPOP_1', ['label'] = 'Icepop 1', ['caliber'] = nil, ['weapontype'] = 'Melee', ['ammotype'] = nil, ['damagereason'] = 'Melee killed / Whacked / Executed / Beat down / Murdered / Battered'},
[`WEAPON_ICEPOP_2`] = {['name'] = 'WEAPON_ICEPOP_2', ['label'] = 'Icepop 2', ['caliber'] = nil, ['weapontype'] = 'Melee', ['ammotype'] = nil, ['damagereason'] = 'Melee killed / Whacked / Executed / Beat down / Murdered / Battered'},
[`WEAPON_ICEPOP_3`] = {['name'] = 'WEAPON_ICEPOP_3', ['label'] = 'Icepop 3', ['caliber'] = nil, ['weapontype'] = 'Melee', ['ammotype'] = nil, ['damagereason'] = 'Melee killed / Whacked / Executed / Beat down / Murdered / Battered'},
[`WEAPON_POOLNOODLE`] = {['name'] = 'WEAPON_POOLNOODLE', ['label'] = 'Pool Noodle', ['caliber'] = nil, ['weapontype'] = 'Melee', ['ammotype'] = nil, ['damagereason'] = 'Melee killed / Whacked / Executed / Beat down / Murdered / Battered'},
[`WEAPON_SANDAL`] = {['name'] = 'WEAPON_SANDAL', ['label'] = 'Sandal', ['caliber'] = nil, ['weapontype'] = 'Melee', ['ammotype'] = nil, ['damagereason'] = 'Slapped / Thrown / Ghandid'},
Last updated