Character Actions
This is a list of generic actions that are shared among NPCs.
Table of contents
Attack(X, TYPE, DAMAGE)
The monster strikes out, harming an enemy.
- If you succeed a Fixed Difficulty(X), you get a Successful Attack against the Opponent, this attack deals DAMAGE Damage, and has a Types of Damage of TYPE.
Attack(3, Impact, 2) is an attack at a +3 to succeed, that deals 2 impact damage.
Grapple(X, OPPOSED)
The monster lunges for a grab, trying to control you.
- The monster performs a Fixed Difficulty(X) to Grapple.
- The Opposed Difficulty penalty for dealing with the Grapple is OPPOSED.
Ranged Attack(X, TYPE, DAMAGE, Range)
The monster attacks at a distance.
- If you succeed a Fixed Difficulty(X), you get a Successful Attack against the Opponent, this attack deals DAMAGE Damage, and has a Types of Damage of TYPE with a range of Range.
Attack(3, Impact, 2, Far) is an attack at a +3 to succeed, that deals 2 impact damage with a range of far.