food-sequence-burger-content-galaxy = galaxy
food-sequence-burger-content-glasstle = glass
food-sequence-burger-content-gatfruit = gat
+food-sequence-burger-content-capfruit = cap
food-sequence-burger-content-rice = rice
food-sequence-burger-content-soy = soy
food-sequence-burger-content-koibean = koi
seeds-cotton-display-name = cotton plant
seeds-pyrotton-name = pyrotton
seeds-pyrotton-display-name = pyrotton plant
+seeds-capfruit-name = capfruit
+seeds-capfruit-display-name = capfruit tree
sprite: Objects/Specific/Hydroponics/gatfruit.rsi
state: produce
+- type: entity
+ name: capfruit
+ parent: FoodProduceBase
+ id: FoodRealCapfruit
+ description: A soft but smooth gun-shaped fruit.
+ components:
+ - type: FlavorProfile
+ flavors:
+ - plastic
+ - type: SolutionContainerManager
+ solutions:
+ food:
+ maxVol: 10
+ reagents:
+ - ReagentId: Nutriment
+ Quantity: 5
+ - ReagentId: Sulfur
+ Quantity: 5
+ - type: Sprite
+ sprite: Objects/Specific/Hydroponics/capfruit.rsi
+ - type: Produce
+ seedId: realCapfruit
+ - type: Food
+ trash:
+ - RevolverCapGun
+ - type: Tag
+ tags:
+ - Fruit
+ - type: FoodSequenceElement
+ entries:
+ burger:
+ name: food-sequence-burger-content-capfruit
+ sprite:
+ sprite: Objects/Specific/Hydroponics/capfruit.rsi
+ state: produce
+
+- type: entity
+ name: capfruit
+ parent: FoodRealCapfruit
+ id: FoodFakeCapfruit
+ suffix: Fake
+ components:
+ - type: Produce
+ seedId: fakeCapfruit
+ - type: Food
+ trash:
+ - RevolverCapGunFake
+
- type: entity
name: rice bushel
description: Can be ground into rice, perfect for pudding or sake.
seedId: pyrotton
- type: Sprite
sprite: Objects/Specific/Hydroponics/pyrotton.rsi
+
+- type: entity
+ parent: SeedBase
+ id: RealCapfruitSeeds
+ name: packet of capfruit seeds
+ description: "Is it real, or is it fake?"
+ components:
+ - type: Seed
+ seedId: realCapfruit
+ - type: Sprite
+ sprite: Objects/Specific/Hydroponics/capfruit.rsi
+
+- type: entity
+ parent: RealCapfruitSeeds
+ id: FakeCapfruitSeeds
+ suffix: Fake
+ components:
+ - type: Seed
+ seedId: fakeCapfruit
- type: flavor
id: paintthinner
flavorType: Complex
- description: flavor-complex-paint-thinner
\ No newline at end of file
+ description: flavor-complex-paint-thinner
packetPrototype: GatfruitSeeds
productPrototypes:
- FoodGatfruit
+ mutationPrototypes:
+ - fakeCapfruit
+ - realCapfruit
+ lifespan: 65
+ maturation: 25
+ production: 25
+ yield: 1
+ potency: 10
+ growthStages: 2
+ idealLight: 6
+ chemicals:
+ Nutriment:
+ Min: 1
+ Max: 5
+ PotencyDivisor: 20
+ Sulfur:
+ Min: 1
+ Max: 5
+ PotencyDivisor: 20
+
+- type: seed
+ id: fakeCapfruit
+ name: seeds-capfruit-name
+ noun: seeds-noun-seeds
+ displayName: seeds-capfruit-display-name
+ plantRsi: Objects/Specific/Hydroponics/capfruit.rsi
+ packetPrototype: FakeCapfruitSeeds
+ productPrototypes:
+ - FoodFakeCapfruit
+ lifespan: 65
+ maturation: 25
+ production: 25
+ yield: 1
+ potency: 10
+ growthStages: 2
+ idealLight: 6
+ chemicals:
+ Nutriment:
+ Min: 1
+ Max: 5
+ PotencyDivisor: 20
+ Sulfur:
+ Min: 1
+ Max: 5
+ PotencyDivisor: 20
+
+- type: seed
+ id: realCapfruit
+ name: seeds-capfruit-name
+ noun: seeds-noun-seeds
+ displayName: seeds-capfruit-display-name
+ plantRsi: Objects/Specific/Hydroponics/capfruit.rsi
+ packetPrototype: RealCapfruitSeeds
+ productPrototypes:
+ - FoodRealCapfruit
lifespan: 65
maturation: 25
production: 25
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a, redrawn by Ubaser.",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "dead"
+ },
+ {
+ "name": "harvest"
+ },
+ {
+ "name": "produce"
+ },
+ {
+ "name": "seed"
+ },
+ {
+ "name": "stage-1"
+ },
+ {
+ "name": "stage-2"
+ }
+ ]
+}