DLC
Weed
Installing the resource
weed_seed = { name = "weed_seed", label = "Weed Seed", weight = 0, type = "item", image = "weed_seed.png", unique = true, useable = true, shouldClose = true, combinable = nil, description = "Weed Seed"},
fertilizer_old = { name = "fertilizer_old", label = "Fertilizer Old", weight = 2000, type = "item", image = "fertilizer.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Fertilizer Old"},
fertilizer_normal = { name = "fertilizer_normal", label = "Fertilizer Normal", weight = 2000, type = "item", image = "fertilizer.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Fertilizer Normal"},
fertilizer_premium = { name = "fertilizer_premium", label = "Fertilizer Premium", weight = 2000, type = "item", image = "fertilizer.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Fertilizer Premium"},
weed_plant = {name = "weed_plant", label = "Weed Branch", weight = 500, type = "item", image = "weed_plant.png", unique = true, useable = true, shouldClose = true, combinable = nil, description = "Weed Plant"},
weed_brick = { name = "weed_brick", label = "Weed Brick", weight = 1000, type = "item", image = "weed_brick.png", unique = false, useable = false, shouldClose = true, description = "1KG Weed Brick to sell to large customers." },case "weed_plant":
return `<p><strong>Genetics: </strong><span>${itemData.info.genetics}</span></p>
<p><strong>Dry: </strong><span>${itemData.info.dry}</span></p>`;["weed_seed"] = {
label = "Weed Seed",
weight = 0,
stack = false,
close = true,
description = "Weed seed.",
client = {
image = "weed_seed.png",
}
},
["fertilizer_old"] = {
label = "Fertilizer Old",
weight = 2000,
stack = true,
close = true,
description = "Fertilizer old.",
client = {
image = "fertilizer.png",
}
},
["fertilizer_normal"] = {
label = "Fertilizer Normal",
weight = 2000,
stack = true,
close = true,
description = "Fertilizer normal.",
client = {
image = "fertilizer.png",
}
},
["fertilizer_premium"] = {
label = "Fertilizer Premium",
weight = 2000,
stack = true,
close = true,
description = "Fertilizer premium.",
client = {
image = "fertilizer.png",
}
},
["weed_plant"] = {
label = "Weed Plant",
weight = 500,
stack = false,
close = true,
description = "Weed Plant.",
client = {
image = "weed_plant.png",
}
},
["weed_brick"] = {
label = "Weed Brick",
weight = 1000,
stack = false,
close = true,
description = "Packaged Weed.",
client = {
image = "weed_brick.png",
}
},Last updated