Add a setting to make it so that range can be condensed on the Weapon sheet
This commit is contained in:
parent
3cff9fda7d
commit
497756e8b1
3 changed files with 40 additions and 3 deletions
|
|
@ -76,6 +76,10 @@
|
|||
"abbrAccess": {
|
||||
"name": "Abbreviate Access Names",
|
||||
"hint": "Shortens the Access level names the way the book does. (e.g. \"Common\" becomes \"C\")"
|
||||
},
|
||||
"condensedRange": {
|
||||
"name": "Condense Weapon Range Input",
|
||||
"hint": "With this enabled, the weapon range will be displayed as \"X / Y\" when editing a weapon. While disabled it will be as displayed as two different rows, one for Short Range and one for Long Range"
|
||||
}
|
||||
},
|
||||
"Apps": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue