mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-06 07:22:42 +00:00
More Hydroponics Stuff:
* New blender icons that don't suck! * New Plant: Corn. Hmmm... corm. Thanks to Guest XXX on the forums for the corn and blender icons (and the poppy ones I'm not using yet). git-svn-id: http://tgstation13.googlecode.com/svn/trunk@506 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -110,6 +110,39 @@
|
||||
plant_type = 0
|
||||
growthstages = 6
|
||||
|
||||
/obj/item/seeds/cornseed
|
||||
name = "Corn seeds"
|
||||
icon_state = "seed-corn"
|
||||
mypath = "/obj/item/seeds/cornseed"
|
||||
species = "corn"
|
||||
plantname = "Corn plant"
|
||||
productname = "/obj/item/weapon/reagent_containers/food/snacks/grown/corn"
|
||||
lifespan = 25
|
||||
endurance = 15
|
||||
maturation = 8
|
||||
production = 6
|
||||
yield = 3
|
||||
plant_type = 0
|
||||
oneharvest = 1
|
||||
growthstages = 3
|
||||
/*
|
||||
/obj/item/seeds/poppyseed
|
||||
name = "Poppy seeds"
|
||||
icon_state = "seed-poppy"
|
||||
mypath = "/obj/item/seeds/poppyseed"
|
||||
species = "poppy"
|
||||
plantname = "Poppy plant"
|
||||
productname = "/obj/item/weapon/reagent_containers/food/snacks/grown/poppy"
|
||||
lifespan = 25
|
||||
endurance = 10
|
||||
potency = 20
|
||||
maturation = 8
|
||||
production = 6
|
||||
yield = 3
|
||||
plant_type = 0
|
||||
oneharvest = 1
|
||||
growthstages = 3
|
||||
*/
|
||||
/obj/item/seeds/potatoseed
|
||||
name = "Potato Seeds"
|
||||
icon_state = "seed-potato"
|
||||
@@ -476,6 +509,24 @@
|
||||
user << ""
|
||||
|
||||
return
|
||||
/obj/item/weapon/reagent_containers/food/snacks/grown/corn
|
||||
seed = "/obj/item/seeds/cornseed"
|
||||
name = "Corn"
|
||||
icon_state = "corn"
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("nutriment", 2)
|
||||
/*
|
||||
/obj/item/weapon/reagent_containers/food/snacks/grown/poppy
|
||||
seed = "/obj/item/seeds/poppyseed"
|
||||
name = "Poppy"
|
||||
icon_state = "poppy"
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("nutriment", 1)
|
||||
reagents.add_reagent("opium", max(round((potency / 5), 1), 2))
|
||||
bitesize = reagents.total_volume
|
||||
*/
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/grown/potato
|
||||
seed = "/obj/item/seeds/potatoseed"
|
||||
|
||||
@@ -648,8 +648,8 @@
|
||||
name = "MegaSeed Servitor"
|
||||
desc = "When you need seeds fast!"
|
||||
icon_state = "seeds"
|
||||
product_paths = "/obj/item/seeds/chiliseed;/obj/item/seeds/berryseed;/obj/item/seeds/eggplantseed;/obj/item/seeds/tomatoseed;/obj/item/seeds/wheatseed;/obj/item/seeds/soyaseed;/obj/item/seeds/carrotseed;/obj/item/seeds/potatoseed;/obj/item/seeds/chantermycelium"
|
||||
product_amounts = "2;2;2;2;2;2;2;2;2"
|
||||
product_paths = "/obj/item/seeds/cornseed;/obj/item/seeds/chiliseed;/obj/item/seeds/berryseed;/obj/item/seeds/eggplantseed;/obj/item/seeds/tomatoseed;/obj/item/seeds/wheatseed;/obj/item/seeds/soyaseed;/obj/item/seeds/carrotseed;/obj/item/seeds/potatoseed;/obj/item/seeds/chantermycelium"
|
||||
product_amounts = "2;2;2;2;2;2;2;2;2;2"
|
||||
product_slogans = "THIS'S WHERE TH' SEEDS LIVE! GIT YOU SOME!;Hands down the best seed selection on the station!;Also certain mushroom varieties available, more for experts! Get certified today!"
|
||||
product_hidden = "/obj/item/seeds/amanitamycelium;/obj/item/seeds/libertymycelium;/obj/item/seeds/nettleseed;/obj/item/seeds/plumpmycelium"
|
||||
product_hideamt = "1;2;2;2"
|
||||
|
||||
Reference in New Issue
Block a user