Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/modules/hydroponics/grown/ambrosia.dm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
product = /obj/item/reagent_containers/food/snacks/grown/ambrosia/deus
mutatelist = list(/obj/item/seeds/ambrosia/gaia)
reagents_add = list(/datum/reagent/medicine/omnizine = 0.15, /datum/reagent/medicine/synaptizine = 0.15, /datum/reagent/drug/space_drugs = 0.1, /datum/reagent/consumable/nutriment = 0.05)
rarity = 40
rarity = 30

/obj/item/reagent_containers/food/snacks/grown/ambrosia/deus
seed = /obj/item/seeds/ambrosia/deus
Expand All @@ -63,7 +63,7 @@
product = /obj/item/reagent_containers/food/snacks/grown/ambrosia/gaia
mutatelist = list(/obj/item/seeds/ambrosia/deus)
reagents_add = list(/datum/reagent/medicine/earthsblood = 0.05, /datum/reagent/consumable/nutriment = 0.06)
rarity = 30 //These are some pretty good plants right here
rarity = 40 //These are some pretty good plants right here
genes = list()
weed_rate = 4
weed_chance = 100
Expand Down
2 changes: 2 additions & 0 deletions code/modules/hydroponics/grown/cereals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
plantname = "Oat Stalks"
product = /obj/item/reagent_containers/food/snacks/grown/oat
mutatelist = list()
rarity = 10

/obj/item/reagent_containers/food/snacks/grown/oat
seed = /obj/item/seeds/wheat/oat
Expand Down Expand Up @@ -82,6 +83,7 @@
plantname = "Meatwheat"
product = /obj/item/reagent_containers/food/snacks/grown/meatwheat
mutatelist = list()
rarity = 20 //it's literally growing meat, this is a bit of a standout

/obj/item/reagent_containers/food/snacks/grown/meatwheat
name = "meatwheat"
Expand Down
2 changes: 2 additions & 0 deletions code/modules/hydroponics/grown/citrus.dm
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
endurance = 45
yield = 4
reagents_add = list(/datum/reagent/consumable/nutriment = 0.05)
rarity = 20

/obj/item/reagent_containers/food/snacks/grown/firelemon
seed = /obj/item/seeds/firelemon
Expand Down Expand Up @@ -175,6 +176,7 @@
icon_dead = "lime-dead"
genes = list(/datum/plant_gene/trait/repeated_harvest)
reagents_add = list(/datum/reagent/consumable/nutriment = 0.05)
rarity = 30

/obj/item/reagent_containers/food/snacks/grown/citrus/orange_3d
seed = /obj/item/seeds/orange_3d
Expand Down
1 change: 1 addition & 0 deletions code/modules/hydroponics/grown/cocoa_vanilla.dm
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
genes = list(/datum/plant_gene/trait/repeated_harvest)
mutatelist = list()
reagents_add = list(/datum/reagent/consumable/vanilla = 0.25, /datum/reagent/consumable/nutriment = 0.1)
rarity = 10

/obj/item/reagent_containers/food/snacks/grown/vanillapod
seed = /obj/item/seeds/cocoapod/vanillapod
Expand Down
3 changes: 2 additions & 1 deletion code/modules/hydroponics/grown/cotton.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
growthstages = 3
growing_icon = 'icons/obj/hydroponics/growing.dmi'
icon_dead = "cotton-dead"
rarity = 20

/obj/item/grown/cotton/durathread
seed = /obj/item/seeds/cotton/durathread
Expand All @@ -76,4 +77,4 @@
throw_range = 3
attack_verb = list("bashed", "battered", "bludgeoned", "whacked")
cotton_type = /obj/item/stack/sheet/cotton/durathread
cotton_name = "raw durathread"
cotton_name = "raw durathread"
1 change: 1 addition & 0 deletions code/modules/hydroponics/grown/eggplant.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
production = 12
mutatelist = list()
reagents_add = list(/datum/reagent/consumable/nutriment = 0.1)
rarity = 10

