Files
2020-02-16 19:40:21 -08:00

188 lines
4.1 KiB
Plaintext

/datum/plant/contusine
name = "Contusine"
category = "Herb"
seedcolor = "#DD00AA"
crop = /obj/item/plant/herb/contusine
starthealth = 20
growtime = 30
harvtime = 100
cropsize = 5
harvests = 1
isgrass = 1
endurance = 0
nectarlevel = 10
genome = 3
assoc_reagents = list("salicylic_acid")
mutations = list(/datum/plantmutation/contusine/shivering,/datum/plantmutation/contusine/quivering)
/datum/plant/nureous
name = "Nureous"
category = "Herb"
seedcolor = "#226600"
crop = /obj/item/plant/herb/nureous
starthealth = 20
growtime = 30
harvtime = 100
cropsize = 5
harvests = 1
isgrass = 1
endurance = 0
nectarlevel = 10
genome = 3
mutations = list(/datum/plantmutation/nureous/fuzzy)
commuts = list(/datum/plant_gene_strain/immunity_radiation,/datum/plant_gene_strain/damage_res/bad)
assoc_reagents = list("anti_rad")
/datum/plant/asomna
name = "Asomna"
seedcolor = "#00AA77"
crop = /obj/item/plant/herb/asomna
starthealth = 20
growtime = 30
harvtime = 100
cropsize = 5
harvests = 1
isgrass = 1
endurance = 0
nectarlevel = 15
genome = 3
assoc_reagents = list("ephedrine")
mutations = list(/datum/plantmutation/asomna/robust)
/datum/plant/commol
name = "Commol"
category = "Herb"
seedcolor = "#559900"
crop = /obj/item/plant/herb/commol
starthealth = 20
growtime = 30
harvtime = 100
cropsize = 5
harvests = 1
isgrass = 1
endurance = 0
genome = 16
nectarlevel = 5
commuts = list(/datum/plant_gene_strain/resistance_drought,/datum/plant_gene_strain/yield/stunted)
assoc_reagents = list("silver_sulfadiazine")
mutations = list(/datum/plantmutation/commol/burning)
/datum/plant/venne
name = "Venne"
category = "Herb"
seedcolor = "#DDFF99"
crop = /obj/item/plant/herb/venne
starthealth = 20
growtime = 30
harvtime = 100
cropsize = 5
harvests = 1
isgrass = 1
endurance = 0
nectarlevel = 5
genome = 1
assoc_reagents = list("charcoal")
mutations = list(/datum/plantmutation/venne/toxic,/datum/plantmutation/venne/curative)
/datum/plant/mint
name = "Mint"
category = "Herb"
seedcolor = "#258934"
crop = /obj/item/plant/herb/mint
starthealth = 20
growtime = 80
harvtime = 100
cropsize = 5
harvests = 1
isgrass = 1
endurance = 3
nectarlevel = 5
genome = 1
assoc_reagents = list("mint")
/datum/plant/cannabis
name = "Cannabis"
category = "Herb"
seedcolor = "#66DD66"
crop = /obj/item/plant/herb/cannabis
starthealth = 10
growtime = 30
harvtime = 80
cropsize = 6
harvests = 1
endurance = 0
isgrass = 1
vending = 2
nectarlevel = 5
genome = 2
assoc_reagents = list("THC","CBD")
mutations = list(/datum/plantmutation/cannabis/rainbow,/datum/plantmutation/cannabis/death,
/datum/plantmutation/cannabis/white,/datum/plantmutation/cannabis/ultimate)
commuts = list(/datum/plant_gene_strain/resistance_drought,/datum/plant_gene_strain/yield/stunted)
/datum/plant/catnip
name = "Nepeta Cataria"
category = "Herb"
seedcolor = "#00CA70"
crop = /obj/item/plant/herb/catnip
starthealth = 10
growtime = 30
harvtime = 80
cropsize = 6
harvests = 1
endurance = 0
isgrass = 1
vending = 2
genome = 1
assoc_reagents = list("catonium")
/datum/plant/poppy
name = "Poppy"
category = "Herb"
seedcolor = "#FF1500"
crop = /obj/item/plant/herb/poppy
starthealth = 10
growtime = 50
harvtime = 80
cropsize = 4
harvests = 1
isgrass = 1
endurance = 0
vending = 2
genome = 1
assoc_reagents = list("morphine")
/datum/plant/aconite
name = "Aconite"
category = "Herb"
seedcolor = "#990099"
crop = /obj/item/plant/herb/aconite
starthealth = 10
growtime = 60
harvtime = 80
cropsize = 2
harvests = 1
endurance = 0
isgrass = 0
vending = 2
genome = 1
assoc_reagents = list("wolfsbane")
/datum/plant/tobacco
name = "Tobacco"
category = "Herb"
seedcolor = "#82D213"
crop = /obj/item/plant/herb/tobacco
starthealth = 20
growtime = 30
harvtime = 80
cropsize = 6
harvests = 1
endurance = 1
isgrass = 1
genome = 2 //no idea if this was set to the right thing aaa
nectarlevel = 5
assoc_reagents = list("nicotine")
mutations = list(/datum/plantmutation/tobacco/twobacco)
commuts = list(/datum/plant_gene_strain/resistance_drought,/datum/plant_gene_strain/yield/stunted)