<?xml version="1.0" encoding="utf-8"?> <Patch> <Operation Class="PatchOperationFindMod"> <mods> <li>Ideology</li> </mods> <match Class="PatchOperationSequence"> <success>Always</success> <operations> <!--헤어패치--> <!--<li Class="PatchOperationAdd"> <xpath>/Defs/CultureDef[defName = *]/styleItemTags</xpath> <value> <li> <tag>PanielHair</tag> <baseWeight>0.0001</baseWeight> <weightFactor>0.0001</weightFactor> </li> </value> </li>--> <!--부르카 애드온 문제 해결--> <li Class="PatchOperationConditional"> <xpath>/Defs/ThingDef[defName = "Apparel_Burka"]/apparel/tags</xpath> <nomatch Class="PatchOperationAdd"> <xpath>/Defs/ThingDef[defName = "Apparel_Burka"]/apparel</xpath> <value> <tags> <li>PN_Burka</li> </tags> </value> </nomatch> <match Class="PatchOperationAdd"> <xpath>/Defs/ThingDef[defName = "Apparel_Burka"]/apparel/tags</xpath> <value> <li>PN_Burka</li> </value> </match> </li> <!--모듈 어빌리티--> <li Class="PatchOperationAdd"> <xpath>/Defs/HediffDef[defName = PN_RapidFireModuleHediff]/comps</xpath> <value> <li> <li Class="HediffCompProperties_GiveAbility"> <abilityDef>PN_RapidFireAbility</abilityDef> </li> </li> </value> </li> <li Class="PatchOperationAdd"> <xpath>/Defs/ThingDef[defName = PN_RapidFireModule]/descriptionHyperlinks</xpath> <value> <li> <AbilityDef>PN_RapidFireAbility</AbilityDef> </li> </value> </li> <li Class="PatchOperationAdd"> <xpath>/Defs/HediffDef[defName = PN_CQCModuleHediff]/comps</xpath> <value> <li> <li Class="HediffCompProperties_GiveAbility"> <abilityDef>PN_CQCAbility</abilityDef> </li> </li> </value> </li> <li Class="PatchOperationAdd"> <xpath>/Defs/ThingDef[defName = PN_CQCModule]/descriptionHyperlinks</xpath> <value> <li> <abilityDef>PN_CQCAbility</abilityDef> </li> </value> </li> </operations> </match> </Operation> </Patch>