Gender Swap

This commit is contained in:
Jabak
2024-07-03 11:17:58 +03:00
parent 35edf6460a
commit 03ee041be9
9 changed files with 281 additions and 0 deletions

View File

@@ -321,3 +321,15 @@ reagent-effect-guidebook-missing =
[1] Causes
*[other] cause
} an unknown effect as nobody has written this effect yet
#Amour
reagent-effect-guidebook-sex-change =
{ $chance ->
[1] Делает
*[other] делает
} метаболизатор меняет пол
reagent-effect-guidebook-gender-change =
{ $chance ->
[1] Делает
*[other] делает
} метаболизатор меняет пол

View File

@@ -10,3 +10,9 @@ reagent-name-saxoite = саксонит
reagent-desc-saxoite = Отдаёт джазом.
reagent-name-licoxide = ликоксид
reagent-desc-licoxide = Это выглядит... электризующе.
reagent-name-estrogen-plus = Эстроген Плюс
reagent-desc-estrogen-plus = Эстроген... плюс тестостерон... как это работает?..
reagent-name-estrogen = Эстроген
reagent-desc-estrogen = Средство для выражения вашей женской натуры.
reagent-name-testosterone = Тестостерон
reagent-desc-testosterone = Химическое вещество, выражающее вашу мужскую сторону.

View File

@@ -32,6 +32,7 @@
- ChangelingSting
- CogChamp
- JuiceThatMakesYouWeh
- EstrogenPlus
- quantity: 5
weight: 2
reagents:

View File

@@ -348,3 +348,103 @@
conditions:
- !type:ReagentThreshold
min: 50
- type: reagent
id: EstrogenPlus
name: reagent-name-estrogen-plus
desc: reagent-desc-estrogen-plus
physicalDesc: reagent-physical-desc-soothing
flavor: medicine
color: "#ffffff"
metabolisms:
Medicine:
effects:
- !type:SexChange
conditions:
- !type:ReagentThreshold
min: 20
- !type:GenderChange
conditions:
- !type:ReagentThreshold
min: 20
- !type:AdjustReagent
reagent: EstrogenPlus
amount: -20
conditions:
- !type:ReagentThreshold
min: 20
- !type:PopupMessage
type: Local
messages: [ "generic-reagent-effect-changed" ]
conditions:
- !type:ReagentThreshold
reagent: EstrogenPlus
min: 20
- type: reagent
id: Estrogen
name: reagent-name-estrogen
desc: reagent-desc-estrogen
physicalDesc: reagent-physical-desc-enigmatic
flavor: medicine
color: "#f5aab9"
metabolisms:
Medicine:
effects:
- !type:SexChange
sex: Female
conditions:
- !type:ReagentThreshold
min: 20
- !type:GenderChange
gender: Female
conditions:
- !type:ReagentThreshold
min: 20
- !type:AdjustReagent
reagent: Estrogen
amount: -20
conditions:
- !type:ReagentThreshold
min: 20
- !type:PopupMessage
type: Local
messages: [ "generic-reagent-effect-changed" ]
conditions:
- !type:ReagentThreshold
reagent: Estrogen
min: 20
- type: reagent
id: Testosterone
name: reagent-name-testosterone
desc: reagent-desc-testosterone
physicalDesc: reagent-physical-desc-enigmatic
flavor: medicine
color: "#5bcffa"
metabolisms:
Medicine:
effects:
- !type:SexChange
sex: Male
conditions:
- !type:ReagentThreshold
min: 20
- !type:GenderChange
gender: Male
conditions:
- !type:ReagentThreshold
min: 20
- !type:AdjustReagent
reagent: Testosterone
amount: -20
conditions:
- !type:ReagentThreshold
min: 20
- !type:PopupMessage
type: Local
messages: [ "generic-reagent-effect-changed" ]
conditions:
- !type:ReagentThreshold
reagent: Testosterone
min: 20

View File

@@ -8,3 +8,26 @@
description: An air horn made from bananium.
icon: { sprite: Objects/Fun/bananiumhorn.rsi, state: icon }
objectType: Item
- type: reaction
id: EstrogenPlus
reactants:
Testosterone:
amount: 1
Estrogen:
amount: 1
products:
EstrogenPlus: 1
# Terraria gender swap potion reference? teheh
- type: reaction
id: EstrogenPlusFlower
reactants:
Bicaridine:
amount: 1
Siderlac:
amount: 1
PolypyryliumOligomers:
amount: 1
products:
EstrogenPlus: 1