Advertisement
Jacoo

Chtonian

Jan 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.15 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 - Cosmic Horrors</modName>
  8.             </li>
  9.    
  10.             <!-- ROM_Chthonian -->
  11.             <li Class="PatchOperationAddModExtension">
  12.                 <xpath>*/ThingDef[defName="ROM_Chthonian"]</xpath>
  13.                 <value>
  14.                 <li Class="CombatExtended.RacePropertiesExtensionCE">
  15.                     <bodyShape>Serpentine</bodyShape>
  16.                 </li>
  17.                 </value>
  18.             </li>
  19.                        
  20.             <li Class="PatchOperationAdd">
  21.                 <xpath>*/ThingDef[defName="ROM_Chthonian"]/statBases</xpath>
  22.                 <value>
  23.                 <MeleeDodgeChance>0.09</MeleeDodgeChance>
  24.                 <MeleeCritChance>0.4</MeleeCritChance>
  25.                 </value>
  26.             </li>
  27.            
  28.             <li Class="PatchOperationReplace">
  29.                 <xpath>*/ThingDef[defName="ROM_Chthonian"]/tools</xpath>
  30.                 <value>
  31.                     <tools>
  32.  
  33.                         <li Class="CombatExtended.ToolCE">
  34.                             <capacities><li>ROM_BluntMonstrous</li></capacities>
  35.                             <power>10</power>
  36.                             <cooldownTime>1.65</cooldownTime>
  37.                             <linkedBodyPartsGroup>ROM_Tentacles</linkedBodyPartsGroup>
  38.                             <armorPenetration>0.2</armorPenetration>
  39.                         </li>
  40.  
  41.                         <li Class="CombatExtended.ToolCE">
  42.                             <capacities><li>ROM_ConstrictMonstrous</li></capacities>
  43.                             <power>5</power>
  44.                             <cooldownTime>1.65</cooldownTime>
  45.                             <linkedBodyPartsGroup>ROM_Tentacles</linkedBodyPartsGroup>
  46.                             <armorPenetration>0.2</armorPenetration>
  47.                         </li>
  48.  
  49.                         <li Class="CombatExtended.ToolCE">
  50.                             <capacities><li>ROM_Psychic</li></capacities>
  51.                             <power>10</power>
  52.                             <cooldownTime>1.65</cooldownTime>
  53.                             <linkedBodyPartsGroup>ROM_Mind</linkedBodyPartsGroup>
  54.                             <armorPenetration>0.2</armorPenetration>
  55.                         </li>
  56.  
  57.                         <li Class="CombatExtended.ToolCE">
  58.                             <capacities><li>ROM_BluntMonstrous</li></capacities>
  59.                             <power>25</power>
  60.                             <cooldownTime>1.65</cooldownTime>
  61.                             <linkedBodyPartsGroup>ROM_BodyAttackTool</linkedBodyPartsGroup>
  62.                             <armorPenetration>0.2</armorPenetration>
  63.                         </li>
  64.  
  65.                         </tools>
  66.                 </value>
  67.             </li>
  68.         </operations>
  69.     </Operation>
  70. </Patch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement