Skip to content

Commit

Permalink
Merge pull request #256 from KingMudkipIII/master
Browse files Browse the repository at this point in the history
Estradiol and Testosterone
  • Loading branch information
irismessage authored Sep 14, 2024
2 parents 85f4ec4 + 1fdd74e commit a660546
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
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 pharmaceutical distribution.
reagent-name-estradiol = estradiol
reagent-desc-estradiol = A fundamental bodily hormone, synthesized from cell matter for pharmaceutical distribution.
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 a660546

Please sign in to comment.