Allow localized labels in the roll listener and add labels for stat rolls
This commit is contained in:
parent
c957903a4f
commit
df13498927
3 changed files with 20 additions and 5 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue