Inventory Setup
Add to items.lua
['bottle_cap'] = {
label = 'Bottle Cap',
weight = 0,
stack = true,
close = true,
},
['cardboard_bed'] = {
label = 'Cardboard Bed',
weight = 1,
stack = false,
close = true,
},
['hobo_gloves'] = {
label = 'Hobo Gloves',
weight = 1,
stack = false,
close = true,
},
['hobo_tent'] = {
label = 'Hobo Tent',
weight = 10000,
stack = false,
close = true,
},
['begging_sign'] = {
label = 'Begging Sign',
weight = 1,
stack = true,
close = true,
},
['medical_care_package'] = {
label = 'Medical Care Package',
weight = 10000,
stack = false,
close = true,
},
['rat_treats'] = {
label = 'Rat Treats',
weight = 1,
stack = true,
close = true,
},
['racoon_treats'] = {
label = 'Racoon Treats',
weight = 1,
stack = true,
close = true,
},
['rat_bait'] = {
label = 'Rat Bait',
weight = 1,
stack = true,
close = true,
},
['hobo_crown'] = {
label = 'Hobo Crown',
weight = 500,
stack = false,
close = true,
},
['sleeping_bag'] = {
label = 'Sleeping Bag',
weight = 2000,
stack = false,
close = true,
},
['hobo_bottle'] = {
label = 'Dirty Water',
weight = 500,
stack = false,
close = true,
description = 'A bottle of dirty water, it smells bad..',
},
['ration_pack'] = {
label = 'Ration Pack',
weight = 1500,
stack = false,
close = true,
},
['wooden_junk'] = {
label = 'Wooden Junk',
weight = 100,
stack = true,
close = true,
},
['copper_junk'] = {
label = 'Copper Junk',
weight = 100,
stack = true,
close = true,
},
['scrap_junk'] = {
label = 'Scrap Junk',
weight = 100,
stack = true,
close = true,
},
['cloth_junk'] = {
label = 'Cloth Junk',
weight = 100,
stack = true,
close = true,
},
['plastic_junk'] = {
label = 'Plastic Junk',
weight = 100,
stack = true,
close = true,
},
['electronic_junk'] = {
label = 'Electronic Junk',
weight = 100,
stack = true,
close = true,
},
['broken_phone'] = {
label = 'Broken Phone',
weight = 300,
stack = true,
close = true,
},
['food_waste'] = {
label = 'Food Waste',
weight = 100,
stack = true,
close = true,
},
['medical_waste'] = {
label = 'Medical Waste',
weight = 100,
stack = true,
close = true,
},
['paper_junk'] = {
label = 'Paper Junk',
weight = 100,
stack = true,
close = true,
},
['glass_junk'] = {
label = 'Glass Junk',
weight = 100,
stack = true,
close = true,
},
['rabies_shot'] = {
label = 'Rabies Shot',
weight = 100,
stack = true,
close = true,
},
['tetanus_shot'] = {
label = 'Tetanus Shot',
weight = 100,
stack = true,
close = true,
},
["bottle_cap"] = { name = "bottle_cap", label = "Bottle Cap", weight = 0, type = "item", image = "bottle_cap.png", unique = false, useable = false, shouldClose = true, combinable = nil, description = nil },
["cardboard_bed"] = { name = "cardboard_bed", label = "Cardboard Bed", weight = 1, type = "item", image = "cardboard_bed.png", unique = true, useable = true, shouldClose = true, combinable = nil, description = nil },
["hobo_gloves"] = { name = "hobo_gloves", label = "Hobo Gloves", weight = 1, type = "item", image = "hobo_gloves.png", unique = true, useable = true, shouldClose = true, combinable = nil, description = nil },
["hobo_tent"] = { name = "hobo_tent", label = "Hobo Tent", weight = 10000, type = "item", image = "hobo_tent.png", unique = true, useable = true, shouldClose = true, combinable = nil, description = nil },
["begging_sign"] = { name = "begging_sign", label = "Begging Sign", weight = 1, type = "item", image = "begging_sign.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = nil },
["medical_care_package"] = { name = "medical_care_package", label = "Medical Care Package", weight = 10000, type = "item", image = "medical_care_package.png", unique = true, useable = true, shouldClose = true, combinable = nil, description = nil },
["rat_treats"] = { name = "rat_treats", label = "Rat Treats", weight = 1, type = "item", image = "rat_treats.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = nil },
["racoon_treats"] = { name = "racoon_treats", label = "Racoon Treats", weight = 1, type = "item", image = "racoon_treats.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = nil },
["rat_bait"] = { name = "rat_bait", label = "Rat Bait", weight = 1, type = "item", image = "rat_bait.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = nil },
["hobo_crown"] = { name = "hobo_crown", label = "Hobo Crown", weight = 500, type = "item", image = "hobo_crown.png", unique = true, useable = true, shouldClose = true, combinable = nil, description = nil },
["sleeping_bag"] = { name = "sleeping_bag", label = "Sleeping Bag", weight = 2000, type = "item", image = "sleeping_bag.png", unique = true, useable = true, shouldClose = true, combinable = nil, description = nil },
["hobo_bottle"] = { name = "hobo_bottle", label = "Dirty Water", weight = 500, type = "item", image = "hobo_bottle.png", unique = true, useable = true, shouldClose = true, combinable = nil, description = "A bottle of dirty water, it smells bad.." },
["ration_pack"] = { name = "ration_pack", label = "Ration Pack", weight = 1500, type = "item", image = "ration_pack.png", unique = true, useable = true, shouldClose = true, combinable = nil, description = nil },
["wooden_junk"] = { name = "wooden_junk", label = "Wooden Junk", weight = 100, type = "item", image = "wooden_junk.png", unique = false, useable = false, shouldClose = true, combinable = nil, description = nil },
["copper_junk"] = { name = "copper_junk", label = "Copper Junk", weight = 100, type = "item", image = "copper_junk.png", unique = false, useable = false, shouldClose = true, combinable = nil, description = nil },
["scrap_junk"] = { name = "scrap_junk", label = "Scrap Junk", weight = 100, type = "item", image = "scrap_junk.png", unique = false, useable = false, shouldClose = true, combinable = nil, description = nil },
["cloth_junk"] = { name = "cloth_junk", label = "Cloth Junk", weight = 100, type = "item", image = "cloth_junk.png", unique = false, useable = false, shouldClose = true, combinable = nil, description = nil },
["plastic_junk"] = { name = "plastic_junk", label = "Plastic Junk", weight = 100, type = "item", image = "plastic_junk.png", unique = false, useable = false, shouldClose = true, combinable = nil, description = nil },
["electronic_junk"] = { name = "electronic_junk", label = "Electronic Junk", weight = 100, type = "item", image = "electronic_junk.png", unique = false, useable = false, shouldClose = true, combinable = nil, description = nil },
["broken_phone"] = { name = "broken_phone", label = "Broken Phone", weight = 300, type = "item", image = "broken_phone.png", unique = false, useable = false, shouldClose = true, combinable = nil, description = nil },
["food_waste"] = { name = "food_waste", label = "Food Waste", weight = 100, type = "item", image = "food_waste.png", unique = false, useable = false, shouldClose = true, combinable = nil, description = nil },
["medical_waste"] = { name = "medical_waste", label = "Medical Waste", weight = 100, type = "item", image = "medical_waste.png", unique = false, useable = false, shouldClose = true, combinable = nil, description = nil },
["paper_junk"] = { name = "paper_junk", label = "Paper Junk", weight = 100, type = "item", image = "paper_junk.png", unique = false, useable = false, shouldClose = true, combinable = nil, description = nil },
["glass_junk"] = { name = "glass_junk", label = "Glass Junk", weight = 100, type = "item", image = "glass_junk.png", unique = false, useable = false, shouldClose = true, combinable = nil, description = nil },
["rabies_shot"] = { name = "rabies_shot", label = "Rabies Shot", weight = 100, type = "item", image = "rabies_shot.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = nil },
["tetanus_shot"] = { name = "tetanus_shot", label = "Tetanus Shot", weight = 100, type = "item", image = "tetanus_shot.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = nil },
["weapon_hobo_toilet"] = { name = "weapon_hobo_toilet", label = "Toilet Seat", weight = 1000, type = "weapon", ammotype = nil, image = "weapon_hobo_toilet.png", unique = true, useable = true, shouldClose = true, description = "Bludgeoned with a Toilet Seat" },
["weapon_hobo_stick"] = { name = "weapon_hobo_stick", label = "Hobo Stick", weight = 800, type = "weapon", ammotype = nil, image = "weapon_hobo_stick.png", unique = true, useable = true, shouldClose = true, description = "Beaten with a Hobo Stick" },
["weapon_hobo_sponge"] = { name = "weapon_hobo_sponge", label = "Wet Sponge", weight = 300, type = "weapon", ammotype = nil, image = "weapon_hobo_sponge.png", unique = true, useable = true, shouldClose = true, description = "Smashed with a Wet Sponge" },
["weapon_hobo_mop"] = { name = "weapon_hobo_mop", label = "Mop", weight = 700, type = "weapon", ammotype = nil, image = "weapon_hobo_mop.png", unique = true, useable = true, shouldClose = true, description = "Swabbed to death with a Mop" },
["weapon_hobo_shard"] = { name = "weapon_hobo_shard", label = "Broken Glass", weight = 200, type = "weapon", ammotype = nil, image = "weapon_hobo_shard.png", unique = true, useable = true, shouldClose = true, description = "Stabbed with Broken Glass" },
["weapon_hobo_rebar"] = { name = "weapon_hobo_rebar", label = "Rebar", weight = 1200, type = "weapon", ammotype = nil, image = "weapon_hobo_rebar.png", unique = true, useable = true, shouldClose = true, description = "Impaled with Rebar" },
["weapon_hobo_plank"] = { name = "weapon_hobo_plank", label = "Wooden Plank", weight = 900, type = "weapon", ammotype = nil, image = "weapon_hobo_plank.png", unique = true, useable = true, shouldClose = true, description = "Bashed with a Wooden Plank" },
["weapon_hobo_oldmachete"] = { name = "weapon_hobo_oldmachete", label = "Old Machete", weight = 850, type = "weapon", ammotype = nil, image = "weapon_hobo_oldmachete.png", unique = true, useable = true, shouldClose = true, description = "Slashed with an Old Machete" },
["weapon_hobo_dusters"] = { name = "weapon_hobo_dusters", label = "Bolt Knuckles", weight = 400, type = "weapon", ammotype = nil, image = "weapon_hobo_dusters.png", unique = true, useable = true, shouldClose = true, description = "Punched with Bolt Knuckles" },
["weapon_hobo_brick"] = { name = "weapon_hobo_brick", label = "Brick", weight = 750, type = "weapon", ammotype = nil, image = "weapon_hobo_brick.png", unique = true, useable = true, shouldClose = true, description = "Bricked" },
["weapon_hobo_ratstick"] = { name = "weapon_hobo_ratstick", label = "Rat Stick", weight = 650, type = "weapon", ammotype = nil, image = "weapon_hobo_ratstick.png", unique = true, useable = true, shouldClose = true, description = "Whacked with a Rat Stick" },
["weapon_hobo_pipe"] = { name = "weapon_hobo_pipe", label = "Pipe", weight = 950, type = "weapon", ammotype = nil, image = "weapon_hobo_pipe.png", unique = true, useable = true, shouldClose = true, description = "Bludgeoned with a Pipe" },
["weapon_hobo_dirtyneedle"] = { name = "weapon_hobo_dirtyneedle", label = "Dirty Needle", weight = 100, type = "weapon", ammotype = nil, image = "weapon_hobo_dirtyneedle.png", unique = true, useable = true, shouldClose = true, description = "Infected with a Dirty Needle" },
Add to weapons.lua
['WEAPON_HOBO_TOILET'] = {
label = 'Toilet Seat',
weight = 1000,
durability = 0.1,
},
['WEAPON_HOBO_STICK'] = {
label = 'Hobo Stick',
weight = 800,
durability = 0.1,
},
['WEAPON_HOBO_SPONGE'] = {
label = 'Wet Sponge',
weight = 300,
throwable = true,
},
['WEAPON_HOBO_MOP'] = {
label = 'Mop',
weight = 900,
durability = 0.1,
},
['WEAPON_HOBO_SHARD'] = {
label = 'Broken Glass',
weight = 400,
durability = 0.1,
},
['WEAPON_HOBO_REBAR'] = {
label = 'Rebar',
weight = 1200,
durability = 0.1,
},
['WEAPON_HOBO_PLANK'] = {
label = 'Wooden Plank',
weight = 1000,
durability = 0.1,
},
['WEAPON_HOBO_OLDMACHETE'] = {
label = 'Old Machete',
weight = 1100,
durability = 0.1,
},
['WEAPON_HOBO_DUSTERS'] = {
label = 'Bolt Knuckles',
weight = 500,
durability = 0.1,
},
['WEAPON_HOBO_BRICK'] = {
label = 'Brick',
weight = 1000,
throwable = true,
},
['WEAPON_HOBO_RATSTICK'] = {
label = 'Rat Stick',
weight = 700,
durability = 0.1,
},
['WEAPON_HOBO_PIPE'] = {
label = 'Pipe',
weight = 1100,
durability = 0.1,
},
['WEAPON_HOBO_DIRTYNEEDLE'] = {
label = 'Dirty Needle',
weight = 200,
durability = 0.1,
},
[`weapon_hobo_toilet`] = { name = 'weapon_hobo_toilet', label = 'Toilet Seat', weapontype = 'Melee', ammotype = nil, damagereason = 'Bludgeoned with a Toilet Seat' },
[`weapon_hobo_stick`] = { name = 'weapon_hobo_stick', label = 'Hobo Stick', weapontype = 'Melee', ammotype = nil, damagereason = 'Beaten with a Hobo Stick' },
[`weapon_hobo_sponge`] = { name = 'weapon_hobo_sponge', label = 'Wet Sponge', weapontype = 'Thrown', ammotype = nil, damagereason = 'Smashed with a Wet Sponge' },
[`weapon_hobo_mop`] = { name = 'weapon_hobo_mop', label = 'Mop', weapontype = 'Melee', ammotype = nil, damagereason = 'Swabbed to death with a Mop' },
[`weapon_hobo_shard`] = { name = 'weapon_hobo_shard', label = 'Broken Glass', weapontype = 'Melee', ammotype = nil, damagereason = 'Stabbed with Broken Glass' },
[`weapon_hobo_rebar`] = { name = 'weapon_hobo_rebar', label = 'Rebar', weapontype = 'Melee', ammotype = nil, damagereason = 'Impaled with Rebar' },
[`weapon_hobo_plank`] = { name = 'weapon_hobo_plank', label = 'Wooden Plank', weapontype = 'Melee', ammotype = nil, damagereason = 'Bashed with a Wooden Plank' },
[`weapon_hobo_oldmachete`] = { name = 'weapon_hobo_oldmachete', label = 'Old Machete', weapontype = 'Melee', ammotype = nil, damagereason = 'Slashed with an Old Machete' },
[`weapon_hobo_dusters`] = { name = 'weapon_hobo_dusters', label = 'Bolt Knuckles', weapontype = 'Melee', ammotype = nil, damagereason = 'Punched with Bolt Knuckles' },
[`weapon_hobo_brick`] = { name = 'weapon_hobo_brick', label = 'Brick', weapontype = 'Thrown', ammotype = nil, damagereason = 'Bricked' },
[`weapon_hobo_ratstick`] = { name = 'weapon_hobo_ratstick', label = 'Rat Stick', weapontype = 'Melee', ammotype = nil, damagereason = 'Whacked with a Rat Stick' },
[`weapon_hobo_pipe`] = { name = 'weapon_hobo_pipe', label = 'Pipe', weapontype = 'Melee', ammotype = nil, damagereason = 'Bludgeoned with a Pipe' },
[`weapon_hobo_dirtyneedle`] = { name = 'weapon_hobo_dirtyneedle', label = 'Dirty Needle', weapontype = 'Melee', ammotype = nil, damagereason = 'Infected with a Dirty Needle' },
Last updated