Add Object action in the character action sheet.
This commit is contained in:
parent
f9b3adfee0
commit
cd921ac16f
21 changed files with 416 additions and 10 deletions
|
|
@ -11,6 +11,7 @@
|
|||
<string name="error_structure_description">The description sheet structure appears to have changed and is no longer compatible with this application</string>
|
||||
<string name="error_structure_equipment">The equipment sheet structure appears to have changed and is no longer compatible with this application</string>
|
||||
<string name="error_structure_inventory">The inventory sheet structure appears to have changed and is no longer compatible with this application</string>
|
||||
<string name="error_structure_objects">The objects sheet structure appears to have changed and is no longer compatible with this application</string>
|
||||
<string name="error_structure_skill">The skill sheet structure appears to have changed and is no longer compatible with this application</string>
|
||||
<string name="error_structure_spell">The spell sheet structure appears to have changed and is no longer compatible with this application</string>
|
||||
<string name="error_structure_lexicon">The lexicon sheet structure appears to have changed and is no longer compatible with this application</string>
|
||||
|
|
@ -98,6 +99,7 @@
|
|||
<string name="character_sheet_title_saving_throws">Saving Throws</string>
|
||||
<string name="character_sheet_title_proficiencies">Proficiencies</string>
|
||||
<string name="character_sheet_title_attacks">Attacks</string>
|
||||
<string name="character_sheet_title_objects">Objects</string>
|
||||
<string name="character_sheet_title_skills">Skills</string>
|
||||
<string name="character_sheet_title_inventory">Inventory</string>
|
||||
<string name="character_sheet_title_equipment">Equipment</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue