-
-
Notifications
You must be signed in to change notification settings - Fork 52
Actions
Everything an actor can do in a combat turn is a Action: attack, defend, roll a skill, cast a spell. etc. Some actions can consume the Maximum number of the Actions defined for the actor in a single turn.
To define which traits consumes an action, open the Item or Component editor and change the consume action
field:
The Max Actions (and Max Blocks) per Turn are defined in the Status section of the Character sheet.
For example, for each level of Altered Time Rate the character have, you can add +1 to this value.
You can change it by:
- Click on the "Edit" and modifiy the values directly on character sheet
- Changing the
actor.system.conditions.actions.maxActions
andactor.system.conditions.actions.maxBlocks
using Active Effects or macros.
For example, with Actions per Turn: 1
:
- A player can roll only one Skill, Spell, Attack (Ranged or Melee) if these traits are marked with
consume action
on editor. If they are not marked, they are considered "free" actions for the purpose of this count. - By default, all spells and ranged/melee attacks are marked to consume action.
- By default, all skills are marked as "free" actions.
- Dodge: is always a free action, except for some maneuvers.
-
Block: max use per turn is defined by
Blocks per Turn
settings. Some maneuvers can forbidden the use. - Parry: always a free action, but with cumulative penalities. Some maneuvers can forbidden the use.
- All marked attacks count against the
Actions per turn
limit - If the actor can permanently make more than one attack per turn (for example buying the Extra Attack advantage) you can change the
Extra Attacks
field on Melee/Ranged attack editor: - For example, if actor has
Actions per turn=1
and can attack two times with his weapon, theExtra Attacks
value for that weapon is 1 (always sum both).
- System will increase the max number of attacks, based on maneuver choosed.
- For example, if you choose All Out Attack - Double you can attack twice with the same marked attack, even if the Max Actions = 1.
- If the same Actor choose to All Out Attack - Double for an attack with Extra Attack 1, they can attack 3 (three) times even if Max Actions = 1
- You can't use the "extra" action for non-attacks.
- For this beta, Rapid Strike is still not available.
- Everytime you change the actor's maneuver, system will reset the count.
- A "reset" functionality will be implement on Combat Tracker.
You can change the settings for Max Actions here:
The available options for this feature are:
-
Allow
: Just allow rolls, no messages. This is the default value. -
Warn
: Allow the roll, but warn the user. -
Forbid
: Forbid the roll and warn the user.
When Confirmation Roll dialog is enabled, and Max Actions is set to Warn
you will see:
- Home
- Getting Started
- Modifiers and the Modifier Bucket
- Combat Tracker
- Foundry Items
-
Cool Macros
- Clear All Active Effects
- Last Targeted Roll demo and margin of success
- Fright Check
- Fireball Damage
- Scale Lighting
- Quick Combat
- Manual Damage
- Quick-Draw and Shoot
- Toggle Reeling or Exhausted
- Roll Attack and Critical Hit
- Create and Toggle Active Effect
- Bad Footing Active Effect
- Spell Damage
- Major Healing
- Missile Spell Handler Template
- Melee Spell Strike Handler Template
- Alternate Form
- Multiple Quick Contests
- Open/Close Helmet Visor
- Advanced Features
- Useful OTFs
- User Recommended Modules