Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Nov 19, 2024
1 parent e5c8c70 commit 62d69f5
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 168 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,6 @@
<ArmorRating_Blunt>65</ArmorRating_Blunt>
</value>
</Operation>
<!-- Partial armor removed due to texture -->
<!--<Operation Class="PatchOperationAddModExtension"> <xpath>Defs/ThingDef[defName="AC_Apparel_FusilierHelmet"]</xpath> <value> <li Class="CombatExtended.PartialArmorExt"> <stats> <li> <ArmorRating_Sharp>0.80</ArmorRating_Sharp> <parts> <li>Eye</li> <li>Nose</li> </parts> </li> <li> <ArmorRating_Blunt>0.80</ArmorRating_Blunt> <parts> <li>Eye</li> <li>Nose</li> </parts> </li> </stats> </li> </value> </Operation>-->

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="AC_Apparel_FusilierHelmet"]/equippedStatOffsets</xpath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,139 +61,139 @@
<match Class="PatchOperationSequence">
<operations>

<li Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="AC_RogianArmBlade_Mono"]/comps/li[@Class="AlteredCarbon.HediffCompProperties_MeleeWeapon"]/tools</xpath>
<value>
<tools>
<li Class="CombatExtended.ToolCE">
<label>edge</label>
<capacities>
<li>Cut</li>
</capacities>
<power>25</power>
<cooldownTime>1.5</cooldownTime>
<armorPenetrationBlunt>2.88</armorPenetrationBlunt>
<armorPenetrationSharp>13.5</armorPenetrationSharp>
<linkedBodyPartsGroup>Blade</linkedBodyPartsGroup>
<alwaysTreatAsWeapon>true</alwaysTreatAsWeapon>
<soundMeleeHit>MeleeHit_MonoSword</soundMeleeHit>
<soundMeleeMiss>MeleeMiss_BionicSlash</soundMeleeMiss>
</li>
<li Class="CombatExtended.ToolCE">
<label>point</label>
<capacities>
<li>Stab</li>
</capacities>
<power>12</power>
<cooldownTime>1.5</cooldownTime>
<armorPenetrationBlunt>1.28</armorPenetrationBlunt>
<armorPenetrationSharp>18.75</armorPenetrationSharp>
<linkedBodyPartsGroup>Blade</linkedBodyPartsGroup>
<alwaysTreatAsWeapon>true</alwaysTreatAsWeapon>
<soundMeleeHit>MeleeHit_MonoSword</soundMeleeHit>
<soundMeleeMiss>MeleeMiss_BionicSlash</soundMeleeMiss>
</li>
</tools>
</value>
</li>
<li Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="AC_RogianArmBlade_Mono"]/comps/li[@Class="AlteredCarbon.HediffCompProperties_MeleeWeapon"]/tools</xpath>
<value>
<tools>
<li Class="CombatExtended.ToolCE">
<label>edge</label>
<capacities>
<li>Cut</li>
</capacities>
<power>25</power>
<cooldownTime>1.5</cooldownTime>
<armorPenetrationBlunt>2.88</armorPenetrationBlunt>
<armorPenetrationSharp>13.5</armorPenetrationSharp>
<linkedBodyPartsGroup>Blade</linkedBodyPartsGroup>
<alwaysTreatAsWeapon>true</alwaysTreatAsWeapon>
<soundMeleeHit>MeleeHit_MonoSword</soundMeleeHit>
<soundMeleeMiss>MeleeMiss_BionicSlash</soundMeleeMiss>
</li>
<li Class="CombatExtended.ToolCE">
<label>point</label>
<capacities>
<li>Stab</li>
</capacities>
<power>12</power>
<cooldownTime>1.5</cooldownTime>
<armorPenetrationBlunt>1.28</armorPenetrationBlunt>
<armorPenetrationSharp>18.75</armorPenetrationSharp>
<linkedBodyPartsGroup>Blade</linkedBodyPartsGroup>
<alwaysTreatAsWeapon>true</alwaysTreatAsWeapon>
<soundMeleeHit>MeleeHit_MonoSword</soundMeleeHit>
<soundMeleeMiss>MeleeMiss_BionicSlash</soundMeleeMiss>
</li>
</tools>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="AC_RogianArmBlade_Plasma"]/comps/li[@Class="AlteredCarbon.HediffCompProperties_MeleeWeapon"]/tools</xpath>
<value>
<tools>
<li Class="CombatExtended.ToolCE">
<label>edge</label>
<capacities>
<li>Cut</li>
</capacities>
<power>25</power>
<extraMeleeDamages>
<li>
<def>Flame</def>
<amount>5</amount>
<chance>0.3</chance>
</li>
</extraMeleeDamages>
<cooldownTime>2</cooldownTime>
<alwaysTreatAsWeapon>true</alwaysTreatAsWeapon>
<armorPenetrationBlunt>3.06</armorPenetrationBlunt>
<armorPenetrationSharp>18</armorPenetrationSharp>
<linkedBodyPartsGroup>Blade</linkedBodyPartsGroup>
<soundMeleeHit>MeleeHit_PlasmaSword</soundMeleeHit>
<soundMeleeMiss>MeleeMiss_BionicSlash</soundMeleeMiss>
</li>
<li Class="CombatExtended.ToolCE">
<label>point</label>
<capacities>
<li>Stab</li>
</capacities>
<power>12</power>
<extraMeleeDamages>
<li>
<def>Flame</def>
<amount>3</amount>
<chance>0.2</chance>
</li>
</extraMeleeDamages>
<cooldownTime>2</cooldownTime>
<alwaysTreatAsWeapon>true</alwaysTreatAsWeapon>
<armorPenetrationBlunt>0.9</armorPenetrationBlunt>
<armorPenetrationSharp>24</armorPenetrationSharp>
<linkedBodyPartsGroup>Blade</linkedBodyPartsGroup>
<soundMeleeHit>MeleeHit_PlasmaSword</soundMeleeHit>
<soundMeleeMiss>MeleeMiss_BionicSlash</soundMeleeMiss>
</li>
</tools>
</value>
</li>
<li Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="AC_RogianArmBlade_Plasma"]/comps/li[@Class="AlteredCarbon.HediffCompProperties_MeleeWeapon"]/tools</xpath>
<value>
<tools>
<li Class="CombatExtended.ToolCE">
<label>edge</label>
<capacities>
<li>Cut</li>
</capacities>
<power>25</power>
<extraMeleeDamages>
<li>
<def>Flame</def>
<amount>5</amount>
<chance>0.3</chance>
</li>
</extraMeleeDamages>
<cooldownTime>2</cooldownTime>
<alwaysTreatAsWeapon>true</alwaysTreatAsWeapon>
<armorPenetrationBlunt>3.06</armorPenetrationBlunt>
<armorPenetrationSharp>18</armorPenetrationSharp>
<linkedBodyPartsGroup>Blade</linkedBodyPartsGroup>
<soundMeleeHit>MeleeHit_PlasmaSword</soundMeleeHit>
<soundMeleeMiss>MeleeMiss_BionicSlash</soundMeleeMiss>
</li>
<li Class="CombatExtended.ToolCE">
<label>point</label>
<capacities>
<li>Stab</li>
</capacities>
<power>12</power>
<extraMeleeDamages>
<li>
<def>Flame</def>
<amount>3</amount>
<chance>0.2</chance>
</li>
</extraMeleeDamages>
<cooldownTime>2</cooldownTime>
<alwaysTreatAsWeapon>true</alwaysTreatAsWeapon>
<armorPenetrationBlunt>0.9</armorPenetrationBlunt>
<armorPenetrationSharp>24</armorPenetrationSharp>
<linkedBodyPartsGroup>Blade</linkedBodyPartsGroup>
<soundMeleeHit>MeleeHit_PlasmaSword</soundMeleeHit>
<soundMeleeMiss>MeleeMiss_BionicSlash</soundMeleeMiss>
</li>
</tools>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="AC_RogianArmBlade_Zeus"]/comps/li[@Class="AlteredCarbon.HediffCompProperties_MeleeWeapon"]/tools</xpath>
<value>
<tools>
<li Class="CombatExtended.ToolCE">
<label>edge</label>
<capacities>
<li>Cut</li>
</capacities>
<power>25</power>
<extraMeleeDamages>
<li>
<def>EMP</def>
<amount>5</amount>
</li>
</extraMeleeDamages>
<cooldownTime>2</cooldownTime>
<alwaysTreatAsWeapon>true</alwaysTreatAsWeapon>
<armorPenetrationBlunt>4.06</armorPenetrationBlunt>
<armorPenetrationSharp>18</armorPenetrationSharp>
<linkedBodyPartsGroup>Blade</linkedBodyPartsGroup>
<soundMeleeHit>MeleeHit_ZeusHammer</soundMeleeHit>
<soundMeleeMiss>MeleeMiss_BionicSlash</soundMeleeMiss>
</li>
<li Class="CombatExtended.ToolCE">
<label>point</label>
<capacities>
<li>Stab</li>
</capacities>
<power>12</power>
<extraMeleeDamages>
<li>
<def>EMP</def>
<amount>5</amount>
</li>
</extraMeleeDamages>
<cooldownTime>2</cooldownTime>
<alwaysTreatAsWeapon>true</alwaysTreatAsWeapon>
<armorPenetrationBlunt>0.9</armorPenetrationBlunt>
<armorPenetrationSharp>24</armorPenetrationSharp>
<linkedBodyPartsGroup>Blade</linkedBodyPartsGroup>
<soundMeleeHit>MeleeHit_ZeusHammer</soundMeleeHit>
<soundMeleeMiss>MeleeMiss_BionicSlash</soundMeleeMiss>
</li>
</tools>
</value>
</li>
<li Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="AC_RogianArmBlade_Zeus"]/comps/li[@Class="AlteredCarbon.HediffCompProperties_MeleeWeapon"]/tools</xpath>
<value>
<tools>
<li Class="CombatExtended.ToolCE">
<label>edge</label>
<capacities>
<li>Cut</li>
</capacities>
<power>25</power>
<extraMeleeDamages>
<li>
<def>EMP</def>
<amount>5</amount>
</li>
</extraMeleeDamages>
<cooldownTime>2</cooldownTime>
<alwaysTreatAsWeapon>true</alwaysTreatAsWeapon>
<armorPenetrationBlunt>4.06</armorPenetrationBlunt>
<armorPenetrationSharp>18</armorPenetrationSharp>
<linkedBodyPartsGroup>Blade</linkedBodyPartsGroup>
<soundMeleeHit>MeleeHit_ZeusHammer</soundMeleeHit>
<soundMeleeMiss>MeleeMiss_BionicSlash</soundMeleeMiss>
</li>
<li Class="CombatExtended.ToolCE">
<label>point</label>
<capacities>
<li>Stab</li>
</capacities>
<power>12</power>
<extraMeleeDamages>
<li>
<def>EMP</def>
<amount>5</amount>
</li>
</extraMeleeDamages>
<cooldownTime>2</cooldownTime>
<alwaysTreatAsWeapon>true</alwaysTreatAsWeapon>
<armorPenetrationBlunt>0.9</armorPenetrationBlunt>
<armorPenetrationSharp>24</armorPenetrationSharp>
<linkedBodyPartsGroup>Blade</linkedBodyPartsGroup>
<soundMeleeHit>MeleeHit_ZeusHammer</soundMeleeHit>
<soundMeleeMiss>MeleeMiss_BionicSlash</soundMeleeMiss>
</li>
</tools>
</value>
</li>

