Items
Here are all the items you need to add to your server.
Item images are located in the images/items folder.
-- 🌱 Planting Tools
["plant_pot"] = {
["name"] = "plant_pot",
["label"] = "Plant Pot",
["weight"] = 2500,
["type"] = "item",
["image"] = "plant_pot.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A sturdy pot perfect for growing your weed plants."
},
["plant_shovel"] = {
["name"] = "plant_shovel",
["label"] = "Shovel",
["weight"] = 2500,
["type"] = "item",
["image"] = "plant_shovel.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A small shovel for digging and preparing soil for planting."
},
["plant_shears"] = {
["name"] = "plant_shears",
["label"] = "Shears",
["weight"] = 2500,
["type"] = "item",
["image"] = "plant_shears.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "Sharp shears for trimming and harvesting your plants."
},
["plant_fertilizer"] = {
["name"] = "plant_fertilizer",
["label"] = "Fertilizer",
["weight"] = 2500,
["type"] = "item",
["image"] = "plant_fertilizer.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "High-quality fertilizer to boost your plant's growth."
},
["plant_emptybag"] = {
["name"] = "plant_emptybag",
["label"] = "Empty Baggie",
["weight"] = 2500,
["type"] = "item",
["image"] = "weed_baggy_empty.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "An empty baggie, perfect for packaging your dried buds."
},
-- 🌾 Seeds
["seed_bluedream"] = {
["name"] = "seed_bluedream",
["label"] = "Blue Dream Seed",
["weight"] = 500,
["type"] = "item",
["image"] = "plant_seed.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A hybrid seed to grow the sweet, berry-flavored Blue Dream strain."
},
["seed_purplehaze"] = {
["name"] = "seed_purplehaze",
["label"] = "Purple Haze Seed",
["weight"] = 500,
["type"] = "item",
["image"] = "plant_seed.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A vibrant seed to cultivate the psychedelic Purple Haze strain."
},
["seed_glue"] = {
["name"] = "seed_glue",
["label"] = "Gorilla Glue Seed",
["weight"] = 500,
["type"] = "item",
["image"] = "plant_seed.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A sticky, powerful seed that grows into the potent Gorilla Glue strain."
},
["seed_bananakush"] = {
["name"] = "seed_bananakush",
["label"] = "Banana Kush Seed",
["weight"] = 500,
["type"] = "item",
["image"] = "plant_seed.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A tropical seed to produce the smooth, fruity Banana Kush strain."
},
-- 🍃 Buds
["bud_bluedream"] = {
["name"] = "bud_bluedream",
["label"] = "Blue Dream Bud",
["weight"] = 500,
["type"] = "item",
["image"] = "bud_bluedream.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "Dense Blue Dream buds with a sweet berry aroma and balanced effects."
},
["bud_purplehaze"] = {
["name"] = "bud_purplehaze",
["label"] = "Purple Haze Bud",
["weight"] = 500,
["type"] = "item",
["image"] = "bud_purplehaze.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "Vibrant Purple Haze buds with earthy flavors and an uplifting high."
},
["bud_glue"] = {
["name"] = "bud_glue",
["label"] = "Gorilla Glue Bud",
["weight"] = 500,
["type"] = "item",
["image"] = "bud_glue.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "Sticky Gorilla Glue buds, rich in resin with heavy, relaxing effects."
},
["bud_bananakush"] = {
["name"] = "bud_bananakush",
["label"] = "Banana Kush Bud",
["weight"] = 500,
["type"] = "item",
["image"] = "bud_bananakush.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "Sweet-smelling Banana Kush buds with tropical flavors and a smooth buzz."
},
-- 💼 Packaged Bags
["bluedream_bag"] = {
["name"] = "bluedream_bag",
["label"] = "Blue Dream Baggie",
["weight"] = 500,
["type"] = "item",
["image"] = "bluedream_bag.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A baggie of premium Blue Dream buds with sweet, fruity notes."
},
["purplehaze_bag"] = {
["name"] = "purplehaze_bag",
["label"] = "Purple Haze Baggie",
["weight"] = 500,
["type"] = "item",
["image"] = "purplehaze_bag.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A baggie packed with vibrant Purple Haze buds, rich in flavor."
},
["glue_bag"] = {
["name"] = "glue_bag",
["label"] = "Gorilla Glue Baggie",
["weight"] = 500,
["type"] = "item",
["image"] = "glue_bag.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A baggie of potent Gorilla Glue buds, known for its sticky texture."
},
["bananakush_bag"] = {
["name"] = "bananakush_bag",
["label"] = "Banana Kush Baggie",
["weight"] = 500,
["type"] = "item",
["image"] = "bananakush_bag.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A baggie filled with fruity Banana Kush buds, smooth and tropical."
},
-- 🔧 Rolling Tools
["joint_roller"] = {
["name"] = "joint_roller",
["label"] = "Joint Roller",
["weight"] = 50,
["type"] = "item",
["image"] = "joint_roller.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["description"] = "Used to Roll Joints."
},
["rolling_paper"] = {
["name"] = "rolling_paper",
["label"] = "Rolling Paper",
["weight"] = 10,
["type"] = "item",
["image"] = "rolling_paper.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = false,
["description"] = "Used to make joints."
},
-- 🚬 Weed Joints
["blue_dream_joint"] = {
["name"] = "blue_dream_joint",
["label"] = "Blue Dream Joint",
["weight"] = 100,
["type"] = "item",
["image"] = "bluedream_joint.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["description"] = "A smooth and balanced Blue Dream joint — boosts your armor slightly."
},
["purple_haze_joint"] = {
["name"] = "purple_haze_joint",
["label"] = "Purple Haze Joint",
["weight"] = 100,
["type"] = "item",
["image"] = "purplehaze_joint.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["description"] = "A trippy Purple Haze joint — gives you a burst of speed."
},
["glue_joint"] = {
["name"] = "glue_joint",
["label"] = "Gorilla Glue Joint",
["weight"] = 100,
["type"] = "item",
["image"] = "weed_white-widow_joint.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["description"] = "Heavy-hitting Gorilla Glue joint — enhances stamina and focus."
},
["banana_kush_joint"] = {
["name"] = "banana_kush_joint",
["label"] = "Banana Kush Joint",
["weight"] = 100,
["type"] = "item",
["image"] = "bananakush_joint.png",
["unique"] = false,
["useable"] = true,
["shouldClose"] = true,
["description"] = "Relaxing Banana Kush joint — restores health and calms your mind."
},Last updated
Was this helpful?

