mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Update companion subtitles
This commit is contained in:
parent
24ec7673b5
commit
470337b00a
2 changed files with 4 additions and 3 deletions
|
|
@ -2705,7 +2705,8 @@
|
|||
"actorDirectory": {
|
||||
"tier": "Tier {tier} {type}",
|
||||
"character": "Level {level} Character",
|
||||
"companion": "{partner}'s Companion"
|
||||
"companion": "Level {level} - {partner}",
|
||||
"companionNoPartner": "No Partner"
|
||||
},
|
||||
"daggerheartMenu": {
|
||||
"title": "Daggerheart Menu",
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@
|
|||
<span class="entry-subtitle">{{localize "DAGGERHEART.UI.Sidebar.actorDirectory.character" level=system.levelData.level.current}}</span>
|
||||
{{else if (eq type "companion")}}
|
||||
{{#if system.partner}}
|
||||
<span class="entry-subtitle">{{localize "DAGGERHEART.UI.Sidebar.actorDirectory.companion" partner=system.partner.name}}</span>
|
||||
<span class="entry-subtitle">{{localize "DAGGERHEART.UI.Sidebar.actorDirectory.companion" level=system.levelData.level.current partner=system.partner.name}}</span>
|
||||
{{else}}
|
||||
<span class="entry-subtitle">{{localize "TYPES.Actor.companion"}}</span>
|
||||
<span class="entry-subtitle">{{localize "DAGGERHEART.UI.Sidebar.actorDirectory.companionNoPartner"}}</span>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue