foundryvtt-wh4-lang-fr-fr/reference_scripts/a8RabrnJ08O07rDX.js

5 lines
158 B
JavaScript

if (args.totalWoundLoss > 0)
{
// I'm assuming the endurance test specified is for the end-round check
await args.actor.addCondition("poisoned", 2);
}