* Add Pea Plants
* Pea soup
* Update flavor-profiles.ftl
* Update seeds.yml
* Add seeds to vendors
* Make things more expensive to fix free money exploit
* Update textures
* Revert "Update textures"
This reverts commit
b1b7046504afc7468742b0722f601d98684a1c89.
Vines dont grow straight into the air.
* Shift up 4 pixels
* Fuck autofix conflitcs
* Shift up 3 more pizels
* I finally got byond working so I made sure they were EXACTLY the same
* Address Reviews? I think?
---------
Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
seeds-berries-display-name = berry bush
seeds-bungo-name = bungo
seeds-bungo-display-name = bungo plant
+seeds-pea-name = pea
+seeds-pea-display-name = pea vines
seeds-pumpkin-name = pumpkin
-seeds-pumpkin-display-name = pumpkins
\ No newline at end of file
+seeds-pumpkin-display-name = pumpkins
sprite: Objects/Specific/Hydroponics/apple.rsi
state: seed
product: CrateHydroponicsSeeds
- cost: 500
+ cost: 550
category: Hydroponics
group: market
-
+
- type: cargoProduct
id: BulkPlantBGone
icon:
sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base
product: CrateVendingMachineRestockSeedsFilled
- cost: 3125
+ cost: 3250
category: Hydroponics
group: market
- id: SoybeanSeeds
- id: GrapeSeeds
- id: WatermelonSeeds
+ - id: PeaSeeds
WatermelonSeeds: 5
CocoaSeeds: 3
BerrySeeds: 5
+ PeaSeeds: 5
emaggedInventory:
FlyAmanitaSeeds: 1
- type: SpaceGarbage
- type: BadFood
+- type: entity
+ parent: FoodProduceBase
+ id: FoodPeaPod
+ name: pea pod
+ description: A duck's favorite treat!
+ components:
+ - type: FlavorProfile
+ flavors:
+ - peas
+ - type: SolutionContainerManager
+ solutions:
+ food:
+ maxVol: 5
+ reagents:
+ - ReagentId: Nutriment
+ Quantity: 3
+ - ReagentId: Vitamin
+ Quantity: 2
+ - type: Sprite
+ sprite: Objects/Specific/Hydroponics/pea.rsi
+ - type: Produce
+ seedId: pea
+
- type: entity
name: pumpkin
parent: FoodProduceBase
maxVol: 15
reagents:
- ReagentId: Nutriment
- Quantity: 8
+ Quantity: 10
- ReagentId: Vitamin
Quantity: 5
- type: Sprite
sprite: Objects/Specific/Hydroponics/bungo.rsi
+- type: entity
+ parent: SeedBase
+ id: PeaSeeds
+ name: packet of pea pods
+ description: "These humble plants were once a vital part in the study of genetics."
+ components:
+ - type: Seed
+ seedId: pea
+ - type: Sprite
+ sprite: Objects/Specific/Hydroponics/pea.rsi
+
- type: entity
parent: SeedBase
name: packet of pumpkin seeds
Nutriment:
Min: 1
Max: 3
- PotencyDivisor: 25
+ PotencyDivisor: 25
- type: seed
id: koibean
Max: 10
PotencyDivisor: 20
+- type: seed
+ id: pea
+ name: seeds-pea-name
+ noun: seeds-noun-seeds
+ displayName: seeds-pea-display-name
+ plantRsi: Objects/Specific/Hydroponics/pea.rsi
+ packetPrototype: PeaSeeds
+ productPrototypes:
+ - FoodPeaPod
+ lifespan: 25
+ growthStages: 3
+ maturation: 8
+ production: 6
+ yield: 3
+ potency: 25
+ idealLight: 8
+ harvestRepeat: Repeat
+ nutrientConsumption: 0.5
+ waterConsumption: 0.5
+ chemicals:
+ Nutriment:
+ Min: 1
+ Max: 3
+ PotencyDivisor: 33
+ Vitamin:
+ Min: 1
+ Max: 2
+ PotencyDivisor: 50
+
- type: seed
id: pumpkin
name: seeds-pumpkin-name
Vitamin:
Min: 1
Max: 5
- PotencyDivisor: 20
\ No newline at end of file
+ PotencyDivisor: 20
FoodPlate: 1
FoodButter: 1
+- type: microwaveMealRecipe
+ id: RecipePeaSoup
+ name: pea soup recipe
+ result: FoodSoupPea
+ time: 10
+ solids:
+ FoodPeaPod: 2
+ FoodBowlBig: 1
+ reagents:
+ Water: 10
+
- type: microwaveMealRecipe
id: RecipeTacoShell
name: taco shell recipe
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/a5e6db8f99b436b643bd3b76fa131ac074dfd856",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "dead"
+ },
+ {
+ "name": "harvest"
+ },
+ {
+ "name": "produce"
+ },
+ {
+ "name": "seed"
+ },
+ {
+ "name": "stage-1"
+ },
+ {
+ "name": "stage-2"
+ },
+ {
+ "name": "stage-3"
+ }
+ ]
+}