/obj/item/reagent_containers/food/snacks/grown/shell/eggy
seed = /obj/item/seeds/eggplant/eggy
Expand Down
3 changes: 3 additions & 0 deletions code/modules/hydroponics/grown/flowers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
plantname = "Lily Plants"
product = /obj/item/reagent_containers/food/snacks/grown/poppy/lily
mutatelist = list(/obj/item/seeds/bee_balm, /obj/item/seeds/poppy/lily/trumpet)
rarity = 10

/obj/item/reagent_containers/food/snacks/grown/poppy/lily
seed = /obj/item/seeds/poppy/lily
Expand Down Expand Up @@ -87,6 +88,7 @@
plantname = "Geranium Plants"
product = /obj/item/reagent_containers/food/snacks/grown/poppy/geranium
mutatelist = list()
rarity = 10

/obj/item/reagent_containers/food/snacks/grown/poppy/geranium
seed = /obj/item/seeds/poppy/geranium
Expand Down Expand Up @@ -266,6 +268,7 @@
icon_dead = "bee_balm-dead"
mutatelist = list(/obj/item/seeds/poppy/geranium, /obj/item/seeds/bee_balm/honey) //Lower odds of becoming honey
reagents_add = list(/datum/reagent/medicine/spaceacillin = 0.1, /datum/reagent/space_cleaner/sterilizine = 0.05)
rarity = 20

/obj/item/reagent_containers/food/snacks/grown/bee_balm
seed = /obj/item/seeds/bee_balm
Expand Down
2 changes: 2 additions & 0 deletions code/modules/hydroponics/grown/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
growing_icon = 'icons/obj/hydroponics/growing_flowers.dmi'
genes = list()
mutatelist = list()
rarity = 20 //atmospheric anomaly plant gets a little bit better rarity

/obj/item/seeds/starthistle/corpse_flower/pre_attack(obj/machinery/hydroponics/I)
if(istype(I, /obj/machinery/hydroponics))
Expand Down Expand Up @@ -80,6 +81,7 @@
genes = list(/datum/plant_gene/trait/plant_type/weed_hardy)
mutatelist = list()
reagents_add = list(/datum/reagent/consumable/nutriment = 0.05, /datum/reagent/medicine/silibinin = 0.1)
rarity = 10

/obj/item/reagent_containers/food/snacks/grown/galaxythistle
seed = /obj/item/seeds/galaxythistle
Expand Down
1 change: 1 addition & 0 deletions code/modules/hydroponics/grown/onion.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
weed_chance = 1
product = /obj/item/reagent_containers/food/snacks/grown/onion/red
reagents_add = list(/datum/reagent/consumable/nutriment = 0.1, /datum/reagent/consumable/tearjuice = 0.05)
rarity = 10

/obj/item/reagent_containers/food/snacks/grown/onion/red
seed = /obj/item/seeds/onion/red
Expand Down
1 change: 1 addition & 0 deletions code/modules/hydroponics/grown/potato.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
product = /obj/item/reagent_containers/food/snacks/grown/potato/sweet
mutatelist = list()
reagents_add = list(/datum/reagent/consumable/sugar = 0.1, /datum/reagent/consumable/nutriment = 0.1)
rarity = 10

/obj/item/reagent_containers/food/snacks/grown/potato/sweet
seed = /obj/item/seeds/potato/sweet
Expand Down
2 changes: 2 additions & 0 deletions code/modules/hydroponics/grown/root.dm
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
icon_dead = "carrot-dead"
mutatelist = list()
reagents_add = list(/datum/reagent/consumable/nutriment = 0.05)
rarity = 10

/obj/item/reagent_containers/food/snacks/grown/parsnip
seed = /obj/item/seeds/carrot/parsnip
Expand Down Expand Up @@ -99,6 +100,7 @@
icon_dead = "whitebeet-dead"
genes = list(/datum/plant_gene/trait/maxchem)
reagents_add = list(/datum/reagent/consumable/nutriment = 0.05)
rarity = 20 //noteworthy for being the usual source of densified chems trait

/obj/item/reagent_containers/food/snacks/grown/redbeet
seed = /obj/item/seeds/redbeet
Expand Down