</operations>
</match>
Expand All @@ -206,41 +206,41 @@
<match Class="PatchOperationSequence">
<operations>

<li Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="AC_RogianArmBlade_Toxblade"]/comps/li[@Class="AlteredCarbon.HediffCompProperties_MeleeWeapon"]/tools</xpath>
<value>
<tools>
<li Class="CombatExtended.ToolCE">
<label>edge</label>
<capacities>
<li>Cut</li>
</capacities>
<power>14</power>
<cooldownTime>1.4</cooldownTime>
<alwaysTreatAsWeapon>true</alwaysTreatAsWeapon>
<armorPenetrationBlunt>4.06</armorPenetrationBlunt>
<armorPenetrationSharp>9</armorPenetrationSharp>
<linkedBodyPartsGroup>Blade</linkedBodyPartsGroup>
<soundMeleeHit>Interact_MonoSword</soundMeleeHit>
<soundMeleeMiss>MeleeMiss_BionicSlash</soundMeleeMiss>
</li>
<li Class="CombatExtended.ToolCE">
<label>point</label>
<capacities>
<li>VFEE_StabToxblade</li>
</capacities>
<power>14</power>
<cooldownTime>1.4</cooldownTime>
<alwaysTreatAsWeapon>true</alwaysTreatAsWeapon>
<armorPenetrationBlunt>0.9</armorPenetrationBlunt>
<armorPenetrationSharp>13</armorPenetrationSharp>
<linkedBodyPartsGroup>Blade</linkedBodyPartsGroup>
<soundMeleeHit>Interact_MonoSword</soundMeleeHit>
<soundMeleeMiss>MeleeMiss_BionicSlash</soundMeleeMiss>
</li>
</tools>
</value>
</li>
<li Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="AC_RogianArmBlade_Toxblade"]/comps/li[@Class="AlteredCarbon.HediffCompProperties_MeleeWeapon"]/tools</xpath>
<value>
<tools>
<li Class="CombatExtended.ToolCE">
<label>edge</label>
<capacities>
<li>Cut</li>
</capacities>
<power>14</power>
<cooldownTime>1.4</cooldownTime>
<alwaysTreatAsWeapon>true</alwaysTreatAsWeapon>
<armorPenetrationBlunt>4.06</armorPenetrationBlunt>
<armorPenetrationSharp>9</armorPenetrationSharp>
<linkedBodyPartsGroup>Blade</linkedBodyPartsGroup>
<soundMeleeHit>Interact_MonoSword</soundMeleeHit>
<soundMeleeMiss>MeleeMiss_BionicSlash</soundMeleeMiss>
</li>
<li Class="CombatExtended.ToolCE">
<label>point</label>
<capacities>
<li>VFEE_StabToxblade</li>
</capacities>
<power>14</power>
<cooldownTime>1.4</cooldownTime>
<alwaysTreatAsWeapon>true</alwaysTreatAsWeapon>
<armorPenetrationBlunt>0.9</armorPenetrationBlunt>
<armorPenetrationSharp>13</armorPenetrationSharp>
<linkedBodyPartsGroup>Blade</linkedBodyPartsGroup>
<soundMeleeHit>Interact_MonoSword</soundMeleeHit>
<soundMeleeMiss>MeleeMiss_BionicSlash</soundMeleeMiss>
</li>
</tools>
</value>
</li>

</operations>
</match>
Expand Down

0 comments on commit 62d69f5

Please sign in to comment.