mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Ready made cactuses and cactus parts when we have <100 Prs.
This commit is contained in:
@@ -220,11 +220,42 @@
|
||||
species = "cactus"
|
||||
plantname = "Fruiting Cactus"
|
||||
product = /obj/item/reagent_containers/food/snacks/grown/ash_flora/cactus_fruit
|
||||
mutatelist = list(/obj/item/seeds/star_cactus)
|
||||
genes = list(/datum/plant_gene/trait/fire_resistance)
|
||||
growing_icon = 'icons/obj/hydroponics/growing_fruits.dmi'
|
||||
growthstages = 2
|
||||
reagents_add = list(/datum/reagent/consumable/nutriment/vitamin = 0.04, /datum/reagent/consumable/nutriment = 0.04, /datum/reagent/consumable/vitfro = 0.08)
|
||||
|
||||
///Star Cactus seeds, mutation of lavaland cactus.
|
||||
/obj/item/seeds/star_cactus
|
||||
name = "pack of star cactus seeds"
|
||||
desc = "These seeds grow into star cactus."
|
||||
icon_state = "seed-starcactus"
|
||||
species = "starcactus"
|
||||
plantname = "Star Cactus Cluster"
|
||||
product = /obj/item/reagent_containers/food/snacks/grown/star_cactus
|
||||
lifespan = 60
|
||||
endurance = 30
|
||||
maturation = 7
|
||||
production = 6
|
||||
yield = 3
|
||||
growthstages = 4
|
||||
genes = list(/datum/plant_gene/trait/sticky, /datum/plant_gene/trait/stinging)
|
||||
graft_gene = /datum/plant_gene/trait/sticky
|
||||
growing_icon = 'icons/obj/hydroponics/growing_vegetables.dmi'
|
||||
reagents_add = list(/datum/reagent/water = 0.08, /datum/reagent/consumable/nutriment = 0.05, /datum/reagent/medicine/c2/helbital = 0.05)
|
||||
|
||||
///Star Cactus Plants.
|
||||
/obj/item/reagent_containers/food/snacks/grown/star_cactus
|
||||
seed = /obj/item/seeds/star_cactus
|
||||
name = "star cactus"
|
||||
desc = "A spikey, round cluster of prickly cactus. And no, these aren't called star cactus because they're in space."
|
||||
icon_state = "starcactus"
|
||||
filling_color = "#1c801c"
|
||||
bitesize_mod = 3
|
||||
foodtype = VEGETABLES
|
||||
distill_reagent = /datum/reagent/consumable/ethanol/tequila
|
||||
|
||||
/obj/item/seeds/lavaland/polypore
|
||||
name = "pack of polypore mycelium"
|
||||
desc = "This mycelium grows into bracket mushrooms, also known as polypores. Woody and firm, shaft miners often use them for makeshift crafts."
|
||||
|
||||
Reference in New Issue
Block a user