]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
New crops: Berries and Bungo (#19800)
authorDoru991 <75124791+Doru991@users.noreply.github.com>
Tue, 19 Sep 2023 03:29:27 +0000 (06:29 +0300)
committerGitHub <noreply@github.com>
Tue, 19 Sep 2023 03:29:27 +0000 (23:29 -0400)
* Add berries

* Berry recipes

* Add bungo fruit

* yml tweaks

* yummy poisonous pits

* Technically it's a seed

* Revert "Technically it's a seed"

This reverts commit be892cf119c1e733ac2922b878aaa476f435152a.

Slapping the seed component onto it led to unforeseen consequences, and I don't want to mess with the seed system for a mostly useless gimmick.

* Revert 2 Electric Boogaloo

This reverts commit 2c4fb34250e9369085d49e730de3dab0e077b687.

* Small rewording

* Cocoa balancing

* Oops

35 files changed:
Resources/Locale/en-US/botany/components/seed-component.ftl
Resources/Locale/en-US/flavors/flavor-profiles.ftl
Resources/Locale/en-US/reagents/meta/toxins.ftl
Resources/Locale/en-US/seeds/seeds.ftl
Resources/Prototypes/Catalog/Fills/Crates/botany.yml
Resources/Prototypes/Catalog/VendingMachines/Inventories/seeds.yml
Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml
Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml
Resources/Prototypes/Entities/Objects/Specific/Hydroponics/seeds.yml
Resources/Prototypes/Flavors/flavors.yml
Resources/Prototypes/Hydroponics/seeds.yml
Resources/Prototypes/Reagents/Consumable/Drink/juice.yml
Resources/Prototypes/Reagents/toxins.yml
Resources/Prototypes/Recipes/Cooking/meal_recipes.yml
Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/dead.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/harvest.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/produce.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/seed.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-1.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-2.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-3.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-4.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-5.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-6.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/dead.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/harvest.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/pit.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/produce.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/seed.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/stage-1.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/stage-2.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/stage-3.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/stage-4.png [new file with mode: 0644]

index eace4c1d9c9b66e1b745ca706ed576db340dddb2..7ee2141b10f8412da9497ef32c26f0ab3d42e8d6 100644 (file)
@@ -1,6 +1,6 @@
 ## Entity
 
-seed-component-description = It has a picture of [color=yellow]{$seedName}[/color] on the front.
+seed-component-description = It looks like you can grow [color=yellow]{$seedName}[/color] from these.
 seed-component-has-variety-tag = It's tagged as variety [color=lightgray]no. {$seedUid}[/color].
 seed-component-plant-yield-text = Plant Yield:    [color=lightblue]{$seedYield}[/color]
 seed-component-plant-potency-text = Plant Potency: [color=lightblue]{$seedPotency}[/color]
index ebf341ed189025b71002557c438df4520f4f29da..145e2aa51f0aa6e90732d2e9fb585ab699c3f05a 100644 (file)
@@ -103,6 +103,7 @@ flavor-complex-orange = like oranges
 flavor-complex-watermelon = like watermelon
 flavor-complex-garlic = like garlic
 flavor-complex-grape = like grapes
+flavor-complex-berry = like berries
 flavor-complex-meatballs = like meatballs
 flavor-complex-nettles = like nettles
 flavor-complex-jungle = like jungle
index befcc5cb4e2705df24a4b7b46a39f39253df9020..bbc9817b30224ec1306d4b4864c20d272c5abf92 100644 (file)
@@ -63,3 +63,6 @@ reagent-desc-honk = A toxin found in bananium. Causes severe honking and interna
 
 reagent-name-lead = lead
 reagent-desc-lead = A slow-acting but incredibly lethal toxin found in steel, albiet in trace amounts. Tasteless.
+
+reagent-name-bungotoxin = bungotoxin
+reagent-desc-bungotoxin = A moderately slow-acting poison found within the pit of the bungo fruit.
index 152d5ba6a4c8124461485784ba270fe01cccd0a2..2e0388ec527886256c90a4cf9d9f1db34c3baa70 100644 (file)
@@ -93,3 +93,7 @@ seeds-grape-name = grape
 seeds-grape-display-name = grape plant
 seeds-cocoa-name = cocoa
 seeds-cocoa-display-name = cocoa plant
+seeds-berries-name = berries
+seeds-berries-display-name = berry bush
+seeds-bungo-name = bungo
+seeds-bungo-display-name = bungo plant
\ No newline at end of file
index 39e8839152219562fccaa6c9d17b257545cc2d14..5d2798a667b41876d3ca8fd0563507149e68e68d 100644 (file)
@@ -20,6 +20,8 @@
         amount: 2
       - id: PineappleSeeds
         amount: 2
+      - id: BungoSeeds
+        amount: 2
 
 - type: entity
   id: CrateHydroponicsSeedsMedicinal
index a0d19b95ea6bbec9e2faccae32e8da4a40447c1e..98de54dc5282138f55d425c75973a45365b0fb14 100644 (file)
@@ -32,5 +32,6 @@
     WheatSeeds: 5
     WatermelonSeeds: 5
     CocoaSeeds: 3
+    BerrySeeds: 5
   emaggedInventory:
     FlyAmanitaSeeds: 1
index 47d457189e55a717940e697207ad6dcdedad6753..04e109f31170cda061d8d6b593f323e5ec9ccff2 100644 (file)
   - type: FlavorProfile
     flavors:
       - sweet
-      - banana
-      - creamy
+      - berry
   - type: Sprite
     layers:
     - state: tin
   - type: FlavorProfile
     flavors:
       - sweet
+      - berry
   - type: Sprite
     layers:
     - state: plain-slice
index 5fe38c4a570cba438a5d1ee566095dcc7875951b..4a5aa42130d9e02109978665a4fdab14a5e7a0ab 100644 (file)
       reagents:
       - ReagentId: JuiceGrape
         Quantity: 10
+
+- type: entity
+  name: berries
+  parent: FoodProduceBase
+  id: FoodBerries
+  description: A handful of various types of berries.
+  components:
+  - type: FlavorProfile
+    flavors:
+      - berry
+  - type: SolutionContainerManager
+    solutions:
+      food:
+        maxVol: 11
+        reagents:
+        - ReagentId: Nutriment
+          Quantity: 5
+        - ReagentId: Vitamin
+          Quantity: 4
+  - type: Sprite
+    sprite: Objects/Specific/Hydroponics/berries.rsi
+  - type: Produce
+    seedId: berries
+  - type: Extractable
+    juiceSolution:
+      reagents:
+      - ReagentId: JuiceBerry
+        Quantity: 10
+
+- type: entity
+  name: bungo fruit
+  parent: FoodProduceBase
+  id: FoodBungo
+  description: The humble bungo fruit.
+  components:
+  - type: FlavorProfile
+    flavors:
+      - bungo
+  - type: Food
+    trash: FoodBungoPit
+  - type: SolutionContainerManager
+    solutions:
+      food:
+        maxVol: 20
+        reagents:
+        - ReagentId: Nutriment
+          Quantity: 10
+        - ReagentId: Enzyme
+          Quantity: 10
+  - type: Sprite
+    sprite: Objects/Specific/Hydroponics/bungo.rsi
+  - type: Produce
+    seedId: bungo
+
+- type: entity
+  name: bungo pit
+  parent: FoodInjectableBase
+  id: FoodBungoPit
+  components:
+  - type: Sprite
+    sprite: Objects/Specific/Hydroponics/bungo.rsi
+    state: pit
+  - type: Tag
+    tags:
+    - Recyclable
+    - Trash
+  - type: SolutionContainerManager
+    solutions:
+      food:
+        maxVol: 7
+        reagents:
+        - ReagentId: Nutriment
+          Quantity: 2
+        - ReagentId: Bungotoxin
+          Quantity: 5
+  - type: Extractable
+    grindableSolutionName: food
+  - type: Seed
+    seedId: bungo
+  - type: SpaceGarbage
+  - type: BadFood
\ No newline at end of file
index c24021c8cce5186ccf10cfa8fdfac23a1f620a28..16d9fd1a642f19a06986caebf2b74464dff32308 100644 (file)
       seedId: cocoa
     - type: Sprite
       sprite: Objects/Specific/Hydroponics/cocoa.rsi
-      
\ No newline at end of file
+
+- type: entity
+  parent: SeedBase
+  name: packet of berry seeds
+  id: BerrySeeds
+  components:
+    - type: Seed
+      seedId: berries
+    - type: Sprite
+      sprite: Objects/Specific/Hydroponics/berries.rsi
+
+- type: entity
+  parent: SeedBase
+  name: packet of bungo seeds
+  description: "Don't eat the pits."
+  id: BungoSeeds
+  components:
+    - type: Seed
+      seedId: bungo
+    - type: Sprite
+      sprite: Objects/Specific/Hydroponics/bungo.rsi
\ No newline at end of file
index ab82a13fcb703ca84db866cffd313c49afc57713..2b8e2b0e2f09bf0eaa14379afeb3f82e34bc8ba3 100644 (file)
   flavorType: Complex
   description: flavor-complex-grape
 
+- type: flavor
+  id: berry
+  flavorType: Complex
+  description: flavor-complex-berry
+
 - type: flavor
   id: garlic
   flavorType: Complex
index 277cadd12b843e4ad1fe656ea65917f7b57caea9..e990ffdb3704d96f2a0bf7e5817ad1b4ac8a338c 100644 (file)
   production: 6
   yield: 6
   idealLight: 7
-  waterConsumption: 6
+  waterConsumption: 1
+  nutrientConsumption: 0.8
   idealHeat: 298
   chemicals:
     Vitamin:
       Min: 1
       Max: 2
       PotencyDivisor: 50
+
+- type: seed
+  id: berries
+  name: seeds-berries-name
+  noun: seeds-noun-seeds
+  displayName: seeds-berries-display-name
+  plantRsi: Objects/Specific/Hydroponics/berries.rsi
+  packetPrototype: BerrySeeds
+  productPrototypes:
+    - FoodBerries
+  harvestRepeat: Repeat
+  lifespan: 50
+  maturation: 6
+  production: 6
+  yield: 4
+  idealLight: 7
+  nutrientConsumption: 0.6
+  chemicals:
+    Nutriment:
+      Min: 2
+      Max: 5
+      PotencyDivisor: 30
+    Vitamin:
+      Min: 1
+      Max: 4
+      PotencyDivisor: 40       
+
+- type: seed
+  id: bungo
+  name: seeds-bungo-name
+  noun: seeds-noun-seeds
+  displayName: seeds-bungo-display-name
+  plantRsi: Objects/Specific/Hydroponics/bungo.rsi
+  packetPrototype: BungoSeeds
+  productPrototypes:
+    - FoodBungo
+  harvestRepeat: Repeat
+  lifespan: 50
+  maturation: 8
+  production: 6
+  potency: 10
+  yield: 3
+  idealLight: 8
+  idealHeat: 298
+  growthStages: 4
+  waterConsumption: 0.6
+  chemicals:
+    Nutriment:
+      Min: 5
+      Max: 10
+      PotencyDivisor: 20
+    Enzyme:
+      Min: 5
+      Max: 10
+      PotencyDivisor: 20
\ No newline at end of file
index a77621cab5921a91d9c498f407210ac2247b62d9..206d7dcd2bb9719efb93a6c291a3b28d1bd43dd7 100644 (file)
@@ -23,7 +23,7 @@
   parent: BaseDrink
   desc: reagent-desc-juice-berry
   physicalDesc: reagent-physical-desc-sweet
-  flavor: juice
+  flavor: berry
   color: "#660099"
 
 - type: reagent
index 2f926f06302fa88c8960b9daddadbb80834adbec..e2a40ffbb314ba7dce16fa6bb6df47f826bb8ecc 100644 (file)
         damage:
           types:
             Poison: 0.6 # Makes it 20 damage per unit.
+
+- type: reagent
+  id: Bungotoxin
+  name: reagent-name-bungotoxin
+  group: Toxins
+  desc: reagent-desc-bungotoxin
+  physicalDesc: reagent-physical-desc-nondescript
+  color: "#EBFF8E"
+  metabolisms:
+    Poison:
+      metabolismRate: 0.2
+      effects:
+      - !type:HealthChange
+        damage:
+          types:
+            Poison: 1.8
\ No newline at end of file
index d32982123033e712afe08561d2255df0084d681c..bb43beb9fd591cedcbbc5deb9775ba07bce72d33 100644 (file)
     FoodBanana: 1
     MonkeyCube: 1
 
+- type: microwaveMealRecipe
+  id: RecipeBungoSoup
+  name: bungo soup recipe
+  result: FoodSoupBungo
+  time: 10
+  reagents:
+    Water: 5
+  solids:
+    FoodBowlBig: 1
+    FoodBungo: 2
+    FoodChili: 1
+
 #Other
 
 - type: microwaveMealRecipe
     Milk: 5
     Egg: 6
 
+- type: microwaveMealRecipe
+  id: RecipeBlueberryPancake
+  name: blueberry pancake recipe
+  result: FoodBakedPancakeBb
+  time: 5
+  reagents:
+    Flour: 5
+    Milk: 5
+    Egg: 6
+  solids:
+    FoodBerries: 2
+
 - type: microwaveMealRecipe
   id: RecipeWaffles
   name: waffle recipe
     FoodApple: 3
     FoodPlateTin: 1
 
+- type: microwaveMealRecipe
+  id: RecipeBerryClafoutis
+  name: berry clafoutis
+  result: FoodPieClafoutis
+  time: 15
+  solids:
+    FoodDoughPie: 1
+    FoodBerries: 3
+    FoodPlateTin: 1
+
 - type: microwaveMealRecipe
   id: RecipeMeatPie
   name: meat pie recipe
     FoodCakePlain: 1
     FoodOrange: 3
 
+- type: microwaveMealRecipe
+  id: RecipeBlueberryCake
+  name: blueberry cake recipe
+  result: FoodCakeBlueberry
+  time: 5
+  solids:
+    FoodCakePlain: 1
+    FoodBerries: 3
+
 - type: microwaveMealRecipe
   id: RecipeLimeCake
   name: lime cake recipe
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/dead.png b/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/dead.png
new file mode 100644 (file)
index 0000000..60756f9
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/dead.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/harvest.png b/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/harvest.png
new file mode 100644 (file)
index 0000000..73c06b1
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/harvest.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/meta.json b/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/meta.json
new file mode 100644 (file)
index 0000000..3dd93d3
--- /dev/null
@@ -0,0 +1,41 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Taken from tgstation: https://github.com/tgstation/tgstation/commit/696dfcc59c9e65e7bbe3923d1f7e880ea384783f",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "dead"
+    },
+    {
+      "name": "harvest"
+    },
+    {
+      "name": "produce"
+    },
+    {
+      "name": "seed"
+    },
+    {
+      "name": "stage-1"
+    },
+    {
+      "name": "stage-2"
+    },
+    {
+      "name": "stage-3"
+    },
+    {
+      "name": "stage-4"
+    },
+    {
+      "name": "stage-5"
+    },
+    {
+      "name": "stage-6"
+    }
+  ]
+}
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/produce.png b/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/produce.png
new file mode 100644 (file)
index 0000000..6f58152
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/produce.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/seed.png b/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/seed.png
new file mode 100644 (file)
index 0000000..ed3b519
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/seed.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-1.png b/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-1.png
new file mode 100644 (file)
index 0000000..cf39d0c
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-1.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-2.png b/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-2.png
new file mode 100644 (file)
index 0000000..53c51d4
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-2.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-3.png b/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-3.png
new file mode 100644 (file)
index 0000000..ef3fda7
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-3.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-4.png b/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-4.png
new file mode 100644 (file)
index 0000000..2f54d6d
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-4.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-5.png b/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-5.png
new file mode 100644 (file)
index 0000000..7062b70
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-5.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-6.png b/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-6.png
new file mode 100644 (file)
index 0000000..0319ddd
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/berries.rsi/stage-6.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/dead.png b/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/dead.png
new file mode 100644 (file)
index 0000000..729dbf5
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/dead.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/harvest.png b/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/harvest.png
new file mode 100644 (file)
index 0000000..9bf2c29
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/harvest.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/meta.json b/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/meta.json
new file mode 100644 (file)
index 0000000..0d785e0
--- /dev/null
@@ -0,0 +1,38 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Taken from tgstation: https://github.com/tgstation/tgstation/commit/b3399ffe39f9ace645123c98323c4832412cc641",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "dead"
+    },
+    {
+      "name": "harvest"
+    },
+    {
+      "name": "produce"
+    },
+    {
+      "name": "pit"
+    },
+    {
+      "name": "seed"
+    },
+    {
+      "name": "stage-1"
+    },
+    {
+      "name": "stage-2"
+    },
+    {
+      "name": "stage-3"
+    },
+    {
+      "name": "stage-4"
+    }
+  ]
+}
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/pit.png b/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/pit.png
new file mode 100644 (file)
index 0000000..85538b2
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/pit.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/produce.png b/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/produce.png
new file mode 100644 (file)
index 0000000..9c1ecdc
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/produce.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/seed.png b/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/seed.png
new file mode 100644 (file)
index 0000000..9177bed
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/seed.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/stage-1.png b/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/stage-1.png
new file mode 100644 (file)
index 0000000..1ea36a6
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/stage-1.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/stage-2.png b/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/stage-2.png
new file mode 100644 (file)
index 0000000..1fbb578
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/stage-2.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/stage-3.png b/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/stage-3.png
new file mode 100644 (file)
index 0000000..9f31d75
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/stage-3.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/stage-4.png b/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/stage-4.png
new file mode 100644 (file)
index 0000000..fd4bde4
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/bungo.rsi/stage-4.png differ