Implement the most basic version of a dice pool configuration

This commit is contained in:
Oliver-Akins 2025-01-18 15:59:15 -07:00
parent c62d3cae2f
commit a95412ad2e
19 changed files with 465 additions and 30 deletions

View file

@ -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."
}
}
}
}