Implement the most basic version of a dice pool configuration
This commit is contained in:
parent
c62d3cae2f
commit
a95412ad2e
19 changed files with 465 additions and 30 deletions
|
|
@ -90,7 +90,18 @@
|
|||
"long-range": "Long @RipCrypt.common.range",
|
||||
"current-wear": "Current @RipCrypt.common.wear",
|
||||
"max-wear": "Maximum @RipCrypt.common.wear",
|
||||
"location-placeholder": "New Location..."
|
||||
"location-placeholder": "New Location...",
|
||||
"numberOfDice": "# of Dice",
|
||||
"rollTarget": "Target",
|
||||
"difficulty": "(DC: {dc})"
|
||||
},
|
||||
"notifs": {
|
||||
"error": {
|
||||
"invalid-delta": "The delta for \"{name}\" is not a number, cannot finish processing the action."
|
||||
},
|
||||
"warn": {
|
||||
"cannot-go-negative": "\"{name}\" is unable to be a negative number."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue