Skip to content

Commit

Permalink
Update p-six.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Purge11 committed May 31, 2024
1 parent 7b4c970 commit db8d14e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/app/p-six/p-six.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ <h2 class="accordion-header" id="stone-heading">
<p>Here's an example of how damage calculation works:</p>
<ul class="styled-list">
<li>Base dmg: 10,000</li>
<li>Item 1 (150%): 15,000</li>
<li>Item 2 (150%): 30,000 (Total 300%)</li>
<li>Item 3 (150%): 45,000 (Total 450%)</li>
<li>Item 1 (100%): 20,000 (Total 100%)</li>
<li>Item 2 (150%): 35,000 (Total 250%)</li>
<li>Item 3 (50%): 40,000 (Total 300%)</li>
<li>Item 4 (20%): 42,000 (Total 320%)</li>
<li>...</li>
</ul>
</div>
Expand Down

0 comments on commit db8d14e

Please sign in to comment.