-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refinement process for Artifexium (#1096)
* swapped artifexium with raw version * raw artifexium description * raw artifexium reagent * Refined artifexium recipes * added dashes Forgot the dash --------- Co-authored-by: Wolfking6116 <[email protected]>
- Loading branch information
1 parent
2e26e40
commit 6d09157
Showing
4 changed files
with
78 additions
and
2 deletions.
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-rawartifexium = raw artifexium | ||
reagent-desc-rawartifexium = A raw mixture of microscopic artifact fragments and a strong acid. It has the ability to activate artifacts. It looks like it could be refined further to be more potent. |
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
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,22 @@ | ||
- type: reagent | ||
id: RawArtifexium | ||
name: reagent-name-rawartifexium | ||
desc: reagent-desc-rawartifexium | ||
flavor: metallic | ||
physicalDesc: reagent-physical-desc-crystalline | ||
color: "#776291" | ||
metabolisms: | ||
Poison: | ||
effects: | ||
- !type:HealthChange | ||
damage: | ||
types: | ||
Caustic: 2 | ||
reactiveEffects: | ||
Acidic: | ||
methods: [ Touch ] | ||
effects: | ||
- !type:ActivateArtifact | ||
conditions: | ||
- !type:ReagentThreshold | ||
min: 5 |
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,52 @@ | ||
- type: reaction | ||
id: ArtifexiumIchor # rare recipe | ||
reactants: | ||
RawArtifexium: | ||
amount: 1 | ||
Ichor: | ||
amount: 1 | ||
products: | ||
Artifexium: 4 | ||
|
||
- type: reaction | ||
id: ArtifexiumCarpoToxin # uncommon recipe | ||
reactants: | ||
RawArtifexium: | ||
amount: 1 | ||
CarpoToxin: | ||
amount: 2 | ||
products: | ||
Artifexium: 2 | ||
|
||
- type: reaction | ||
id: ArtifexiumHonk # common recipe | ||
reactants: | ||
RawArtifexium: | ||
amount: 1 | ||
Honk: | ||
amount: 14 | ||
products: | ||
Artifexium: 2 | ||
|
||
- type: reaction | ||
id: ArtifexiumNutriment # pain | ||
reactants: | ||
RawArtifexium: | ||
amount: 2 | ||
Nutriment: | ||
amount: 8 | ||
products: | ||
Potassium: 4 | ||
|
||
# the above and below recipes makes it so both require seperation from 'BananiumOre' after grinding | ||
# if it's done lazily by mixing all together it causes an explosion and wastes artifexium. | ||
|
||
- type: reaction | ||
id: ArtifexiumVitamin # suffering | ||
reactants: | ||
RawArtifexium: | ||
amount: 1 | ||
Vitamin: | ||
amount: 2 | ||
products: | ||
Water: 2 |