-
-
Notifications
You must be signed in to change notification settings - Fork 0
Dice rolling, Pushing and Stress
The Invincible system is integrated with the Year Zero Dice Roll library. It calculates the succeses for every 6, and automatically applies stress when you push a roll.
The sheets are automated to roll the dice automatically. Whenever you click on an attribute or a power that has an Automation that has a roll, it will present to you the Roll Dialog, where you can see the information and add more bonuses or penalties before the roll. The system is already integrated with the Active Effect and will show you which items (powers, talents, drawbacks, equipments) are giving you bonuses. In the case below, for example, the character has the I know how to hit Talent, which gives +2 to Fighting rolls.
When the roll is executed, a chat message will present the information. Opening the dice information will show what dice were used for the roll, including the items that gave some bonus.
If you click on the buttons while pressing Shift, the Roll Dialog will not be presented to you, making automatically the roll.
But you can, in some cases, want to roll that without a relation to power or an item. You are able to do that by using the chat command /r Xdb, where X is the number of dice you want to roll. The system will automatically calculate the number of successes for you.
If you press the Push button, the system will automatically push the roll, keeping any 1 or 6 dice, and rolling the rest, updating the result. Keep in mind that, as defined on the rules, any 1 rolled will be converted to stress and reduce the character resolve.
Stress is auto-applied in actor's rolls when the player decides to push it.
Keep in mind that you use the /r Xd6 chat command, the system will interpreted you want to roll X d6 and sum their values.
In some cases, you can have a power that will increase the max number of pushes you can have.
If you want to do that for a single attribute, you can define an active effect with the following property:
| Attribute Key | Change Mode | Value |
|---|---|---|
system.maxPush.[attribute] |
Add | Number of Pushes (2, for example) |
Attributes
Attribute fightingagilitystrengthreasonintuitionpresenceSource:
CONFIG.INVINCIBLE.ACTOR.ATTRIBUTE
| Attribute Key | Change Mode | Value |
|---|---|---|
system.maxPush.all |
Add | 0 |