]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Rainbow Weed (#25759)
authorpotato1234_x <79580518+potato1234x@users.noreply.github.com>
Mon, 29 Apr 2024 04:06:27 +0000 (14:06 +1000)
committerGitHub <noreply@github.com>
Mon, 29 Apr 2024 04:06:27 +0000 (21:06 -0700)
* rainbow weed

* Lipolicide

* psicodine + mannitol

* happiness

* ground + dried + smokables

* damn you notepad++

* fix

WHY NOT TELL ME ALL THE PROBLEMS AT THE SAME TIME!!!

* work

* work i beg you

* recipe good

* possibly fix merge conflict

* remove reagents

22 files changed:
Resources/Locale/en-US/reagents/meta/fun.ftl
Resources/Locale/en-US/seeds/seeds.ftl
Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/joints.yml
Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Pipes/pipe.yml
Resources/Prototypes/Entities/Objects/Specific/Hydroponics/leaves.yml
Resources/Prototypes/Entities/Objects/Specific/Hydroponics/seeds.yml
Resources/Prototypes/Hydroponics/seeds.yml
Resources/Prototypes/Recipes/Cooking/meal_recipes.yml
Resources/Prototypes/Recipes/Crafting/Graphs/smokeables.yml
Resources/Prototypes/Recipes/Crafting/smokeables.yml
Resources/Prototypes/Recipes/Reactions/medicine.yml
Resources/Prototypes/Stacks/consumable_stacks.yml
Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/dead.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/dried.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/harvest.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/powderpile_rainbow.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/produce.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/seed.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/stage-1.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/stage-2.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/stage-3.png [new file with mode: 0644]

index 8764a3d28a4b5900c5c05a4180fdff8dfe874f85..a4a8c0f150a329f7306d0b13bd4b59b1c3e45419 100644 (file)
@@ -22,7 +22,7 @@ reagent-desc-razorium = A strange, non-newtonian chemical. It is produced when t
 reagent-name-fresium = Fresium
 reagent-desc-fresium = A mysterious compound that slows the vibration of atoms and molecules... somehow. In layman's terms, it makes things cold... REALLY cold. Can cause long-lasting movement issues if ingested.
 
-reagent-name-laughter = Laughter
+reagent-name-laughter = laughter
 reagent-desc-laughter = Some say that this is the best medicine, but recent studies have proven that to be untrue.
 
 reagent-name-weh = juice that makes you Weh
index 4a125b172421ae3c1cf5f31babfa9012efa80570..2dc0b88c747bea062b9a3b65aa705dd00ed8b523 100644 (file)
@@ -1,4 +1,5 @@
 # Nouns
+# Nouns
 seeds-noun-seeds = seeds
 seeds-noun-spores = spores
 
@@ -59,6 +60,8 @@ seeds-eggy-name = egg-plant
 seeds-eggy-display-name = egg-plants
 seeds-cannabis-name = cannabis
 seeds-cannabis-display-name = cannabis
+seeds-rainbow-cannabis-name = rainbow cannabis
+seeds-rainbow-cannabis-display-name = rainbow cannabis
 seeds-tobacco-name = tobacco
 seeds-tobacco-display-name = tobacco plant
 seeds-nettle-name = nettle
index e3ae06ec9f5cfc512e09624648969c66cafd150e..9a0d96e89eaf2431bcd9007ef0a82efea6d18fc2 100644 (file)
         reagents:
           - ReagentId: THC
             Quantity: 20
+            
+- type: entity
+  id: JointRainbow
+  parent: Joint
+  name: joint
+  suffix: Rainbow
+  description: A roll of dried plant matter wrapped in thin paper. Seems to be colorful inside.
+  components:
+  - type: Construction
+    graph: smokeableJointRainbow
+    node: jointRainbow
+  - type: SolutionContainerManager
+    solutions:
+      smokable:
+        maxVol: 20
+        reagents:
+        - ReagentId: SpaceDrugs
+          Quantity: 4
+        - ReagentId: Lipolicide
+          Quantity: 4
+        - ReagentId: MindbreakerToxin
+          Quantity: 2.66
+        - ReagentId: Happiness
+          Quantity: 2.66
+#       - ReagentId: ColorfulReagent
+#         Quantity: 1.33
+        - ReagentId: Psicodine
+          Quantity: 0.8
 
 - type: entity
   id: Blunt
         reagents:
           - ReagentId: THC
             Quantity: 20
+
+- type: entity
+  id: BluntRainbow
+  parent: Blunt
+  name: blunt
+  suffix: Rainbow
+  description: A roll of dried plant matter wrapped in a dried tobacco leaf. Seems to be colorful inside.
+  components:
+  - type: Construction
+    graph: smokeableBluntRainbow
+    node: bluntRainbow
+  - type: SolutionContainerManager
+    solutions:
+      smokable:
+        maxVol: 20
+        reagents:
+        - ReagentId: SpaceDrugs
+          Quantity: 4
+        - ReagentId: Lipolicide
+          Quantity: 4
+        - ReagentId: MindbreakerToxin
+          Quantity: 2.66
+        - ReagentId: Happiness
+          Quantity: 2.66
+#       - ReagentId: ColorfulReagent
+#         Quantity: 1.33
+        - ReagentId: Psicodine
+          Quantity: 0.8
index c3f13d80b7558d538f24ab21e8761edb0449ff3c..79c568802c52acbcb7bd6a2522452fa418e56e5e 100644 (file)
         path: /Audio/Weapons/Guns/Empty/empty.ogg
       ejectSound:
         path: /Audio/Weapons/Guns/Empty/empty.ogg
+
+- type: entity
+  id: SmokingPipeFilledCannabisRainbow
+  parent: SmokingPipe
+  name: pipe
+  suffix: Rainbow Cannabis
+  description: Just like grandpappy used to smoke.
+  components:
+  - type: ContainerContainer
+    containers:
+      bowl_slot: !type:ContainerSlot
+  - type: ItemSlots
+  - type: SmokingPipe
+    bowl_slot:
+      name: smoking-pipe-slot-component-slot-name-bowl
+      startingItem: GroundCannabisRainbow
+      whitelist:
+        tags:
+          - Smokable
+      insertSound:
+        path: /Audio/Weapons/Guns/Empty/empty.ogg
+      ejectSound:
+        path: /Audio/Weapons/Guns/Empty/empty.ogg
index b847416211d1af6865fbd00f1ffe6959666f99db..c26ba925e0d9fa9fb0ce7709c34891be0348bddd 100644 (file)
       - Smokable
   - type: Item
     size: Tiny
+    
+- type: entity
+  name: rainbow cannabis leaves
+  parent: LeavesCannabis
+  id: LeavesCannabisRainbow
+  description: "Is it supposed to be glowing like that...?"
+  components:
+  - type: Sprite
+    sprite: Objects/Specific/Hydroponics/rainbow_cannabis.rsi
+  - type: Produce
+    seedId: rainbowCannabis
+  - type: PointLight
+    radius: 1.5
+    energy: 2
+  - type: RgbLightController
+    cycleRate: 0.6
+  - type: SolutionContainerManager
+    solutions:
+      food:
+        reagents:
+        - ReagentId: SpaceDrugs
+          Quantity: 3
+        - ReagentId: Lipolicide
+          Quantity: 3
+        - ReagentId: MindbreakerToxin
+          Quantity: 2
+        - ReagentId: Happiness
+          Quantity: 2
+#       - ReagentId: ColorfulReagent
+#         Quantity: 1
+        - ReagentId: Psicodine
+          Quantity: 0.6
 
+- type: entity
+  name: dried rainbow cannabis leaves
+  parent: LeavesCannabisDried
+  id: LeavesCannabisRainbowDried
+  description: "Dried rainbow cannabis leaves, ready to be ground."
+  components:
+  - type: Stack
+    stackType: LeavesCannabisRainbowDried
+    count: 1
+  - type: SolutionContainerManager
+    solutions:
+      food:
+        maxVol: 8.5 #fuck you saveload test fail
+        reagents:
+        - ReagentId: SpaceDrugs
+          Quantity: 2.4
+        - ReagentId: Lipolicide
+          Quantity: 2.4
+        - ReagentId: MindbreakerToxin
+          Quantity: 1.6
+        - ReagentId: Happiness
+          Quantity: 1.6
+#       - ReagentId: ColorfulReagent
+#         Quantity: 0.8
+        - ReagentId: Psicodine
+          Quantity: 0.48
+  - type: Sprite
+    sprite: Objects/Specific/Hydroponics/rainbow_cannabis.rsi
+    state: dried
+
+- type: entity
+  name: ground rainbow cannabis
+  parent: GroundCannabis
+  id: GroundCannabisRainbow
+  description: "Ground rainbow cannabis, ready to take you on a trip."
+  components:
+  - type: Stack
+    stackType: GroundCannabisRainbow
+    count: 1
+  - type: SolutionContainerManager
+    solutions:
+      food:
+        reagents:
+        - ReagentId: SpaceDrugs
+          Quantity: 4
+        - ReagentId: Lipolicide
+          Quantity: 4
+        - ReagentId: MindbreakerToxin
+          Quantity: 2.66
+        - ReagentId: Happiness
+          Quantity: 2.66
+#       - ReagentId: ColorfulReagent
+#         Quantity: 1.33
+        - ReagentId: Psicodine
+          Quantity: 0.8
+  - type: Sprite
+    sprite: Objects/Specific/Hydroponics/rainbow_cannabis.rsi
+    state: powderpile_rainbow
+    color: white
+  - type: Construction
+    graph: smokeableGroundCannabisRainbow
+    node: groundRainbow
 
 - type: entity
   name: tobacco leaves
index 6e5adac65b3eaa19a084a2e4f9a339880ca52486..abde52d4066be78c688973ceeb55abdd99a19caa 100644 (file)
     - type: Sprite
       sprite: Objects/Specific/Hydroponics/cannabis.rsi
 
+- type: entity
+  parent: SeedBase
+  name: packet of rainbow cannabis seeds
+  description: "These seeds grow into rainbow weed. Groovy... and also highly addictive."
+  id: RainbowCannabisSeeds
+  components:
+    - type: Seed
+      seedId: rainbowCannabis
+    - type: Sprite
+      sprite: Objects/Specific/Hydroponics/rainbow_cannabis.rsi
+
 - type: entity
   parent: SeedBase
   name: packet of nettle seeds
index c2a5e943b16e070a6f6371f21587702e23efb466..5aef050fec6da7e6e0aab897935db725da5e5ecd 100644 (file)
   packetPrototype: CannabisSeeds
   productPrototypes:
     - LeavesCannabis
+  mutationPrototypes:
+    - rainbowCannabis
   harvestRepeat: Repeat
   lifespan: 75
   maturation: 8
       Max: 10
       PotencyDivisor: 10
 
+- type: seed
+  id: rainbowCannabis
+  name: seeds-rainbow-cannabis-name
+  noun: seeds-noun-seeds
+  displayName: seeds-rainbow-cannabis-display-name
+  plantRsi: Objects/Specific/Hydroponics/rainbow_cannabis.rsi
+  packetPrototype: RainbowCannabisSeeds
+  productPrototypes:
+    - LeavesCannabisRainbow
+  harvestRepeat: Repeat
+  lifespan: 75
+  maturation: 8
+  production: 12
+  yield: 2
+  potency: 20
+  growthStages: 3
+  waterConsumption: 0.40
+  idealLight: 9
+  idealHeat: 298
+  chemicals:
+    SpaceDrugs:
+      Min: 1
+      Max: 15
+      PotencyDivisor: 10
+    Lipolicide:
+      Min: 1
+      Max: 15
+      PotencyDivisor: 10
+    MindbreakerToxin:
+      Min: 1
+      Max: 5
+      PotencyDivisor: 20
+    Happiness:
+      Min: 1
+      Max: 5
+#     PotencyDivisor: 20
+#   ColorfulReagent:
+#     Min: 0
+#     Max: 5
+#     PotencyDivisor: 20
+    Psicodine:
+      Min: 0
+      Max: 5
+      PotencyDivisor: 33
+
 - type: seed
   id: tobacco
   name: seeds-tobacco-name
index 47a2841b6daef53633d4ccf50e07c9fff4eaf1f3..8cb4c5514672b4cbc23f172213395f437ffc403e 100644 (file)
   solids:
     LeavesCannabis: 1
 
+- type: microwaveMealRecipe
+  id: RecipeDriedCannabisRainbow
+  name: dried rainbow cannabis leaves recipe
+  result: LeavesCannabisRainbowDried
+  time: 10
+  solids:
+    LeavesCannabisRainbow: 1
+
 - type: microwaveMealRecipe
   id: RecipeTrashBakedBananaPeel
   name: baked banana peel recipe
index 00900a95efdeb172d555b2042a9707efbac2e6a1..419d7bff339d93fc6bc8640def0bd9a152497c3b 100644 (file)
               doAfter: 2
     - node: joint
       entity: Joint
+      
+- type: constructionGraph
+  id: smokeableJointRainbow
+  start: start
+  graph:
+    - node: start
+      edges:
+        - to: jointRainbow
+          steps:
+            - material: PaperRolling
+            - material: CigaretteFilter
+            - material: GroundCannabisRainbow
+              doAfter: 2
+    - node: jointRainbow
+      entity: JointRainbow
 
 - type: constructionGraph
   id: smokeableBlunt
     - node: blunt
       entity: Blunt
 
+- type: constructionGraph
+  id: smokeableBluntRainbow
+  start: start
+  graph:
+    - node: start
+      edges:
+        - to: bluntRainbow
+          steps:
+            - material: LeavesTobaccoDried
+            - material: GroundCannabisRainbow
+              doAfter: 2
+    - node: bluntRainbow
+      entity: BluntRainbow
+
 - type: constructionGraph
   id: smokeableCigarette
   start: start
     - node: ground
       entity: GroundCannabis
 
+- type: constructionGraph
+  id: smokeableGroundCannabisRainbow
+  start: start
+  graph:
+    - node: start
+      edges:
+        - to: groundRainbow
+          steps:
+            - material: LeavesCannabisRainbowDried
+              amount: 2
+              doAfter: 5
+    - node: groundRainbow
+      entity: GroundCannabisRainbow
+
 - type: constructionGraph
   id: smokeableGroundTobacco
   start: start
index 6d7d4e30bc1f2e233eef31f6256f1c7e3a3e75a9..e4280f6d6621b3ba8a0962c4b0290f5db4bae995 100644 (file)
@@ -8,6 +8,17 @@
   description: "A roll of dried plant matter wrapped in thin paper."
   icon: { sprite: Objects/Consumable/Smokeables/Cannabis/joint.rsi, state: unlit-icon }
   objectType: Item
+  
+- type: construction
+  name: rainbow joint
+  id: smokeableJointRainbow
+  graph: smokeableJointRainbow
+  startNode: start
+  targetNode: jointRainbow
+  category: construction-category-misc
+  description: "A roll of dried plant matter wrapped in thin paper."
+  icon: { sprite: Objects/Consumable/Smokeables/Cannabis/joint.rsi, state: unlit-icon }
+  objectType: Item
 
 - type: construction
   name: blunt
   icon: { sprite: Objects/Consumable/Smokeables/Cannabis/blunt.rsi, state: unlit-icon }
   objectType: Item
 
+- type: construction
+  name: rainbow blunt
+  id: smokeableBluntRainbow
+  graph: smokeableBluntRainbow
+  startNode: start
+  targetNode: bluntRainbow
+  category: construction-category-misc
+  description: "A roll of dried plant matter wrapped in a dried tobacco leaf."
+  icon: { sprite: Objects/Consumable/Smokeables/Cannabis/blunt.rsi, state: unlit-icon }
+  objectType: Item
+
 - type: construction
   name: cigarette
   id: smokeableCigarette
 #    color: darkgreen
   objectType: Item
 
+- type: construction
+  name: ground rainbow cannabis
+  id: smokeableGroundCannabisRainbow
+  graph: smokeableGroundCannabisRainbow
+  startNode: start
+  targetNode: groundRainbow
+  category: construction-category-misc
+  description: "Ground rainbow cannabis, ready to take you on a trip."
+  icon: { sprite: Objects/Specific/Hydroponics/rainbow_cannabis.rsi, state: powderpile_rainbow }
+  objectType: Item
+
 - type: construction
   name: ground tobacco
   id: smokeableGroundTobacco
index b13c6bb71ba85e138261dc72b7fa1c6ebed1e574..0a36f869b3c52685ca423b9afcf9e126a245285f 100644 (file)
     Sigynate:
       amount: 2
   products:
-    Aloxadone: 4
+      Aloxadone: 4
 
 - type: reaction
   id: Psicodine
index e9f0cab7e4b724d903927de58aace97b809e1db4..2936772f080ca2c7b94e629634bcf8d196e8f933 100644 (file)
   maxCount:
   itemSize: 1
 
+- type: stack
+  id: GroundCannabisRainbow
+  name: ground rainbow cannabis
+  icon: { sprite: /Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi, state: powderpile_rainbow }
+  spawn: GroundCannabisRainbow
+  maxCount:
+  itemSize: 1
+
 - type: stack
   id: LeavesTobaccoDried
   name: dried tobacco leaves
   spawn: LeavesCannabisDried
   maxCount: 5
   itemSize: 5
+
+- type: stack
+  id: LeavesCannabisRainbowDried
+  name: dried rainbow cannabis leaves
+  icon: { sprite: /Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi, state: dried }
+  spawn: LeavesCannabisRainbowDried
+  maxCount: 5
+  itemSize: 5
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/dead.png b/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/dead.png
new file mode 100644 (file)
index 0000000..2eb3c64
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/dead.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/dried.png b/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/dried.png
new file mode 100644 (file)
index 0000000..77f23e9
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/dried.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/harvest.png b/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/harvest.png
new file mode 100644 (file)
index 0000000..9702e5b
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/harvest.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/meta.json b/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/meta.json
new file mode 100644 (file)
index 0000000..e5bfeb9
--- /dev/null
@@ -0,0 +1,173 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Taken from https://github.com/vgstation-coders/vgstation13 at 1dbcf389b0ec6b2c51b002df5fef8dd1519f8068 and modified by potato1234_x",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "dead"
+    },
+    {
+      "name": "harvest",
+      "delays": 
+         [
+        [
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08
+        ]
+      ]
+    },
+    {
+      "name": "powderpile_rainbow"
+    },
+    {
+      "name": "produce",
+      "delays": 
+         [
+        [
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08
+        ]
+      ]
+    },
+    {
+      "name": "dried"
+    },
+    {
+      "name": "seed"
+    },
+    {
+      "name": "stage-1",
+      "delays": 
+         [
+        [
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08
+        ]
+      ]
+    },
+    {
+      "name": "stage-2",
+      "delays": 
+         [
+        [
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08
+        ]
+      ]
+    },
+    {
+      "name": "stage-3",
+      "delays": 
+         [
+        [
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08,
+            0.08
+        ]
+      ]
+    }
+  ]
+}
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/powderpile_rainbow.png b/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/powderpile_rainbow.png
new file mode 100644 (file)
index 0000000..15057f8
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/powderpile_rainbow.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/produce.png b/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/produce.png
new file mode 100644 (file)
index 0000000..400fed1
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/produce.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/seed.png b/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/seed.png
new file mode 100644 (file)
index 0000000..fa19414
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/seed.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/stage-1.png b/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/stage-1.png
new file mode 100644 (file)
index 0000000..8a3e17b
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/stage-1.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/stage-2.png b/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/stage-2.png
new file mode 100644 (file)
index 0000000..d30ed1e
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/stage-2.png differ
diff --git a/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/stage-3.png b/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/stage-3.png
new file mode 100644 (file)
index 0000000..f4880b6
Binary files /dev/null and b/Resources/Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi/stage-3.png differ