Compare commits

..

No commits in common. "b68a2643e449d11359378e61bfbb0b9d4d8fa0b9" and "814c4ffe4757af6857f8489fa688da74d42342de" have entirely different histories.

2 changed files with 3 additions and 9 deletions

View file

@ -1,16 +1,10 @@
# 1.1.4
Fixes:
- Drastically reduced vomiting time due to an missunderstanding (#29). `0.4` instead of `0.01`
# 1.1.3 # 1.1.3
Changes: Changes:
- Youth Fountain and Age Drainer "stop" at 18 (#26) - Youth Fountain and Age Drainer "stop" at 18 (#26)
- Youth Fountain and Age Drainer activate only for pawns at 18 (#26) - Youth Fountain and Age Drainer activate only for pawns at 18 (#26)
- Drained Pawns vomit less (from mtb 0.05 to 0.01)(#29) - Drained Pawns vomit less (from mtb 0.05 to 0.01)
Fixes: Fixes:

View file

@ -74,7 +74,7 @@
<statOffsets> <statOffsets>
<WorkSpeedGlobal>-0.2</WorkSpeedGlobal> <WorkSpeedGlobal>-0.2</WorkSpeedGlobal>
</statOffsets> </statOffsets>
<vomitMtbDays>0.4</vomitMtbDays> <vomitMtbDays>0.01</vomitMtbDays>
<hungerRateFactorOffset>0.1</hungerRateFactorOffset> <hungerRateFactorOffset>0.1</hungerRateFactorOffset>
<restFallFactorOffset>0.35</restFallFactorOffset> <restFallFactorOffset>0.35</restFallFactorOffset>
</li> </li>
@ -163,4 +163,4 @@
<isBad>false</isBad> <isBad>false</isBad>
</HediffDef> </HediffDef>
</Defs> </Defs>