mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 20:51:07 +01:00
Added the clown car
This commit is contained in:
parent
8ce7dc16db
commit
e8961afc5e
6 changed files with 135 additions and 2 deletions
|
|
@ -40,6 +40,7 @@
|
|||
</button>
|
||||
{{/if}}
|
||||
|
||||
{{#if usesEffects}}
|
||||
<button type="button" class="control-icon" data-action="togglePalette" data-palette="effects" data-tooltip="HUD.AssignStatusEffects">
|
||||
<img src="{{icons.effects}}">
|
||||
</button>
|
||||
|
|
@ -54,6 +55,13 @@
|
|||
{{/each}}
|
||||
{{/if}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{#if (eq actorType 'party')}}
|
||||
<button type="button" class="control-icon clown-car" data-action="togglePartyTokens" data-tooltip="{{#if partyOnCanvas}}{{localize "DAGGERHEART.APPLICATIONS.HUD.tokenHUD.retrievePartyTokens"}}{{else}}{{localize "DAGGERHEART.APPLICATIONS.HUD.tokenHUD.depositPartyTokens"}}{{/if}}">
|
||||
<img {{#if partyOnCanvas}}class="flipped"{{/if}} src="{{icons.toggleParty}}">
|
||||
</button>
|
||||
{{/if}}
|
||||
|
||||
<button type="button" class="control-icon" data-action="togglePalette" data-palette="movementActions"
|
||||
aria-label="{{ localize "HUD.SelectMovementAction" }}" data-tooltip>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue