milestone work; damage types
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user