<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
               "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" [
  <!ENTITY mathml "http://www.w3.org/1998/Math/MathML">
]>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> power : strike </title>
</head>
<body>
<h1> power : strike </h1>

Every player has the ability to strike his opponents to cause damage.
It may represent a punch, or a kick, or even a head-butt. 
It causes <a href="../stun-kill.html">stunning</a> damage.

<p> The damage caused by a strike is based on the player's strength.
The <a href="../damage-magnitude.html">damage magnitude</a> is equal to
the sum of the players strength and 5/3 of the skill points (rounded
up).

</p>
<p>
<table border="1" align="right"> <tr><td>
<table >
<tr><th>strength</th>	<th>battle<br/> points</th>	<th>active <br/>points</th></tr>
<tr><td colspan="3"><hr/></td></tr>
<tr><td align="center">10</td>	<td align="center">6</td>	<td align="center">20</td></tr>
<tr><td align="center">14</td>	<td align="center">7</td>	<td align="center">25</td></tr>
<tr><td align="center">18</td>	<td align="center">8</td>	<td align="center">31</td></tr>
<tr><td align="center">23</td>	<td align="center">9</td>	<td align="center">38</td></tr>
<tr><td align="center">28</td>	<td align="center">10</td>	<td align="center">44</td></tr>
<tr><td align="center">34</td>	<td align="center">11</td>	<td align="center">52</td></tr>
<tr><td align="center">40</td>	<td align="center">12</td>	<td align="center">60</td></tr>
<tr><td align="center">47</td>	<td align="center">13</td>	<td align="center">68</td></tr>
<tr><td align="center">55</td>	<td align="center">14</td>	<td align="center">78</td></tr>
<tr><td align="center">63</td>	<td align="center">15</td>	<td align="center">88</td></tr>
<tr><td align="center">72</td>	<td align="center">16</td>	<td align="center">98</td></tr>
<tr><td align="center">81</td>	<td align="center">17</td>	<td align="center">109</td></tr>
<tr><td align="center">90</td>	<td align="center">18</td>	<td align="center">120</td></tr>
</table>
</td></tr></table>

There is a limit to how many battle points are effective in the strike
skill.  If you put more than this limit into the skill, it does not
increase the damage magnitude until you also increase strength.  The
formula for the max effective battle points is roughly
<math xmlns="&mathml;">
<mstyle fontsize="100%">
<mn>6</mn> <msqrt><mfrac><mi>str</mi>
			<mn>10</mn></mfrac></msqrt>
</mstyle>
</math>.  According to the chart to the right, if you have a strength
of 14 and 8 points of strike, you will still only have 25 points of
damage magnitude (same as if you had 7 points of strike).  It isn't
till you increase your strength to 18 that the 8th point of strike
affects the damage magnitude.
</p>

<p>If you have not reached the strength-related limit, spending points
on the strike power increases your damage faster than spending points
on strength.  However, you don't gain the other bonuses that increased
strength provides (increased physical defense, recovery, and stun).</p>

</body>
</html>
