RimWorld
More Practical Traits - unofficial update
目前顯示第 1-7 項,共 7 項
更新:6 月 14 日 @ 上午 5:16
QuailActinium 發表

update About.xml

I roughly tested this mod.
It seems working fine in 1.6

更新:2024 年 4 月 12 日 @ 上午 8:22
QuailActinium 發表

add the original mod link in the about file again

更新:2024 年 4 月 12 日 @ 上午 4:36
QuailActinium 發表

1.5

更新:2024 年 4 月 12 日 @ 上午 4:31
QuailActinium 發表

change description of about.xml

更新:2024 年 4 月 12 日 @ 上午 3:50
QuailActinium 發表

1.5 version changes and fix:
The 1.5 version of rimworld changed the useage of xml tag<skillGive>
Most <skillGive>used in backstore of pawn.
You can learn how to use the new way in backstories def.

old example:<skillGive><li><key>skill<key><value>num<value></li></skillGive>

1.5 example :<skillGive><skill>num</skill></skillGive>

更新:2022 年 11 月 26 日 @ 上午 3:34

description change

更新:2022 年 11 月 26 日 @ 上午 2:13

1.4 fix:
fixed a few xml tags to 1.4 version of game
old tag -> new tag

<HungerRateMultiplier> -> <hungerRateFactor>
<ToxicSensitivity> -> <ToxicResistance> & <ToxicEnvironmentResistance>