Skip to content

Commit

Permalink
fix: critical chance
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas committed Jan 16, 2024
1 parent 0847024 commit 28f8b56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/XML/imbuements.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,18 +155,18 @@
<!-- Critical Imbuement -->
<imbuement name="Strike" base="1" category="3" iconid="1" premium="0" storage="0">
<attribute key="description" value="Raises crit hit damage by 15% and crit hit chance by 10%." />
<attribute key="effect" type="skill" value="critical" bonus="15" chance="10" />
<attribute key="effect" type="skill" value="critical" bonus="1500" chance="1000" />
<attribute key="item" value="11444" count="20" />
</imbuement>
<imbuement name="Strike" base="2" category="3" iconid="1" premium="1" storage="0">
<attribute key="description" value="Raises crit hit damage by 25% and crit hit chance by 10%." />
<attribute key="effect" type="skill" value="critical" bonus="25" chance="10" />
<attribute key="effect" type="skill" value="critical" bonus="2500" chance="1000" />
<attribute key="item" value="11444" count="20" />
<attribute key="item" value="10311" count="25" />
</imbuement>
<imbuement name="Strike" base="3" category="3" iconid="1" premium="1" storage="50501">
<attribute key="description" value="Raises crit hit damage by 50% and crit hit chance by 10%." />
<attribute key="effect" type="skill" value="critical" bonus="50" chance="10" />
<attribute key="effect" type="skill" value="critical" bonus="5000" chance="1000" />
<attribute key="item" value="11444" count="20" />
<attribute key="item" value="10311" count="25" />
<attribute key="item" value="22728" count="5" />
Expand Down

0 comments on commit 28f8b56

Please sign in to comment.