Added Gatfruit (#6569)
This commit is contained in:
@@ -715,3 +715,25 @@
|
|||||||
seed: flyAmanita
|
seed: flyAmanita
|
||||||
- type: Extractable
|
- type: Extractable
|
||||||
grindableSolutionName: food
|
grindableSolutionName: food
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: gatfruit
|
||||||
|
parent: FoodProduceBase
|
||||||
|
id: FoodGatfruit
|
||||||
|
description: A delicious, gun-shaped fruit with a thick wooden stem.
|
||||||
|
components:
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
food:
|
||||||
|
maxVol: 10
|
||||||
|
reagents:
|
||||||
|
- ReagentId: Nutriment
|
||||||
|
Quantity: 5
|
||||||
|
- ReagentId: Sulfur
|
||||||
|
Quantity: 5
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Specific/Hydroponics/gatfruit.rsi
|
||||||
|
- type: Produce
|
||||||
|
seed: gatfruit
|
||||||
|
- type: Food
|
||||||
|
trash: RevolverPredator
|
||||||
|
|||||||
@@ -269,3 +269,14 @@
|
|||||||
seed: flyAmanita
|
seed: flyAmanita
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Specific/Hydroponics/fly_amanita.rsi
|
sprite: Objects/Specific/Hydroponics/fly_amanita.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: SeedBase
|
||||||
|
name: packet of gatfruit seeds
|
||||||
|
description: "These are no peashooters."
|
||||||
|
id: GatfruitSeeds
|
||||||
|
components:
|
||||||
|
- type: Seed
|
||||||
|
seed: gatfruit
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Specific/Hydroponics/gatfruit.rsi
|
||||||
|
|||||||
@@ -623,3 +623,29 @@
|
|||||||
Min: 1
|
Min: 1
|
||||||
Max: 5
|
Max: 5
|
||||||
PotencyDivisor: 20
|
PotencyDivisor: 20
|
||||||
|
|
||||||
|
- type: seed
|
||||||
|
id: gatfruit
|
||||||
|
name: gatfruit
|
||||||
|
seedName: gatfruit
|
||||||
|
displayName: gatfruit tree
|
||||||
|
plantRsi: Objects/Specific/Hydroponics/gatfruit.rsi
|
||||||
|
productPrototypes:
|
||||||
|
- FoodGatfruit
|
||||||
|
harvestRepeat: Repeat
|
||||||
|
lifespan: 55
|
||||||
|
maturation: 6
|
||||||
|
production: 6
|
||||||
|
yield: 2
|
||||||
|
potency: 10
|
||||||
|
growthStages: 2
|
||||||
|
idealLight: 6
|
||||||
|
chemicals:
|
||||||
|
Nutriment:
|
||||||
|
Min: 1
|
||||||
|
Max: 5
|
||||||
|
PotencyDivisor: 20
|
||||||
|
Sulfur:
|
||||||
|
Min: 1
|
||||||
|
Max: 5
|
||||||
|
PotencyDivisor: 20
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 792 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "dead"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "harvest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "produce"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "seed"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "stage-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "stage-2"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 939 B |
Binary file not shown.
|
After Width: | Height: | Size: 694 B |
Binary file not shown.
|
After Width: | Height: | Size: 994 B |
Reference in New Issue
Block a user