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

Each combat style manoeuvre entry resides on the same page as the [[combat style model|style]] it belongs to.

^ Combat Style Manoeuvre  ^^
^ Combat Style_ref    | The combat style this manoeuvre belongs to. Usually %%[[]]%%. |
^ Description         | A one-line description of this manoeuvre. |
^ Slashing_dot        | The slashing modifier. Can be left out. |
^ Cutting_dot         | The cutting modifier. Can be left out. |
^ Piercing_dot        | The piercing modifier. Can be left out. |
^ Dodging_dot         | The dodging modifier. Can be left out. |
^ Blocking_dot        | The blocking modifier. Can be left out. |
^ Deflecting_dot      | The deflecting modifier. Can be left out. |

===== Example =====
<code>
<data !combat_style_manoeuvre #Water over the falls>
Combat Style [ref] : [[]]
Dodging [dot]      : 1
Blocking [dot]     : 1
Deflecting [dot]   : 1
Description      : Description of effect here
</data>
</code>

An example of a manoeuvre entry.