milestone work; damage types

This commit is contained in:
chimchooree
2023-01-31 18:18:08 -06:00
parent 14dee57a03
commit 53fda7c474
3 changed files with 601 additions and 387 deletions
+17
View File
@@ -0,0 +1,17 @@
<p>All damage has a damage type or is typeless. In addition to having a type, it can be armor-ignoring and have armor penetration. <br></p>
<br>
<h2>damage types </h2>
<ul>
<li>Physical Damage</li>
<ul>
<li>Piercing</li>
<li>Slashing</li>
<li>Blunt</li>
</ul>
<li>Fire Damage</li>
<li>Cold Damage</li>
</ul>
<br>
<h2>What is typeless damage? </h2>
<p>Typeless damage directly decreases life instead of acting through a damage object. This damage comes from life degeneration, bonus damage from attack skills. </p>
<br>