Allow localized labels in the roll listener and add labels for stat rolls

This commit is contained in:
Oliver-Akins 2023-12-31 13:32:58 -07:00
parent c957903a4f
commit df13498927
3 changed files with 20 additions and 5 deletions

View file

@ -20,7 +20,14 @@
},
"dotdungeon": {
"rolls": {
"stats": "@actor.name: @stat"
"stats": {
"build": "Stat Check : Build",
"meta": "Stat Check : Meta",
"presence": "Stat Check : Presence",
"hands": "Stat Check : Hands",
"tilt": "Stat Check : Tilt",
"rng": "Stat Check : RNG"
}
},
"settings": {
"showAvatarOnSheet": {