Skip to content

Commit

Permalink
fix: some items criticalhit chance and damage float
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas committed Jan 16, 2024
1 parent 2ba7606 commit 03f736f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/items/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44510,8 +44510,8 @@
<attribute key="stopduration" value="0"/>
<attribute key="showduration" value="1"/>
<attribute key="magiclevelpoints" value="2"/>
<attribute key="criticalhitdamage" value="35"/>
<attribute key="criticalhitchance" value="10"/>
<attribute key="criticalhitdamage" value="3500"/>
<attribute key="criticalhitchance" value="1000"/>
<attribute key="duration" value="900"/>
<attribute key="decayTo" value="0"/>
<attribute key="range" value="4"/>
Expand Down Expand Up @@ -49510,8 +49510,8 @@
<attribute key="shootType" value="smallice"/>
<attribute key="absorbpercentholy" value="8"/>
<attribute key="magiclevelpoints" value="2"/>
<attribute key="criticalhitdamage" value="25"/>
<attribute key="criticalhitchance" value="10"/>
<attribute key="criticalhitdamage" value="2500"/>
<attribute key="criticalhitchance" value="1000"/>
<attribute key="range" value="5"/>
<attribute key="weight" value="3300"/>
<attribute key="imbuementslot" value="2">
Expand Down Expand Up @@ -58814,8 +58814,8 @@
<attribute key="weaponType" value="wand"/>
<attribute key="shootType" value="smallice"/>
<attribute key="magiclevelpoints" value="2"/>
<attribute key="criticalhitdamage" value="35"/>
<attribute key="criticalhitchance" value="10"/>
<attribute key="criticalhitdamage" value="3500"/>
<attribute key="criticalhitchance" value="1000"/>
<attribute key="range" value="5"/>
<attribute key="weight" value="2600"/>
<attribute key="imbuementslot" value="2">
Expand Down

0 comments on commit 03f736f

Please sign in to comment.