forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
4
reference_scripts/OicQSEVZBbqLtrcf.js
Normal file
4
reference_scripts/OicQSEVZBbqLtrcf.js
Normal file
@ -0,0 +1,4 @@
|
||||
let choice = await ItemDialog.create(this.actor.itemTypes.critical, (this.effect.sourceTest.result.overcast.usage.other.current || 1), "Choose the Critical Wounds to heal (cannot reattach body parts)")
|
||||
|
||||
this.script.scriptMessage(`Healed <strong>${choice.map(i => i.name).join(`, `)}</strong>`);
|
||||
this.actor.deleteEmbeddedDocuments("Item", choice.map(i => i.id))
|
Reference in New Issue
Block a user