RimWorld
More Practical Traits - unofficial update
Показані результати 1–7 із 7
Оновлено: 14 черв. о 5:16
автор: QuailActinium

update About.xml

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

Оновлено: 12 квіт. 2024 о 8:22
автор: QuailActinium

add the original mod link in the about file again

Оновлено: 12 квіт. 2024 о 4:36
автор: QuailActinium

1.5

Оновлено: 12 квіт. 2024 о 4:31
автор: QuailActinium

change description of about.xml

Оновлено: 12 квіт. 2024 о 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>

Оновлено: 26 листоп. 2022 о 3:34

description change

Оновлено: 26 листоп. 2022 о 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>