mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
17 lines
532 B
XML
17 lines
532 B
XML
|
<?xml version="1.0" encoding="utf-8" ?>
|
|||
|
<Patch>
|
|||
|
<!-- Add genitalia rendernode to pawns, body is parent
|
|||
|
<Operation Class="PatchOperationAdd">
|
|||
|
<xpath>Defs/PawnRenderTreeDef[defName="Humanlike"]/root/children/li[debugLabel="Body"]/children</xpath>
|
|||
|
<value>
|
|||
|
<li Class="PawnRenderNodeProperties_Overlay">
|
|||
|
<debugLabel>Genitalia</debugLabel>
|
|||
|
<workerClass>PawnRenderNodeWorker_OverlayWounds</workerClass>
|
|||
|
<overlayLayer>Body</overlayLayer>
|
|||
|
<baseLayer>3</baseLayer>
|
|||
|
</li>
|
|||
|
</value>
|
|||
|
</Operation>
|
|||
|
-->
|
|||
|
</Patch>
|