mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Fixed Hediffs statoffsets to be more as intended
This commit is contained in:
parent
ba75f6b636
commit
913f1aad3e
3 changed files with 4 additions and 3 deletions
|
@ -177,6 +177,7 @@ Its just meant if you want to drop me a tip.
|
||||||
**Since Beta-1** (11-07-2024)
|
**Since Beta-1** (11-07-2024)
|
||||||
|
|
||||||
- Made the Feminizer and Twinkifier configurable with XML.
|
- Made the Feminizer and Twinkifier configurable with XML.
|
||||||
|
- Typos in the Hediff Defs, tweaking of some values.
|
||||||
|
|
||||||
|
|
||||||
# 2.1.0 (27-06-2024)
|
# 2.1.0 (27-06-2024)
|
||||||
|
|
|
@ -125,7 +125,7 @@
|
||||||
<WorkSpeedGlobal>-0.1</WorkSpeedGlobal>
|
<WorkSpeedGlobal>-0.1</WorkSpeedGlobal>
|
||||||
<Fertility>1.2</Fertility>
|
<Fertility>1.2</Fertility>
|
||||||
<SexFrequency>1.2</SexFrequency>
|
<SexFrequency>1.2</SexFrequency>
|
||||||
<MentalBreakThreshold>-0.15</MentalBreakThreshold>
|
<MentalBreakThreshold>+0.15</MentalBreakThreshold>
|
||||||
<GlobalLearningFactor>-0.1</GlobalLearningFactor>
|
<GlobalLearningFactor>-0.1</GlobalLearningFactor>
|
||||||
</statOffsets>
|
</statOffsets>
|
||||||
</li>
|
</li>
|
||||||
|
@ -141,7 +141,7 @@
|
||||||
<statOffsets>
|
<statOffsets>
|
||||||
<MoveSpeed>0.15</MoveSpeed>
|
<MoveSpeed>0.15</MoveSpeed>
|
||||||
<WorkSpeedGlobal>0.25</WorkSpeedGlobal>
|
<WorkSpeedGlobal>0.25</WorkSpeedGlobal>
|
||||||
<MentalBreakThreshold>0.25</MentalBreakThreshold>
|
<MentalBreakThreshold>-0.25</MentalBreakThreshold>
|
||||||
</statOffsets>
|
</statOffsets>
|
||||||
</li>
|
</li>
|
||||||
</conditionalStatAffecters>
|
</conditionalStatAffecters>
|
||||||
|
|
|
@ -102,7 +102,7 @@
|
||||||
<capMods>
|
<capMods>
|
||||||
<li>
|
<li>
|
||||||
<capacity>Consciousness</capacity>
|
<capacity>Consciousness</capacity>
|
||||||
<offset>-0.5</offset>
|
<offset>-0.05</offset>
|
||||||
</li>
|
</li>
|
||||||
</capMods>
|
</capMods>
|
||||||
<statOffsets>
|
<statOffsets>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue