Add the profile data to the rendered sheet

This commit is contained in:
Oliver-Akins 2023-12-18 23:22:15 -07:00
parent d653da2c04
commit a28718b115
5 changed files with 100 additions and 37 deletions

View file

@ -19,7 +19,7 @@
"TYPES.Item.legendaryItem": "Legendary Item",
"TYPES.Item.spell": "Spell",
"dotdungeon.actor.pc.panel.avatar": "Avatar",
"dotdungeon.actor.pc.panel.profile": "Profile",
"dotdungeon.actor.pc.panel.statistics": "Stats",
"dotdungeon.actor.pc.panel.skills": "Skills",
"dotdungeon.actor.pc.panel.backpack": "Backpack",
@ -69,6 +69,12 @@
"dotdungeon.actor.pc.respawns.header": "Respawns",
"dotdungeon.actor.pc.profile.avatar.label": "Avatar",
"dotdungeon.actor.pc.profile.group.label": "Group Name",
"dotdungeon.actor.pc.profile.group.placeholder": "Group Name...",
"dotdungeon.actor.pc.profile.name.label": "Character Name",
"dotdungeon.actor.pc.profile.name.placeholder": "Character Name...",
"dotdungeon.item.aspect.name": "Name",
"dotdungeon.item.aspect.duration": "Duration (seconds)",