-
-
Notifications
You must be signed in to change notification settings - Fork 80
Point pools
The Point pools block tracks your current and total Hit Points (HP) and Fatigue Points (FP) (B16). You can also create custom pools for other resources your character uses.
Each pool follows this format: [current] of [total] points [EFFECT].
To set your total points:
- Enter the total points in the second number group.
Example:
[current]of[total]points
GCS automatically updates your total character point cost (the number in brackets on the left).
To track your current points:
- Enter the current points in the first number group.
Example:
[current]of[total]points
GCS shows the effects of your current points right. These update automatically as your current points change and may change your speed, dodge, and strength values.
You can share custom point pools between characters or reuse them in different sheets by importing or exporting.
Follow the same steps as importing or exporting your Attributes.
You can customize or create new pools. This works the same way as editing Attributes.
To edit or add a pool:
- On the character sheet toolbar, select Attributes
.
- On the editor, do one of the following:
- Edit an existing Pool or Pool Threshold.
- Select Add
to add a new Pool or Pool Threshold.
- Fill in the fields in the form (see table below).
- On the Attribute toolbar, select Apply Changes
to save.
A point pool is set if the Attribute type is Pool. See Attributes for details about each field.
Note
You can also add point pools from other games by enabling their attribute options. See Attributes for details.
You can add thresholds to show how effects change as your pool decreases.
To add a point threshold:
- Select Add pool threshold
on the Attribute entry.
Each threshold includes the following fields:
| Field | Description |
|---|---|
| State | The effect name, such as Reeling or Rested. |
| Threshold | The number (or equation) that triggers the effect. This uses variables like $hp and equations like Math.ceil($hp / 3) - 1. Thresholds must be ordered from lowest to highest. |
| Halve options | If checked, this halves your Move, Dodge, and Strength for this threshold. |
| Explanation | Notes about what this threshold means and other effects. |
You can calculate thresholds using JavaScript methods. This is useful if you want the effects to scale with your character’s HP, FP, or other values.
-
Discard changes: Select Discard changes
.
-
Delete a threshold or pool: Select Delete
.
-
Reorder thresholds: Drag a threshold using its grip
.
-
Reset attributes (including point pools) to defaults: Select Reset
to restore your attributes to the default settings.
You can change the default set of pools for new characters in Default Attributes.
Building characters
- Character Sheet Overview
- Library Explorer
- Core Concepts
- Abilities
- Gear & Notes
Advanced Features
Customization
- Settings
- Appearance