RC-37 | Abilities | Move & Run Display

This commit is contained in:
Oliver-Akins 2024-12-28 14:21:27 -07:00
parent 7095d0d3f8
commit a9cc3244df
4 changed files with 60 additions and 6 deletions

View file

@ -10,6 +10,8 @@
},
"common": {
"empty": "---",
"move": "Move",
"run": "Run",
"fate": {
"North": "North",
"East": "East",
@ -28,6 +30,11 @@
"name": "Abbreviate Access Names",
"hint": "Shortens the Access level names the way the book does. (e.g. \"Common\" becomes \"C\")"
}
},
"Apps": {
"HeroSummaryCardV1": {
"move-run": "@RipCrypt.common.move • @RipCrypt.common.run"
}
}
}
}