Boarding Action

Determine results of a boarding action between an attacker and defender.

This chart uses input variables
Result

{% attackRoll = {{$attackerMods} + 2d6} %}
{% defenseRoll = {{$defenderMods} + 2d6} %}
Defender's roll (with mods): {$defenseRoll}
Attacker's roll (with mods): {$attackRoll}

Result:
{% rollTotal = {16 + {$attackRoll} - {$defenseRoll}} %}

Roll on "Boarding Action Lookup" (dice="{$rollTotal}")


Citation
MgT2, CRB p. 163