Add setting to limit how many Aspects a character can have equipped
This commit is contained in:
parent
2fff1b84b5
commit
3e40d0f8c5
6 changed files with 77 additions and 11 deletions
|
|
@ -71,6 +71,10 @@
|
|||
"openEmbeddedOnCreate": {
|
||||
"name": "Edit Custom Items Immediately When Created",
|
||||
"description": "Tells the character sheets that have \"Add\" buttons to open the Item's sheet when you create the new item so that you can immediately edit it without needing to click more buttons."
|
||||
},
|
||||
"aspectLimit": {
|
||||
"name": "Character Aspect Limit",
|
||||
"description": "Limit how many Aspects a single character can have. The Server is able to bypass this restriction."
|
||||
}
|
||||
},
|
||||
"sheet-names": {
|
||||
|
|
@ -229,6 +233,9 @@
|
|||
"item-not-found": "Failed to find an item to delete",
|
||||
"spell-create-failed": "Failed to create a custom spell",
|
||||
"aspect-limit-reached": "You cannot have more than {limit} aspects"
|
||||
},
|
||||
"warn": {
|
||||
"negative-aspect-limit": "The Aspect limit must be 0 or greater"
|
||||
}
|
||||
},
|
||||
"dialogs": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue