mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Merge
This commit is contained in:
commit
88f588631c
2 changed files with 5 additions and 4 deletions
|
@ -1,9 +1,10 @@
|
||||||
|
<<<<<<< HEAD
|
||||||
# 1.1.4
|
# 1.1.4
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
|
|
||||||
- Youth Fountain and Age Drainer **really** "stop" at 18 (#26, #28) and never age pawns
|
- Youth Fountain and Age Drainer **really** "stop" at 18 (#26, #28) and never age pawns
|
||||||
- Drained Pawns **really** vomit less (#29). I understood the XML wrong.
|
- Drastically reduced vomiting time due to an missunderstanding (#29). `0.4` instead of `0.01`
|
||||||
|
|
||||||
Sometimes life is like that, and you have to fix the fixes.
|
Sometimes life is like that, and you have to fix the fixes.
|
||||||
It was never really broken, life is just very long.
|
It was never really broken, life is just very long.
|
||||||
|
@ -14,7 +15,7 @@ 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)
|
- Drained Pawns vomit less (from mtb 0.05 to 0.01)(#29)
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
|
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
<statOffsets>
|
<statOffsets>
|
||||||
<WorkSpeedGlobal>-0.2</WorkSpeedGlobal>
|
<WorkSpeedGlobal>-0.2</WorkSpeedGlobal>
|
||||||
</statOffsets>
|
</statOffsets>
|
||||||
<vomitMtbDays>0.01</vomitMtbDays>
|
<vomitMtbDays>0.4</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>
|
||||||
|
|
Loading…
Reference in a new issue