Allow editing embedded documents (used for spells here) in the item's sheet itself.
This commit is contained in:
parent
516f7ac826
commit
7381a2a7fe
6 changed files with 56 additions and 7 deletions
|
|
@ -67,6 +67,10 @@
|
|||
"supplies": "Supplies",
|
||||
"resources": "Resources"
|
||||
}
|
||||
},
|
||||
"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."
|
||||
}
|
||||
},
|
||||
"sheet-names": {
|
||||
|
|
@ -220,7 +224,8 @@
|
|||
"notification": {
|
||||
"error": {
|
||||
"invalid-integer": "You must enter a valid whole number",
|
||||
"item-not-found": "Failed to find an item to delete."
|
||||
"item-not-found": "Failed to find an item to delete",
|
||||
"spell-create-failed": "Failed to create a custom spell"
|
||||
}
|
||||
},
|
||||
"dialogs": {
|
||||
|
|
@ -262,6 +267,11 @@
|
|||
"explosives": "Explosives",
|
||||
"piloting": "Piloting"
|
||||
}
|
||||
},
|
||||
"defaults": {
|
||||
"spell": {
|
||||
"name": "(Unnamed Spell)"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue