mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
* cleanup * test * Step 1 * #2 * Fix Effect Action & Add Hope tumation settings to hook * remove circular dependency * Snuck in some localization fixes I noticed * Remove success condition for duality roll gain * Changed config.roll.type logic --------- Co-authored-by: WBHarry <williambjrklund@gmail.com>
11 lines
No EOL
441 B
Handlebars
11 lines
No EOL
441 B
Handlebars
<div class="dice-roll daggerheart chat roll" data-action="expandRoll">
|
|
<div class="dice-flavor">{{title}}</div>
|
|
<div>{{{description}}}</div>
|
|
</div>
|
|
<div class="dice-roll daggerheart chat roll" data-action="expandRoll">
|
|
<div class="dice-result">
|
|
<div class="dice-actions">
|
|
<button class="duality-action-effect">{{localize "DAGGERHEART.UI.Chat.attackRoll.applyEffect"}}</button>
|
|
</div>
|
|
</div>
|
|
</div> |