====== Combat Style Model ======
[ [[data|data models]] ]

Each combat style has a page in the [[rules:]] namespace. The combat style page includes entries for the [[combat style manouvre model|combat style manouvres]].

^ Combat Style  ^^
^ Description         | A one-line description of this combat style. |
^ Prerequisites       | A line describing the prerequisites of this style. |
^ Usage Limitation    | A line describing how the style should be used. |
^ Slashing_dot        | The base slashing value. |
^ Cutting_dot         | The base cutting value. |
^ Piercing_dot        | The base piercing value. |
^ Dodging_dot         | The base dodging value. |
^ Blocking_dot        | The base blocking value. |
^ Deflecting_dot      | The base deflecting value. |

===== Example =====
<code>
<data !combat_style>
Description     : Form I: a generic style that all jedi train in
Prerequisites   : Jedi
Usage Limitation: Requires Lightsaber

Slashing [dot]    : 1
Cutting [dot]     : 1
Piercing [dot]    : 1

Dodging [dot]     : 2
Blocking [dot]    : 2
Deflecting [dot]  : 2
</data>
</code>

An example of a combat style entry.