]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Soybean and rice plants, tofu, tofu bread recipe (#13989)
authorlapatison <100279397+lapatison@users.noreply.github.com>
Mon, 6 Mar 2023 02:52:03 +0000 (05:52 +0300)
committerGitHub <noreply@github.com>
Mon, 6 Mar 2023 02:52:03 +0000 (22:52 -0400)
34 files changed:
Resources/Locale/en-US/seeds/seeds.ftl
Resources/Prototypes/Catalog/Cargo/cargo_vending.yml
Resources/Prototypes/Catalog/Fills/Crates/botany.yml
Resources/Prototypes/Catalog/VendingMachines/Inventories/seeds.yml
Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml
Resources/Prototypes/Entities/Objects/Consumable/Food/burger.yml
Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml
Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml
Resources/Prototypes/Entities/Objects/Specific/Hydroponics/seeds.yml
Resources/Prototypes/Hydroponics/seeds.yml
Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml
Resources/Prototypes/Recipes/Cooking/meal_recipes.yml
Resources/Prototypes/Recipes/Reactions/food.yml
Resources/Textures/Objects/Consumable/Food/ingredients.rsi/meta.json
Resources/Textures/Objects/Consumable/Food/ingredients.rsi/tofu-slice.png [new file with mode: 0644]
Resources/Textures/Objects/Consumable/Food/ingredients.rsi/tofu.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/dead.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/harvest.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/produce.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/seed.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/stage-1.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/stage-2.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/stage-3.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/stage-4.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/dead.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/harvest.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/produce.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/seed.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/stage-1.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/stage-2.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/stage-3.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/stage-4.png [new file with mode: 0644]

index d72bd20d77b1ebf138ee5fd9297b17d4e7c3b8f6..64dee28c24d5d76270b588851286ab978c572009 100644 (file)
@@ -63,3 +63,7 @@ seeds-flyamanita-name = fly amanita
 seeds-flyamanita-display-name = fly amanita
 seeds-gatfruit-name = gatfruit
 seeds-gatfruit-display-name = gatfruit tree
+seeds-rice-name = rice
+seeds-rice-display-name = rice stalks
+seeds-soybeans-name = soybeans
+seeds-soybeans-display-name = soy plant
index ac7ffccbe804b47830d04423acf5496bb2584ee0..d69e75c4518141a360ff32e37e748fbb3084d3cc 100644 (file)
     sprite: Objects/Specific/Service/vending_machine_restock.rsi
     state: base
   product: CrateVendingMachineRestockSeedsFilled
-  cost: 2300
+  cost: 2500
   category: Hydroponics
   group: market
 
index 0a3a8686ff7618d726b575ef34648b656a823cf8..72281e24e621c9e2fc17045120be0f04622badfa 100644 (file)
@@ -97,3 +97,7 @@
         amount: 1
       - id: OnionRedSeeds
         amount: 1
+      - id: RiceSeeds
+        amount: 1
+      - id: SoybeanSeeds
+        amount: 1
index 1c8449b2da07b98b5aaa70aa712034214a8e1e5f..90b2ac0d04b21b54eb705488becc25fff3bb2a73 100644 (file)
@@ -21,6 +21,8 @@
     OnionRedSeeds: 5
     PoppySeeds: 3
     PotatoSeeds: 5
+    RiceSeeds: 5
+    SoybeanSeeds: 5
     SugarcaneSeeds: 5
     TomatoSeeds: 5
     TowercapSeeds: 5
index c14f426a7fd3593c46da8a4b826a104279c71683..db58917cafb5659de72e7a2293addafd66b7e62c 100644 (file)
   - type: SolutionContainerManager
     solutions:
       food:
-        maxVol: 45
+        maxVol: 48
         reagents:
         - ReagentId: Nutriment
           Quantity: 30
-        - ReagentId: Vitamin
-          Quantity: 5
+        - ReagentId: Protein
+          Quantity: 12
 # Tastes like bread, tofu.
 
 - type: entity
         - ReagentId: Nutriment
           Quantity: 6
         - ReagentId: Vitamin
-          Quantity: 1.2
+          Quantity: 2.4
 
 - type: entity
   name: cream cheese bread
index bba639593534338296295e39d1b55cb0ee71b32b..d126b46e8dde8c88db004b86c9398513e024c534 100644 (file)
       - tofu
   - type: Sprite
     state: tofu
+  - type: SolutionContainerManager
+    solutions:
+      food:
+        maxVol: 15
+        reagents:
+        - ReagentId: Nutriment
+          Quantity: 8
+        - ReagentId: Protein
+          Quantity: 3
 # Tastes like bun, tofu.
 
 - type: entity
index bb4fed694d57283e4e8a1369362190d81ead721a..040af2e4cb54cbc5edb9d568667c5b139cf85474 100644 (file)
   - type: SolutionContainerManager
     solutions:
       food:
-        maxVol: 20
+        maxVol: 50
         reagents:
         - ReagentId: MilkOat
-          Quantity: 20
+          Quantity: 50
 
 # Misc
 
         - ReagentId: Nutriment
           Quantity: 5
 
+- type: entity
+  name: tofu
+  parent: FoodBakingBase
+  id: FoodTofu
+  description: Solid white block with a subtle flavor.
+  components:
+  - type: FlavorProfile
+    flavors:
+      - tofu
+  - type: Sprite
+    state: tofu
+  - type: SolutionContainerManager
+    solutions:
+      food:
+        maxVol: 6
+        reagents:
+        - ReagentId: Protein
+          Quantity: 9
+        - ReagentId: Nutriment
+          Quantity: 6
+  - type: SliceableFood
+    count: 3
+    slice: FoodTofuSlice
+
+- type: entity
+  name: tofu slice
+  parent: FoodBakingBase
+  id: FoodTofuSlice
+  description: A slice of tofu. Ingredient of various vegetarian dishes.
+  components:
+  - type: FlavorProfile
+    flavors:
+      - tofu
+  - type: Sprite
+    state: tofu-slice
+  - type: SolutionContainerManager
+    solutions:
+      food:
+        maxVol: 6
+        reagents:
+        - ReagentId: Protein
+          Quantity: 3
+        - ReagentId: Nutriment
+          Quantity: 2
+
 - type: entity
   name: burned mess
   parent: FoodBakingBase
index 63e56b547150522399e3d394d1fcc6de8d57e106..a562db3787fb75aebb85ae1d1fb544240c1bed23 100644 (file)
     seedId: gatfruit
   - type: Food
     trash: WeaponRevolverPython
+
+- type: entity
+  name: rice bushel
+  description: Can be ground into rice, perfect for pudding or sake.
+  id: RiceBushel
+  parent: ProduceBase
+  components:
+  - type: Sprite
+    sprite: Objects/Specific/Hydroponics/rice.rsi
+  - type: SolutionContainerManager
+    solutions:
+      food:
+        reagents:
+        - ReagentId: Rice
+          Quantity: 10
+  - type: Produce
+    seedId: rice
+
+- type: entity
+  name: soybeans
+  description: For those who can't stand seeing good old meat.
+  id: FoodSoybeans
+  parent: ProduceBase
+  components:
+  - type: Sprite
+    sprite: Objects/Specific/Hydroponics/soybeans.rsi
+  - type: SolutionContainerManager
+    solutions:
+      food:
+        maxVol: 4
+        reagents:
+        - ReagentId: Nutriment
+          Quantity: 4
+  - type: Produce
+    seedId: soybeans
+  - type: Extractable
+    juiceSolution:
+      reagents:
+      - ReagentId: MilkSoy
+        Quantity: 5
index b643b10c62ba4b0735f682c715cc4b40c1d88565..75bd73fd6099941c67bd19009d620d9ce9d75000 100644 (file)
     - type: Sprite
       sprite: Objects/Specific/Hydroponics/onion.rsi
 
+- type: entity
+  parent: SeedBase
+  name: packet of rice seeds
+  id: RiceSeeds
+  components:
+    - type: Seed
+      seedId: rice
+    - type: Sprite
+      sprite: Objects/Specific/Hydroponics/rice.rsi
+
+- type: entity
+  parent: SeedBase
+  name: packet of soybean seeds
+  id: SoybeanSeeds
+  components:
+    - type: Seed
+      seedId: soybeans
+    - type: Sprite
+      sprite: Objects/Specific/Hydroponics/soybeans.rsi
+
 - type: entity
   parent: SeedBase
   name: packet of red onion seeds
index abaf5875572fbcff21f6978e865cff33cf0b7e5d..2b3317c9fb13a2dfceb97cc94de606a0cf4505e0 100644 (file)
@@ -1,4 +1,4 @@
-- type: seed
+- type: seed
   id: wheat
   name: seeds-wheat-name
   noun: seeds-noun-seeds
       Min: 1
       Max: 5
       PotencyDivisor: 20
+
+- type: seed
+  id: rice
+  name: seeds-rice-name
+  noun: seeds-noun-seeds
+  displayName: seeds-rice-display-name
+  plantRsi: Objects/Specific/Hydroponics/rice.rsi
+  productPrototypes:
+    - RiceBushel
+  lifespan: 25
+  maturation: 6
+  production: 1
+  yield: 4
+  potency: 5
+  growthStages: 4
+  idealLight: 5
+  nutrientConsumption: 0.15
+  chemicals:
+    Nutriment:
+      Min: 1
+      Max: 20
+      PotencyDivisor: 20
+    Rice:
+      Min: 5
+      Max: 20
+      PotencyDivisor: 20
+
+- type: seed
+  id: soybeans
+  name: seeds-soybeans-name
+  noun: seeds-noun-seeds
+  displayName: seeds-soybeans-display-name
+  plantRsi: Objects/Specific/Hydroponics/soybeans.rsi
+  productPrototypes:
+    - FoodSoybeans
+  growthStages: 4
+  lifespan: 25
+  maturation: 4
+  production: 4
+  yield: 3
+  potency: 5
+  idealLight: 7
+  nutrientConsumption: 0.15
+  chemicals:
+    Nutriment:
+      Min: 1
+      Max: 5
+      PotencyDivisor: 20
index 435759909481f425e4a1204a9f5767286938f61e..89365d1d77a9ca7b54faa708669f6fabff4800f2 100644 (file)
   desc: reagent-desc-milk-oat
   physicalDesc: reagent-physical-desc-refreshing
   flavor: oats
-  color: "#302000"
+  color: "#DEDACD"
   metabolisms:
     Drink:
       effects:
   parent: MilkOat
   name: reagent-name-milk-soy
   desc: reagent-desc-milk-soy
+  physicalDesc: reagent-physical-desc-refreshing
+  flavor: soy
+  color: "#D2C29D"
 
 - type: reagent
   id: MilkSpoiled
index 51e771f31318dba794b6e31a473d9e2e342b70d6..899ef6bc68a152155ec4a47eff90a4cda00520a9 100644 (file)
     FoodBreadBun: 1
     ClothingHeadHatBeret: 1
 
-# - type: microwaveMealRecipe
-#   id: RecipeTofuBurger
-#   name: tofu burger recipe
-#   result: FoodBurgerTofu
-#   time: 5
-#   reagents:
-#     Flour: 15
-#   solids:
-#     FoodTofu: 1
+- type: microwaveMealRecipe
+  id: RecipeTofuBurger
+  name: tofu burger recipe
+  result: FoodBurgerTofu
+  time: 5
+  solids:
+    FoodBreadBun: 1
+    FoodTofuSlice: 1
 
 - type: microwaveMealRecipe
   id: RecipeXenoburger
     FoodBreadPlainSlice: 1
     FoodFlyAmanita: 1
 
+- type: microwaveMealRecipe
+  id: RecipeTofuBread
+  name: tofu bread recipe
+  result: FoodBreadTofu
+  time: 20
+  solids:
+    FoodDough: 1
+    FoodTofu: 1
+
 - type: microwaveMealRecipe
   id: RecipeGarlicBread
   name: garlic bread slice recipe
index 38e8410e3816c0afa725cae2af64a84c49e25e86..7c0d71caf834987ca7256977103b5cea335ca08a 100644 (file)
@@ -70,7 +70,7 @@
       entity: FoodDoughPie
 
 # TG has a cake recipe that uses soy milk instead of eggs.
-# but afaik it spawns the exact same cake batter entity. 
+# but afaik it spawns the exact same cake batter entity.
 # Maybe change this if you want to do allergies or something
 - type: reaction
   id: CreateVeganCakeBatter
     - !type:CreateEntityReactionEffect
       entity: FoodCakeBatter
 
+- type: reaction
+  id: CreateTofu
+  impact: Low
+  quantized: true
+  reactants:
+    MilkSoy:
+      amount: 30
+    Enzyme:
+      amount: 5
+  effects:
+    - !type:CreateEntityReactionEffect
+      entity: FoodTofu
+
 # Condiments
 
 - type: reaction
       amount: 5
   products:
     Ketchunaise: 10
-    
+
 - type: reaction
   id: CookingBbqSauce
   reactants:
     Vinegar:
       amount: 5
     Sugar:
-      amount: 5   
+      amount: 5
   products:
     BbqSauce: 15
-    
+
 - type: reaction
   id: CookingHotsauce
   reactants:
   products:
     Vinegar: 10
 
+- type: reaction
+  id: CookingSoysauce
+  reactants:
+    MilkSoy:
+      amount: 10
+    SulfuricAcid:
+      amount: 5
+  products:
+    Soysauce: 15
+
 - type: reaction
   id: CookingVinaigrette
   reactants:
index cd099532ca13e74eaa35a54fcc63fab5a4479937..47df0c0a567c8739318fb24e29ced1fb484a1477 100644 (file)
@@ -1,7 +1,7 @@
 {
   "version": 1,
   "license": "CC-BY-SA-3.0",
-  "copyright": "Taken from tgstation and baystation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24 and https://github.com/Baystation12/Baystation12/commit/a6067826de7fd8f698793f6d84e6c2f1f9b1f188",
+  "copyright": "Taken from tgstation and baystation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24 and https://github.com/Baystation12/Baystation12/commit/a6067826de7fd8f698793f6d84e6c2f1f9b1f188. Tofu and tofu-slice were created by Discord user rosysyntax#6514",
   "size": {
     "x": 32,
     "y": 32
     },
     {
       "name": "sugar-small"
+    },
+    {
+      "name": "tofu"
+    },
+    {
+      "name": "tofu-slice"
     }
   ]
 }
