mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 13:11:08 +01:00
bugfix: requested changes
This commit is contained in:
parent
5a9ad904be
commit
1741151c3e
3 changed files with 1 additions and 5 deletions
|
|
@ -2821,7 +2821,6 @@
|
||||||
"deleteItem": "Delete Item",
|
"deleteItem": "Delete Item",
|
||||||
"immune": "Immune",
|
"immune": "Immune",
|
||||||
"middleClick": "[Middle Click] Keep tooltip view",
|
"middleClick": "[Middle Click] Keep tooltip view",
|
||||||
|
|
||||||
"tokenSize": "The token size used on the canvas"
|
"tokenSize": "The token size used on the canvas"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,4 @@
|
||||||
filter: @golden-filter !important;
|
filter: @golden-filter !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -21,9 +21,6 @@
|
||||||
<div class="tag">
|
<div class="tag">
|
||||||
<span>{{localize "DAGGERHEART.GENERAL.value"}} {{cost.value}}</span>
|
<span>{{localize "DAGGERHEART.GENERAL.value"}} {{cost.value}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="tag">
|
|
||||||
<span>{{localize "DAGGERHEART.GENERAL.value"}} {{cost.value}}</span>
|
|
||||||
</div>
|
|
||||||
{{#if cost.scalable}}
|
{{#if cost.scalable}}
|
||||||
<div class="tag">
|
<div class="tag">
|
||||||
<span>{{localize "DAGGERHEART.GENERAL.scalable"}} {{localize "DAGGERHEART.GENERAL.true"}}</span>
|
<span>{{localize "DAGGERHEART.GENERAL.scalable"}} {{localize "DAGGERHEART.GENERAL.true"}}</span>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue