Implement Spell send to chat
This commit is contained in:
parent
b30aa18a27
commit
efc9316c31
3 changed files with 24 additions and 1 deletions
|
|
@ -40,7 +40,9 @@
|
|||
<button
|
||||
class="neutral equal-padding"
|
||||
aria-label="{{localize "dotdungeon.actor.pc.spells.aria.chat"}}"
|
||||
data-embedded-chat
|
||||
data-message-type="Spell"
|
||||
data-message-flavor="{{spell.name}} {{localize "dotdungeon.actor.pc.spells.title.cost" cost=spell.system.usage_cost}}"
|
||||
data-message-content="{{spell.system.description}}"
|
||||
data-embedded-id="{{spell.uuid}}"
|
||||
>
|
||||
<div aria-hidden="true" class="icon icon--20">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue