foundryvtt-wh4-lang-fr-fr/scripts/pR4Q2OnPxXtwRVli.js

12 lines
395 B
JavaScript
Raw Normal View History

2024-05-16 17:57:51 +02:00
let criticals = this.actor.itemTypes.critical;
if (criticals.length)
{
this.script.scriptNotification("Ne peut subir de Blessures Critiques");
2024-05-16 17:57:51 +02:00
this.actor.deleteEmbeddedDocuments("Item", criticals.map(i => i.id))
}
if (getProperty(args.data, "system.status.wounds.value") == 0)
{
this.script.scriptNotification(`Endormi pour ${Math.ceil(CONFIG.Dice.randomUniform() * 10)} Rounds`)
2024-05-16 17:57:51 +02:00
}