Compare commits

...

3 Commits

Author SHA1 Message Date
Zsar ad8b6a1d93 Merge branch 'parsingFloatAsIntFix' into 'master'
fix #5 "Float parsed as Int"

Closes #5

See merge request c0ffeeeeeeee/rimworld-animations!12
2024-03-30 02:23:09 +00:00
Tory 3fb106e8f3 Updated Nyaron patch 2024-03-29 17:23:08 +00:00
Zsar 5a107703d6 fix #5 "Float parsed as Int" 2023-04-16 22:43:57 +02:00
2 changed files with 10 additions and 1 deletions

View File

@ -217,7 +217,7 @@
<headAngle>-49.7821159</headAngle>
<bodyOffsetX>-0.245343938</bodyOffsetX>
<bodyOffsetZ>-0.0595096871</bodyOffsetZ>
<headFacing>2.45901632</headFacing>
<headFacing>2</headFacing>
<bodyFacing>3</bodyFacing>
<tickDuration>33</tickDuration>
</li>

View File

@ -15,6 +15,15 @@
</value>
</match>
</li>
<li Class="PatchOperationConditional">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName = "Alien_Nyaron"]/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[bodyPartLabel="tail"]</xpath>
<match Class="PatchOperationAdd">
<xpath>/Defs/AlienRace.ThingDef_AlienRace[defName = "Alien_Nyaron"]/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[bodyPartLabel="tail"]</xpath>
<value>
<drawnInBed>false</drawnInBed>
</value>
</match>
</li>
</operations>
</match>
</Operation>