Skip to content

Commit 97835cc

Browse files
authored
Merge pull request #4528 from CombatExtended-Continued/auraeyl-axe-fix
Fix frystaxe from Erin's Auraeyl
2 parents 68b4503 + c7fa2f1 commit 97835cc

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

ModPatches/Erin's Auraeyl/Patches/Erin's Auraeyl/Weapons_Auraeyl.xml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
</capacities>
1414
<power>7</power>
1515
<cooldownTime>1.35</cooldownTime>
16-
<chanceFactor>0.15</chanceFactor>
1716
<armorPenetrationBlunt>3</armorPenetrationBlunt>
1817
<linkedBodyPartsGroup>Shaft</linkedBodyPartsGroup>
1918
</li>
@@ -22,11 +21,10 @@
2221
<capacities>
2322
<li>Cut</li>
2423
</capacities>
25-
<power>45</power>
26-
<cooldownTime>2.2</cooldownTime>
27-
<chanceFactor>1.165</chanceFactor>
28-
<armorPenetrationBlunt>25.4</armorPenetrationBlunt>
29-
<armorPenetrationSharp>16</armorPenetrationSharp>
24+
<power>32</power>
25+
<cooldownTime>2.64</cooldownTime>
26+
<armorPenetrationBlunt>5.41</armorPenetrationBlunt>
27+
<armorPenetrationSharp>2.12</armorPenetrationSharp>
3028
<linkedBodyPartsGroup>Edge</linkedBodyPartsGroup>
3129
</li>
3230
</tools>
@@ -37,17 +35,17 @@
3735
<xpath>Defs/ThingDef[defName="ERN_Auraeyl_Axe"]/statBases</xpath>
3836
<value>
3937
<Bulk>5</Bulk>
40-
<MeleeCounterParryBonus>1.08</MeleeCounterParryBonus>
38+
<MeleeCounterParryBonus>0.32</MeleeCounterParryBonus>
4139
</value>
4240
</Operation>
4341

4442
<Operation Class="PatchOperationAdd">
4543
<xpath>Defs/ThingDef[defName="ERN_Auraeyl_Axe"]</xpath>
4644
<value>
4745
<equippedStatOffsets>
48-
<MeleeCritChance>0.33</MeleeCritChance>
49-
<MeleeParryChance>1.2</MeleeParryChance>
50-
<MeleeDodgeChance>0.6</MeleeDodgeChance>
46+
<MeleeCritChance>0.2</MeleeCritChance>
47+
<MeleeParryChance>0.2</MeleeParryChance>
48+
<MeleeDodgeChance>0.15</MeleeDodgeChance>
5149
</equippedStatOffsets>
5250
</value>
5351
</Operation>
@@ -147,6 +145,7 @@
147145
<SwayFactor>1.79</SwayFactor>
148146
<Bulk>12.03</Bulk>
149147
<RangedWeapon_Cooldown>1.2</RangedWeapon_Cooldown>
148+
<MarketValue>270</MarketValue>
150149
</statBases>
151150
<costList>
152151
<Steel>75</Steel>

0 commit comments

Comments
 (0)