Advertisement
Jacoo

ce

Jan 21st, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.00 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Patch>
  3.     <Operation Class="PatchOperationSequence">
  4.         <success>Always</success>
  5.         <operations>
  6.             <li Class="CombatExtended.PatchOperationFindMod">
  7.                 <modName>Call of Cthulhu - Cults</modName>
  8.             </li>
  9.    
  10.             <!-- Cults_BlackGoat -->
  11.             <li Class="PatchOperationAddModExtension">
  12.                 <xpath>*/ThingDef[defName="Cults_BlackGoat"]</xpath>
  13.                 <value>
  14.                 <li Class="CombatExtended.RacePropertiesExtensionCE">
  15.                     <bodyShape>Quadruped</bodyShape>
  16.                 </li>
  17.                 </value>
  18.             </li>
  19.                        
  20.             <li Class="PatchOperationAdd">
  21.                 <xpath>*/ThingDef[defName="Cults_BlackGoat"]/statBases</xpath>
  22.                 <value>
  23.                 <MeleeDodgeChance>0.09</MeleeDodgeChance>
  24.                 <MeleeCritChance>0.4</MeleeCritChance>
  25.                 <ArmorRating_Blunt>0.1</ArmorRating_Blunt>
  26.                 <ArmorRating_Sharp>0.13</ArmorRating_Sharp>
  27.                 </value>
  28.             </li>
  29.            
  30.             <li Class="PatchOperationReplace">
  31.                 <xpath>*/ThingDef[defName="Cults_BlackGoat"]/tools</xpath>
  32.                 <value>
  33.                     <tools>
  34.                         <li Class="CombatExtended.ToolCE">
  35.                             <capacities><li>Blunt</li></capacities>
  36.                             <power>9</power>
  37.                             <cooldownTime>1.65</cooldownTime>
  38.                             <linkedBodyPartsGroup>FrontLeftLeg</linkedBodyPartsGroup>
  39.                             <armorPenetration>0.11</armorPenetration>
  40.             </li>
  41.            
  42.             <li Class="CombatExtended.ToolCE">
  43.               <capacities><li>Blunt</li></capacities>
  44.               <power>9</power>
  45.               <cooldownTime>1.65</cooldownTime>
  46.               <linkedBodyPartsGroup>FrontRightLeg</linkedBodyPartsGroup>
  47.               <armorPenetration>0.11</armorPenetration>
  48.             </li>
  49.  
  50.             <li Class="CombatExtended.ToolCE">
  51.                             <capacities><li>Bite</li></capacities>
  52.                             <power>4</power>
  53.                             <cooldownTime>1.65</cooldownTime>
  54.                             <linkedBodyPartsGroup>Teeth</linkedBodyPartsGroup>
  55.                             <armorPenetration>0.106</armorPenetration>
  56.                         </li>
  57.  
  58.             <li Class="CombatExtended.ToolCE">
  59.                             <capacities><li>Blunt</li></capacities>
  60.                             <power>4</power>
  61.                             <cooldownTime>1.65</cooldownTime>
  62.                             <restrictedGender>Female</restrictedGender>
  63.                             <linkedBodyPartsGroup>HeadAttackTool</linkedBodyPartsGroup>
  64.                             <commonality>0.2</commonality>
  65.                         <armorPenetration>0.064</armorPenetration>
  66.                         </li>
  67.  
  68.           </tools>
  69.         </value>
  70.       </li>
  71.            
  72.                         <!-- ReanimatedCorpse -->
  73.             <li Class="PatchOperationAddModExtension">
  74.                 <xpath>*/ThingDef[defName="ReanimatedCorpse"]</xpath>
  75.                 <value>
  76.                 <li Class="CombatExtended.RacePropertiesExtensionCE">
  77.                     <bodyShape>Humanoid</bodyShape>
  78.                 </li>
  79.                 </value>
  80.             </li>
  81.                        
  82.             <li Class="PatchOperationAdd">
  83.                 <xpath>*/ThingDef[defName="ReanimatedCorpse"]/statBases</xpath>
  84.                 <value>
  85.                 <MeleeDodgeChance>0.09</MeleeDodgeChance>
  86.                 <MeleeCritChance>0.4</MeleeCritChance>
  87.                 </value>
  88.             </li>
  89.            
  90.             <li Class="PatchOperationReplace">
  91.                 <xpath>*/ThingDef[defName="ReanimatedCorpse"]/tools</xpath>
  92.                 <value>
  93.                     <tools>
  94.                         <li Class="CombatExtended.ToolCE">
  95.                             <capacities><li>Blunt</li></capacities>
  96.                             <power>9</power>
  97.                             <cooldownTime>1.65</cooldownTime>
  98.                             <linkedBodyPartsGroup>LeftHand</linkedBodyPartsGroup>
  99.                             <armorPenetration>0.5</armorPenetration>
  100.                         </li>
  101.  
  102.             <li Class="CombatExtended.ToolCE">
  103.                             <capacities><li>Blunt</li></capacities>
  104.                             <power>9</power>
  105.                             <cooldownTime>1.65</cooldownTime>
  106.                             <linkedBodyPartsGroup>RightHand</linkedBodyPartsGroup>
  107.                             <armorPenetration>0.11</armorPenetration>
  108.                         </li>
  109.  
  110.             <li Class="CombatExtended.ToolCE">
  111.                             <capacities><li>Blunt</li></capacities>
  112.                             <power>4</power>
  113.                             <cooldownTime>1.65</cooldownTime>
  114.                             <restrictedGender>Female</restrictedGender>
  115.                             <linkedBodyPartsGroup>HeadAttackTool</linkedBodyPartsGroup>
  116.                             <commonality>0.2</commonality>
  117.                         <armorPenetration>0.064</armorPenetration>
  118.                         </li>
  119.  
  120.           </tools>
  121.         </value>
  122.       </li>
  123.  
  124.         </operations>
  125.     </Operation>
  126. </Patch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement