Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Nov 30, 2024
1 parent fc49648 commit a0f84dd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<xpath>Defs/ThingDef[defName="VFEI2_Gigamite"]/statBases/MoveSpeed</xpath>
<value>
<MoveSpeed>2.0</MoveSpeed>
<PainShockThreshold>0.99</PainShockThreshold>
<PainShockThreshold>0.85</PainShockThreshold>
<MeleeDodgeChance>0.03</MeleeDodgeChance>
<MeleeCritChance>0.29</MeleeCritChance>
<MeleeParryChance>0.38</MeleeParryChance>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<xpath>Defs/ThingDef[defName="VFEI2_Patriarch"]/statBases/MoveSpeed</xpath>
<value>
<MoveSpeed>2.2</MoveSpeed>
<PainShockThreshold>99</PainShockThreshold>
<PainShockThreshold>0.99</PainShockThreshold>
<MeleeDodgeChance>0.04</MeleeDodgeChance>
<MeleeCritChance>0.21</MeleeCritChance>
<MeleeParryChance>0.48</MeleeParryChance>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<xpath>Defs/ThingDef[defName="VFEI2_Silverfish"]/statBases/MoveSpeed</xpath>
<value>
<MoveSpeed>2.1</MoveSpeed>
<PainShockThreshold>0.99</PainShockThreshold>
<PainShockThreshold>0.9</PainShockThreshold>
<MeleeDodgeChance>0.03</MeleeDodgeChance>
<MeleeCritChance>0.26</MeleeCritChance>
<MeleeParryChance>0.38</MeleeParryChance>
Expand Down Expand Up @@ -98,7 +98,7 @@
<xpath>Defs/ThingDef[defName="VFEI2_Silverfish"]/comps</xpath>
<value>
<li Class="CombatExtended.CompProperties_ArmorDurability">
<Durability>3750</Durability>
<Durability>5625</Durability> <!-- +50% durability. -->
<Regenerates>true</Regenerates>
<RegenInterval>600</RegenInterval>
<RegenValue>5</RegenValue>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<xpath>Defs/ThingDef[defName="VFEI2_Titantick"]/statBases/MoveSpeed</xpath>
<value>
<MoveSpeed>2.5</MoveSpeed>
<PainShockThreshold>0.99</PainShockThreshold>
<PainShockThreshold>0.85</PainShockThreshold>
<MeleeDodgeChance>0.09</MeleeDodgeChance>
<MeleeCritChance>0.41</MeleeCritChance>
<MeleeParryChance>0.38</MeleeParryChance>
Expand Down

0 comments on commit a0f84dd

Please sign in to comment.