forked from Simple-Station/Einstein-Engines
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CrystalThistle! (Simple-Station#1462)
* Brings a glass producing plant to Botany * Linter fix attempt 1 * Adresses adjustments requested by Reviewer --------- Co-authored-by: Alchebun <jimmy.12.or#gmail.com>
- Loading branch information
1 parent
c0af9b3
commit 6164a1a
Showing
17 changed files
with
147 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
reagent-name-Quartzite = Quartzite | ||
reagent-desc-Quartzite = Millions of microscopic crystaline shards. Will cause internal bleeding, do not drink. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Seeds | ||
seeds-CrystalThistle-name = CrystalThistle | ||
seeds-CrystalThistle-display-name = CrystalThistle |
24 changes: 24 additions & 0 deletions
24
Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/produce.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
- type: entity | ||
name: CrystalThistle | ||
parent: FoodProduceBase | ||
id: FoodCrystalThistle | ||
description: A variant of galaxythistle that has sprouted sharp quartz shards. | ||
components: | ||
- type: FlavorProfile | ||
flavors: | ||
- sharp | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 25 | ||
reagents: | ||
- ReagentId: Quartzite | ||
Quantity: 10 | ||
- ReagentId: Ethyloxyephedrine | ||
Quantity: 15 | ||
- type: Sprite | ||
sprite: DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi | ||
- type: Produce | ||
seedId: CrystalThistle | ||
- type: Extractable | ||
grindableSolutionName: food |
10 changes: 10 additions & 0 deletions
10
Resources/Prototypes/DeltaV/Entities/Objects/Specific/Hydroponics/seeds.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
- type: entity | ||
parent: SeedBase | ||
name: packet of CrystalThistle seeds | ||
description: "Like a bag of needles" | ||
id: CrystalThistleSeeds | ||
components: | ||
- type: Seed | ||
seedId: CrystalThistle | ||
- type: Sprite | ||
sprite: DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
- type: seed | ||
id: CrystalThistle | ||
name: seeds-CrystalThistle-name | ||
noun: seeds-noun-seeds | ||
displayName: seeds-CrystalThistle-display-name | ||
plantRsi: DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi | ||
packetPrototype: CrystalThistleSeeds | ||
productPrototypes: | ||
- FoodCrystalThistle | ||
lifespan: 25 | ||
maturation: 10 | ||
production: 3 | ||
yield: 3 | ||
potency: 10 | ||
growthStages: 3 | ||
waterConsumption: 0.60 | ||
chemicals: | ||
Ethyloxyephedrine: | ||
Min: 1 | ||
Max: 25 | ||
PotencyDivisor: 4 | ||
Quartzite: | ||
Min: 1 | ||
Max: 25 | ||
PotencyDivisor: 4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
- type: reagent | ||
id: Quartzite | ||
name: reagent-name-Quartzite | ||
group: Toxins | ||
slippery: true | ||
desc: reagent-desc-Quartzite | ||
physicalDesc: reagent-physical-desc-reflective | ||
flavor: sharp | ||
color: "#ffffff" | ||
reactiveEffects: | ||
Acidic: | ||
methods: [ Touch ] | ||
effects: | ||
- !type:HealthChange | ||
scaleByQuantity: true | ||
ignoreResistances: false | ||
damage: | ||
types: | ||
Slash: 0.2 | ||
- !type:Emote | ||
emote: Scream | ||
probability: 0.7 | ||
metabolisms: | ||
Poison: | ||
metabolismRate : 3.00 | ||
effects: | ||
- !type:HealthChange | ||
damage: | ||
types: | ||
Slash : 3 | ||
- !type:PopupMessage | ||
type: Local | ||
visualType: LargeCaution | ||
messages: [ "generic-reagent-effect-slicing-insides"] | ||
probability: 0.33 | ||
- !type:Emote | ||
emote: Scream | ||
probability: 0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
- type: reaction | ||
id: GlassSheet # Creates 1 glass sheet from 10u Quartzite. | ||
impact: Low | ||
quantized: true | ||
minTemp: 370 | ||
reactants: | ||
Quartzite: | ||
amount: 10 | ||
effects: | ||
- !type:CreateEntityReactionEffect | ||
entity: SheetGlass1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,4 +60,5 @@ | |
- FoodGalaxythistle | ||
- FoodFlyAmanita | ||
- DeathNettle | ||
- FoodCrystalThistle #Delta-V | ||
rareChance: 0.01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+372 Bytes
...urces/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/dead.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+677 Bytes
...es/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/harvest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions
32
Resources/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Galaxy thistle Taken from https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a , Crystal Thistle edit made by Alchebun", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "dead" | ||
}, | ||
{ | ||
"name": "harvest" | ||
}, | ||
{ | ||
"name": "produce" | ||
}, | ||
{ | ||
"name": "seed" | ||
}, | ||
{ | ||
"name": "stage-1" | ||
}, | ||
{ | ||
"name": "stage-2" | ||
}, | ||
{ | ||
"name": "stage-3" | ||
} | ||
] | ||
} |
Binary file added
BIN
+627 Bytes
...es/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/produce.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+388 Bytes
...urces/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/seed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+202 Bytes
...es/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/stage-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+307 Bytes
...es/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/stage-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+425 Bytes
...es/Textures/DeltaV/Objects/Specific/Hydroponics/Crystal_Thistle.rsi/stage-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.