<Operation Class="PatchOperationConditional"> <--! 조건 -->
    <xpath>Defs/ThingDef[
      defName="VFEI2_Megapede"
      or defName="VFEI2_RoyalMegaspider"
    ]/race/packAnimal</xpath>
    
    <match Class="PatchOperationReplace"> <--! 조건이 존재할 시 -->
      <xpath>Defs/ThingDef[
        defName="VFEI2_Megapede"
        or defName="VFEI2_RoyalMegaspider"
      ]/race/packAnimal</xpath>
      <value>true</value>
    </match>
    
    <nomatch Class="PatchOperationAdd"> <--! 조건이 없을 시 추가하라-->
      <xpath>Defs/ThingDef[
        defName="VFEI2_Megapede"
        or defName="VFEI2_RoyalMegaspider"
      ]/race</xpath>
      <value><packAnimal>true</packAnimal></value>
    </nomatch>
    
  </Operation>

 

참고 링크 : https://steamcommunity.com/sharedfiles/filedetails/?id=3565655229&searchtext=

 

Steam Workshop::Insect Caravan Pack and Graze

 

steamcommunity.com

 

 

 

반응형
Posted by 이름이 익명
: