Update EstrogenPlus

This commit is contained in:
Jabak
2024-08-04 20:41:03 +03:00
parent 8b18ca37a0
commit 7f0346db02
8 changed files with 49 additions and 3 deletions

View File

@@ -370,8 +370,8 @@ public abstract class SharedHumanoidAppearanceSystem : EntitySystem
SetSex(uid,Sex.Female); SetSex(uid,Sex.Female);
return; return;
} }
SetSex(uid,Sex.Male);
SetSex(uid,Sex.Male);
} }
public List<BodyTypePrototype> GetValidBodyTypes(SpeciesPrototype species, Sex sex) public List<BodyTypePrototype> GetValidBodyTypes(SpeciesPrototype species, Sex sex)

View File

@@ -321,3 +321,15 @@ reagent-effect-guidebook-missing =
[1] Causes [1] Causes
*[other] cause *[other] cause
} an unknown effect as nobody has written this effect yet } 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

@@ -18,4 +18,12 @@ reagent-name-weh = Сок, заставляющий вас Weh!
reagent-desc-weh = Чистая эссенция игрушки ящера. Заставляет вас Weh! reagent-desc-weh = Чистая эссенция игрушки ящера. Заставляет вас Weh!
reagent-name-razorium = разориум reagent-name-razorium = разориум
reagent-desc-razorium = Странное неньютоновское химическое вещество. Образуется при объединении двух лекарств от физических повреждений. При попадании в организм образует миллионы крошечных острых лезвий. Очень острых. reagent-desc-razorium = Странное неньютоновское химическое вещество. Образуется при объединении двух лекарств от физических повреждений. При попадании в организм образует миллионы крошечных острых лезвий. Очень острых.
#Amour
reagent-name-estrogen-plus = Эстроген Плюс
reagent-desc-estrogen-plus = Эстроген... плюс тестостерон... как это работает?..
reagent-name-estrogen = Эстроген
reagent-desc-estrogen = Средство для выражения вашей женской натуры.
reagent-name-testosterone = Тестостерон
reagent-desc-testosterone = Химическое вещество, выражающее вашу мужскую сторону.

View File

@@ -790,6 +790,7 @@
- Honk - Honk
- Carpetium - Carpetium
- JuiceThatMakesYouWeh - JuiceThatMakesYouWeh
- EstrogenPlus
- type: Drink - type: Drink
solution: anomaly solution: anomaly
- type: DrainableSolution - type: DrainableSolution

View File

@@ -93,6 +93,7 @@
- Silver - Silver
- Sodium - Sodium
- JuiceThatMakesYouWeh - JuiceThatMakesYouWeh
- EstrogenPlus
- type: weightedRandomFillSolution - type: weightedRandomFillSolution
id: RandomFillTrashPuddleBloodbath id: RandomFillTrashPuddleBloodbath

View File

@@ -347,7 +347,7 @@
amount: -20 amount: -20
conditions: conditions:
- !type:ReagentThreshold - !type:ReagentThreshold
min: 50 min: 505
- type: reagent - type: reagent
id: EstrogenPlus id: EstrogenPlus

View File

@@ -201,3 +201,26 @@
effects: effects:
- !type:CreateEntityReactionEffect - !type:CreateEntityReactionEffect
entity: MaterialGunpowder entity: MaterialGunpowder
- 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

View File

@@ -216,6 +216,7 @@
- VentCrud - VentCrud
- WeldingFuel - WeldingFuel
- JuiceThatMakesYouWeh - JuiceThatMakesYouWeh
- EstrogenPlus
- type: artifactEffect - type: artifactEffect
id: EffectInstrumentSpawn id: EffectInstrumentSpawn