mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Ambrosia Changes (#28842)
* Ambrosia: Moves cytisine to cruciatus, removes solanine from vulgaris, enhances deus. * Fixed logical fuckup.
This commit is contained in:
@@ -578,7 +578,7 @@
|
|||||||
plant_dmi = 'icons/obj/hydroponics/deathberry.dmi'
|
plant_dmi = 'icons/obj/hydroponics/deathberry.dmi'
|
||||||
mutants = null
|
mutants = null
|
||||||
products = list(/obj/item/weapon/reagent_containers/food/snacks/grown/deathberries)
|
products = list(/obj/item/weapon/reagent_containers/food/snacks/grown/deathberries)
|
||||||
chems = list(NUTRIMENT = list(1), SOLANINE = list(3,3), CORIAMYRTIN = list(1,5))
|
chems = list(NUTRIMENT = list(1), SOLANINE = list(3,3), CORIAMYRTIN = list(1,5), CYTISINE = list(1))
|
||||||
|
|
||||||
yield = 3
|
yield = 3
|
||||||
potency = 50
|
potency = 50
|
||||||
@@ -756,7 +756,7 @@
|
|||||||
products = list(/obj/item/weapon/reagent_containers/food/snacks/grown/ambrosiavulgaris)
|
products = list(/obj/item/weapon/reagent_containers/food/snacks/grown/ambrosiavulgaris)
|
||||||
mutants = list("ambrosiadeus")
|
mutants = list("ambrosiadeus")
|
||||||
harvest_repeat = 1
|
harvest_repeat = 1
|
||||||
chems = list(NUTRIMENT = list(1), MESCALINE = list(1,8), TANNIC_ACID = list(1,8,1), OPIUM = list(1,10,1), SOLANINE = list(1,5))
|
chems = list(NUTRIMENT = list(1), MESCALINE = list(1,8), TANNIC_ACID = list(1,8,1), OPIUM = list(1,10,1))
|
||||||
|
|
||||||
lifespan = 60
|
lifespan = 60
|
||||||
maturation = 6
|
maturation = 6
|
||||||
@@ -778,7 +778,7 @@
|
|||||||
production = 6
|
production = 6
|
||||||
yield = 6
|
yield = 6
|
||||||
potency = 5
|
potency = 5
|
||||||
chems = list(NUTRIMENT = list(1), MESCALINE = list(1,8), TANNIC_ACID = list(1,8,1), OPIUM = list(1,10,1), SOLANINE = list(1,5), SPIRITBREAKER = list(10))
|
chems = list(NUTRIMENT = list(1), MESCALINE = list(1,8), TANNIC_ACID = list(1,8,1), OPIUM = list(1,10,1), SPIRITBREAKER = list(10))
|
||||||
|
|
||||||
|
|
||||||
/datum/seed/ambrosia/deus
|
/datum/seed/ambrosia/deus
|
||||||
@@ -788,7 +788,7 @@
|
|||||||
plant_dmi = 'icons/obj/hydroponics/ambrosiadeus.dmi'
|
plant_dmi = 'icons/obj/hydroponics/ambrosiadeus.dmi'
|
||||||
products = list(/obj/item/weapon/reagent_containers/food/snacks/grown/ambrosiavulgaris/deus)
|
products = list(/obj/item/weapon/reagent_containers/food/snacks/grown/ambrosiavulgaris/deus)
|
||||||
mutants = null
|
mutants = null
|
||||||
chems = list(NUTRIMENT = list(1), OPIUM = list(1,8), CYTISINE = list(1), COCAINE = list(1,10,1), MESCALINE = list(1,10))
|
chems = list(NUTRIMENT = list(1), PHYTOCARISOL = list(1,8), KATHALAI = list(1,8), COCAINE = list(1,10,1), MESCALINE = list(1,10))
|
||||||
|
|
||||||
//Mushrooms/varieties.
|
//Mushrooms/varieties.
|
||||||
/datum/seed/mushroom
|
/datum/seed/mushroom
|
||||||
|
|||||||
Reference in New Issue
Block a user