diff --git a/Resources/Textures/Objects/Consumable/Food/ingredients.rsi/tofu-slice.png b/Resources/Textures/Objects/Consumable/Food/ingredients.rsi/tofu-slice.png
new file mode 100644 (file)
index 0000000..57dee34
Binary files /dev/null and b/Resources/Textures/Objects/Consumable/Food/ingredients.rsi/tofu-slice.png differ
diff --git a/Resources/Textures/Objects/Consumable/Food/ingredients.rsi/tofu.png b/Resources/Textures/Objects/Consumable/Food/ingredients.rsi/tofu.png
new file mode 100644 (file)
index 0000000..e403e48
Binary files /dev/null and b/Resources/Textures/Objects/Consumable/Food/ingredients.rsi/tofu.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/dead.png b/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/dead.png
new file mode 100644 (file)
index 0000000..fad4010
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/dead.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/harvest.png b/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/harvest.png
new file mode 100644 (file)
index 0000000..513f255
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/harvest.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/meta.json b/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/meta.json
new file mode 100644 (file)
index 0000000..57a5caa
--- /dev/null
@@ -0,0 +1,35 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/b459ea3fdee965bdc3e93e7983ad7fa610d05c12",
+  "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"
+    }
+  ]
+}
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/produce.png b/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/produce.png
new file mode 100644 (file)
index 0000000..abf70fe
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/produce.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/seed.png b/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/seed.png
new file mode 100644 (file)
index 0000000..090991b
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/seed.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/stage-1.png b/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/stage-1.png
new file mode 100644 (file)
index 0000000..33333f2
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/stage-1.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/stage-2.png b/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/stage-2.png
new file mode 100644 (file)
index 0000000..9891ba9
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/stage-2.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/stage-3.png b/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/stage-3.png
new file mode 100644 (file)
index 0000000..ada9aa7
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/stage-3.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/stage-4.png b/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/stage-4.png
new file mode 100644 (file)
index 0000000..138ab45
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/rice.rsi/stage-4.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/dead.png b/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/dead.png
new file mode 100644 (file)
index 0000000..44755fd
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/dead.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/harvest.png b/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/harvest.png
new file mode 100644 (file)
index 0000000..7d50c8a
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/harvest.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/meta.json b/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/meta.json
new file mode 100644 (file)
index 0000000..516ec24
--- /dev/null
@@ -0,0 +1,35 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Taken from https://github.com/BeeStation/BeeStation-Hornet/commit/bd870d649cc8ac9d8af2fbc046af4a79afb5ab28",
+  "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"
+    }
+  ]
+}
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/produce.png b/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/produce.png
new file mode 100644 (file)
index 0000000..ab4f4fd
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/produce.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/seed.png b/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/seed.png
new file mode 100644 (file)
index 0000000..0410af3
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/seed.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/stage-1.png b/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/stage-1.png
new file mode 100644 (file)
index 0000000..9a12e8f
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/stage-1.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/stage-2.png b/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/stage-2.png
new file mode 100644 (file)
index 0000000..05fbeee
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/stage-2.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/stage-3.png b/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/stage-3.png
new file mode 100644 (file)
index 0000000..5d77527
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/stage-3.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/stage-4.png b/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/stage-4.png
new file mode 100644 (file)
index 0000000..c1058f8
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/soybeans.rsi/stage-4.png differ