Skip to content

Commit

Permalink
gender juice
Browse files Browse the repository at this point in the history
  • Loading branch information
kipdotnet committed Sep 14, 2024
1 parent 85f4ec4 commit 28de5f6
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Resources/Locale/en-US/reagents/meta/biological.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ reagent-desc-grey-matter = Thought juice, the stuff that leaks out of your ears.
reagent-name-mucin = mucin
reagent-desc-mucin = A fascinating secretion capable of accelerating the movement of anyone walking on it.
reagent-name-testosterone = testosterone
reagent-desc-testosterone = A fundamental bodily hormone, synthesized from plant matter for pharmacutical distribution.
reagent-name-estradiol = estradiol
reagent-desc-estradiol = A fundamental bodily hormone, synthesized from cell matter for pharmacutical distribution.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Reagents/chemicals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
id: Hydroxide
name: reagent-name-hydroxide
desc: reagent-desc-hydroxide
physicalDesc: reagent-physical-desc-alkaline
physicalDesc: reagent-physical-desc-clear
color: "white"
boilingPoint: 1661.0
meltingPoint: 596.0
Expand Down
15 changes: 15 additions & 0 deletions Resources/Prototypes/Reagents/fun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,3 +417,18 @@
type: Remove
tileReactions:
- !type:SpillTileReaction

# These two dont actually do anything, theyre just here for rp
- type: reagent
id: Estradiol
name: reagent-name-estradiol
desc: reagent-desc-estradiol
physicalDesc: reagent-physical-desc-clear
color: "pink"

- type: reagent
id: Testosterone
name: reagent-name-testosterone
desc: reagent-desc-testosterone
physicalDesc: reagent-physical-desc-chalky
color: "#267ef0"
26 changes: 26 additions & 0 deletions Resources/Prototypes/Recipes/Reactions/chemicals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -501,3 +501,29 @@
amount: 1
products:
Tazinide: 1

- type: reaction
id: Estradiol
impact: Medium
reactants:
Hydroxide:
amount: 2
Potassium:
amount: 1
Protein:
amount: 2
products:
Estradiol: 5

- type: reaction
id: Testosterone
impact: Medium
reactants:
Hydroxide:
amount: 2
Potassium:
amount: 1
Nutriment:
amount: 2
products:
Testosterone: 5

0 comments on commit 28de5f6

Please sign in to comment.