mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-13 18:33:22 +00:00
44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
// Soybeans
|
|
/obj/item/seeds/soya
|
|
name = "pack of soybean seeds"
|
|
desc = "These seeds grow into soybean plants."
|
|
icon_state = "seed-soybean"
|
|
species = "soybean"
|
|
plantname = "Soybean Plants"
|
|
product = /obj/item/weapon/reagent_containers/food/snacks/grown/soybeans
|
|
maturation = 4
|
|
production = 4
|
|
potency = 15
|
|
growthstages = 4
|
|
mutatelist = list(/obj/item/seeds/soya/koi)
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/grown/soybeans
|
|
seed = /obj/item/seeds/soya
|
|
name = "soybeans"
|
|
desc = "It's pretty bland, but oh the possibilities..."
|
|
gender = PLURAL
|
|
icon_state = "soybeans"
|
|
filling_color = "#F0E68C"
|
|
reagents_add = list("vitamin" = 0.04, "nutriment" = 0.05)
|
|
bitesize_mod = 2
|
|
|
|
// Koibean
|
|
/obj/item/seeds/soya/koi
|
|
name = "pack of koibean seeds"
|
|
desc = "These seeds grow into koibean plants."
|
|
icon_state = "seed-koibean"
|
|
species = "soybean"
|
|
plantname = "Koibean Plants"
|
|
product = /obj/item/weapon/reagent_containers/food/snacks/grown/koibeans
|
|
mutatelist = list()
|
|
potency = 10
|
|
rarity = 20
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/grown/koibeans
|
|
seed = /obj/item/seeds/soya/koi
|
|
name = "koibean"
|
|
desc = "Something about these seems fishy."
|
|
icon_state = "koibeans"
|
|
filling_color = "#F0E68C"
|
|
reagents_add = list("carpotoxin" = 0.05, "vitamin" = 0.04, "nutriment" = 0.05)
|
|
bitesize_mod = 2 |