RimWorld
More Practical Traits - unofficial update
Mostrando 1-7 de 7 aportaciones
Actualización: 14 JUN a las 5:16 a. m.

update About.xml

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

Actualización: 12 ABR 2024 a las 8:22 a. m.

add the original mod link in the about file again

Actualización: 12 ABR 2024 a las 4:36 a. m.

1.5

Actualización: 12 ABR 2024 a las 4:31 a. m.

change description of about.xml

Actualización: 12 ABR 2024 a las 3:50 a. m.

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>

Actualización: 26 NOV 2022 a las 3:34 a. m.

description change

Actualización: 26 NOV 2022 a las 2:13 a. m.

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

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