Skip to content

Commit

Permalink
Merge pull request #969 from Saeko-44/master
Browse files Browse the repository at this point in the history
3 new endgame chems
  • Loading branch information
formlessnameless authored Dec 9, 2024
2 parents 4205e58 + 6a7a581 commit 97cc8c0
Show file tree
Hide file tree
Showing 9 changed files with 111 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
reagent-name-philosophers-juice = philosopher's juice
reagent-desc-philosophers-juice = A pseudo-magical catalyst for advanced chemistry.
5 changes: 4 additions & 1 deletion Resources/Locale/en-US/_Impstation/reagents/meta/fun.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ reagent-name-propulsion-gel = propulsion gel
reagent-desc-propulsion-gel = A refinement of the accelerative properties of Gastropoid mucin. Acts kind of like one of those moving walkways you get in airports.
reagent-name-ungh-juice = juice that makes you UNGH
reagent-desc-ungh-juice = The glucose and citric acid seem to have neutralized the toxic effects of the vent crud. Though, the mixture has caused new side-effects to occur.
reagent-desc-ungh-juice = The glucose and citric acid seem to have neutralized the toxic effects of the vent crud. Though, the mixture has caused new side-effects to occur.
reagent-name-holium = holium
reagent-desc-holium = An impossibly compressed liquid. It feels as though it could tear through any surface.
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/_Impstation/reagents/meta/medicine.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ reagent-desc-subjuzine = A devious alteration of cognizine that bends the creatu
reagent-name-caramexinin = caramexinin
reagent-desc-caramexinin = An artificial sweetener that treats and prevents Theobromine poisoning in animals.
reagent-name-anomalium = anomalium
reagent-desc-anomalium = A strange liquid of alien origin.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@
timeToDecay: 600
startPrice: 10000
endPrice: 200
#Imp special : grind the cores for anomalium
- type: Extractable
grindableSolutionName: abnoJuice
- type: SolutionContainerManager
solutions:
abnoJuice:
reagents:
- ReagentId: Anomalium
Quantity: 25

- type: entity
parent: BaseAnomalyCore
Expand Down
9 changes: 9 additions & 0 deletions Resources/Prototypes/_Impstation/Reagents/chemicals.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: reagent
id: PhilosophersJuice
name: reagent-name-philosophers-juice
desc: reagent-desc-philosophers-juice
physicalDesc: reagent-physical-desc-space-grease
flavor: bitter
color: "#7e009e"
boilingPoint: -127.3 # Same as plasma
meltingPoint: -186.4
14 changes: 14 additions & 0 deletions Resources/Prototypes/_Impstation/Reagents/fun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,17 @@
desc: reagent-desc-testosterone
physicalDesc: reagent-physical-desc-chalky
color: "#267ef0"

- type: reagent
id: Holium
# group: Special # The recipe is complicated enough that I think we shouldnt hide the recipe honestly
name: reagent-name-holium
desc: reagent-desc-holium
physicalDesc: reagent-physical-desc-threat
flavor: singulo
color: "#000000"
tileReactions:
- !type:CreateEntityTileReaction
entity: FloorChasmEntity
maxOnTileWhitelist:
tags: [ FloorChasmEntity ]
26 changes: 26 additions & 0 deletions Resources/Prototypes/_Impstation/Reagents/medicine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,29 @@
types:
Poison: -0.2

- type: reagent
id: Anomalium
name: reagent-name-anomalium
group: Medicine
desc: reagent-desc-anomalium
flavor: sour
color: "#64ffe6"
physicalDesc: reagent-physical-desc-enigmatic
slippery: false
metabolisms:
# Bad omnizine that also gives you cancer
Medicine:
effects:
- !type:ModifyBloodLevel
amount: 2
- !type:HealthChange
damage:
groups:
Brute: -2
Burn: -2
Airloss: -2
Toxin: -2
Genetic: 5
- !type:ModifyBleedAmount
amount: -1

41 changes: 40 additions & 1 deletion Resources/Prototypes/_Impstation/Recipes/Reactions/chemicals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
amount: 2
products:
Estradiol: 5

- type: reaction
id: Testosterone
impact: Medium
Expand All @@ -23,3 +23,42 @@
amount: 2
products:
Testosterone: 5

- type: reaction
id: PhilosophersJuice
impact: Medium
minTemp: 500
reactants:
TableSalt:
amount: 25
Silver:
amount: 25
Gold:
amount: 25
Plasma:
amount: 25
Blood:
amount: 100
products:
PhilosophersJuice: 1

- type: reaction
id: Holium
impact: High
minTemp: 1000
reactants:
Carbon:
amount: 200
UncookedAnimalProteins:
amount: 50
Honk:
amount: 50
Anomalium:
amount: 50
Frezon:
amount: 50
PhilosophersJuice:
amount: 1
catalyst: true
products:
Holium: 1
5 changes: 4 additions & 1 deletion Resources/Prototypes/_Impstation/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@

- type: Tag
id: DionaMinded


- type: Tag
id: FloorChasmEntity

- type: Tag
id: Gastropod

Expand Down

0 comments on commit 97cc8c0

Please sign in to comment.