Skip to content

Commit

Permalink
Refinement process for Artifexium (#1096)
Browse files Browse the repository at this point in the history
* 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
Wolfking6116 and Wolfking6116 authored Mar 11, 2024
1 parent 2e26e40 commit 6d09157
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Resources/Locale/en-US/_NF/chemicals/chemicals.ftl
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.
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@
- type: Extractable
juiceSolution:
reagents:
- ReagentId: Artifexium
Quantity: 10
- ReagentId: RawArtifexium # Frontier
Quantity: 1 # Frontier
- type: StaticPrice
price: 0
- type: Stack
Expand Down
22 changes: 22 additions & 0 deletions Resources/Prototypes/_NF/Reagents/chemicals.yml
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
52 changes: 52 additions & 0 deletions Resources/Prototypes/_NF/Recipes/Reactions/chemicals.yml
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

0 comments on commit 6d09157

Please sign in to comment.