Merge pull request #64 from Eldritch-Oliver/feature/haste-roll-shortcut
Added a button to roll for hasty turns in the Actor Stats sheet
This commit is contained in:
commit
a6047ff009
12 changed files with 169 additions and 18 deletions
|
|
@ -155,6 +155,10 @@
|
|||
"both": "Notification and Pause Game",
|
||||
"nothing": "Do Nothing"
|
||||
}
|
||||
},
|
||||
"allowUpdateSandsSocket": {
|
||||
"name": "Player Haste Updates the Sands of Fate",
|
||||
"hint": "This setting determines if when a player makes a haste check that the result will automatically be applied to the global Sands of Fate. Disabling this is good if you want to let players roll without needing to worry about automation messing anything up while they spam rolls."
|
||||
}
|
||||
},
|
||||
"Apps": {
|
||||
|
|
@ -193,7 +197,11 @@
|
|||
"error": {
|
||||
"cannot-equip": "Cannot equip the {itemType}, see console for more details.",
|
||||
"invalid-delta": "The delta for \"{name}\" is not a number, cannot finish processing the action.",
|
||||
"at-favourite-limit": "Cannot favourite more than three items, unfavourite one to make space."
|
||||
"at-favourite-limit": "Cannot favourite more than three items, unfavourite one to make space.",
|
||||
"invalid-socket": "Invalid socket data received, this means a module or system bug is present.",
|
||||
"unknown-socket-event": "An unknown socket event was received: {event}",
|
||||
"no-active-gm": "No active @USER.GM is logged in, you must wait for a @USER.GM to be active before you can do that.",
|
||||
"malformed-socket-payload": "Socket event \"{event}\" received with malformed payload. Details: {details}"
|
||||
},
|
||||
"warn": {
|
||||
"cannot-go-negative": "\"{name}\" is unable to be a negative number."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue