Running combat

How to Start and Run a Combat

(this section is WIP, needs revision)

  1. Select everyone, roll for initiative, add to combat

  2. Process first player

    A. Choose power/attack

    B. Select targets on map

    C. Click on selected power/attack

    D. If hit/effect, right-click on effect to apply to targets

Attack and Targeting Automation

Recommended Addons:

Both Player Powers and Monster Attacks often have "Triggers" - things like "Natural 15+", "Natural Even", "Natural Odd Hit".

For Triggers that rely only on the Natural roll such as "Natural 15+" or "Natural Even", they will always execute when rolled

// TODO: Image

For Triggers that rely on Hitting / Missing, the System will only evaluate the Trigger if 1+ Targets are selected. In the case of multiple Targets, each Target is evaluated separately for hits / misses, which is displayed in the final Chat message. For powers such as "1d3 in a group", you can select the max number (3) in the preference you want to hit them, and the System will pick them in that order in cases you roll less than max. If your target is random such as "1d3 random enemies in a group", the System will randomly pick instead.

// TODO: Image

Trigger evaluation is powered by Natural Language Processing (regexes, not full NLP AI) - all you need to do is type the power using the words we support.

Target Amount

Trigger

Example Text

Description

Default

"far away target", "far away targets", "nearby target"

Checks attack against all selected targets

Amount

"1 nearby target", "3 nearby targets"

If more than specified number of targets is selected, only up to X (in the order of selection) is checked

Variable Amount

"[[d2 + 2]] nearby targets", "[[d3]] nearby targets in a group"

Evaluates the roll, then executes as if #2

Random Selection

"3 random nearby targets", "[[d3]] random far away targets"

As #3, except the targets are picked randomly instead of in-order

Natural Roll Triggers

Trigger

Example Text

Description

Always

"Always:"

Always triggers

Hit

"Natural even hit:", "Hit:", "Natural Hit:"

Triggers when the natural attack roll matches or beats the target's defense

Miss

"Natural even miss:", "Miss:", "Natural Miss:"

Triggers when the natural attack roll is less than the target's defense

Even

"Natural even:", "Natural Even:"

Triggers with the natural attack roll is even

Odd

"Natural odd:", "Natural Odd:"

Triggers with the natural attack roll is odd

X+

"Natural 6+:", "Natural 11+:"

Triggers when the natural attack roll matches or beats the target number such as 6

X

"Natural 1:", "Natural 20:", "Natural 10:"

Triggers when the natural attack roll exactly matches the target number such as 10

Crit

"Crit:"

Shorthand for "Natural 20"

Damage / Healing menu

You can right click a non-Attack roll to open a Context menu. This menu allows you to apply the roll as straight damage, half damage, double damage, triple damage, healing, or temporary health.

// TODO: Image

Please note that this will apply to the Selected token(s), ensuring that players can only apply damage to Tokens they control. The GM, as always, can select everything.

Last updated