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)
|
||||
|
||||
- Made the Feminizer and Twinkifier configurable with XML.
|
||||
- Typos in the Hediff Defs, tweaking of some values.
|
||||
|
||||
|
||||
# 2.1.0 (27-06-2024)
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
<WorkSpeedGlobal>-0.1</WorkSpeedGlobal>
|
||||
<Fertility>1.2</Fertility>
|
||||
<SexFrequency>1.2</SexFrequency>
|
||||
<MentalBreakThreshold>-0.15</MentalBreakThreshold>
|
||||
<MentalBreakThreshold>+0.15</MentalBreakThreshold>
|
||||
<GlobalLearningFactor>-0.1</GlobalLearningFactor>
|
||||
</statOffsets>
|
||||
</li>
|
||||
|
@ -141,7 +141,7 @@
|
|||
<statOffsets>
|
||||
<MoveSpeed>0.15</MoveSpeed>
|
||||
<WorkSpeedGlobal>0.25</WorkSpeedGlobal>
|
||||
<MentalBreakThreshold>0.25</MentalBreakThreshold>
|
||||
<MentalBreakThreshold>-0.25</MentalBreakThreshold>
|
||||
</statOffsets>
|
||||
</li>
|
||||
</conditionalStatAffecters>
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
<capMods>
|
||||
<li>
|
||||
<capacity>Consciousness</capacity>
|
||||
<offset>-0.5</offset>
|
||||
<offset>-0.05</offset>
|
||||
</li>
|
||||
</capMods>
|
||||
<statOffsets>
|
||||
|
|
Loading…
Reference in a new issue