Added optional summon render to chat message

This commit is contained in:
WBHarry 2026-01-09 15:39:13 +01:00
parent 47b9be0f01
commit 69da660bfa
8 changed files with 128 additions and 43 deletions

View file

@ -267,7 +267,8 @@ export function ActionMixin(Base) {
action: {
name: this.name,
img: this.baseAction ? this.parent.parent.img : this.img,
tags: this.tags ? this.tags : ['Spell', 'Arcana', 'Lv 10']
tags: this.tags ? this.tags : ['Spell', 'Arcana', 'Lv 10'],
summon: this.summon
},
itemOrigin: this.item,
description: this.description || (this.item instanceof Item ? this.item.system.description : '')