Pea Plants (#20504)

* 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>
This commit is contained in:
ZeroDayDaemon
2023-10-31 00:09:13 -04:00
committed by GitHub
parent 4ebc688882
commit a302775ac0
18 changed files with 117 additions and 7 deletions

View File

@@ -97,5 +97,7 @@ seeds-berries-name = berries
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
seeds-pumpkin-display-name = pumpkins

View File

@@ -34,10 +34,10 @@
sprite: Objects/Specific/Hydroponics/apple.rsi
state: seed
product: CrateHydroponicsSeeds
cost: 500
cost: 550
category: Hydroponics
group: market
- type: cargoProduct
id: BulkPlantBGone
icon:

View File

@@ -164,7 +164,7 @@
sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base
product: CrateVendingMachineRestockSeedsFilled
cost: 3125
cost: 3250
category: Hydroponics
group: market

View File

@@ -82,3 +82,4 @@
- id: SoybeanSeeds
- id: GrapeSeeds
- id: WatermelonSeeds
- id: PeaSeeds

View File

@@ -34,5 +34,6 @@
WatermelonSeeds: 5
CocoaSeeds: 3
BerrySeeds: 5
PeaSeeds: 5
emaggedInventory:
FlyAmanitaSeeds: 1

View File

@@ -1566,6 +1566,29 @@
- 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

View File

@@ -79,7 +79,7 @@
maxVol: 15
reagents:
- ReagentId: Nutriment
Quantity: 8
Quantity: 10
- ReagentId: Vitamin
Quantity: 5

View File

@@ -499,6 +499,17 @@
- 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

View File

@@ -1137,7 +1137,7 @@
Nutriment:
Min: 1
Max: 3
PotencyDivisor: 25
PotencyDivisor: 25
- type: seed
id: koibean
@@ -1303,6 +1303,35 @@
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
@@ -1327,4 +1356,4 @@
Vitamin:
Min: 1
Max: 5
PotencyDivisor: 20
PotencyDivisor: 20

View File

@@ -1743,6 +1743,17 @@
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

View File

@@ -0,0 +1,32 @@
{
"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"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B