Mise àjour vers 9.6.0
Validation JSON / validate (push) Successful in 13s

This commit is contained in:
2026-05-18 07:23:40 +02:00
parent 52939af8c8
commit 38d88c2f19
204 changed files with 4123 additions and 3343 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ if (args.test.options.staunchBleeding)
}
args.test.result.other.push(`<b>${this.actor.name}</b> enlève <b>${staunch}</b> Etats Hémmoragie du patient.`)
}
else if (this.actor.characteristics.int.bonus + Number(args.Test.result.SL) < 0)
else if (this.actor.characteristics.int.bonus + Number(args.test.result.SL) < 0)
{
args.Test.result.other.push(`Le patient contracte une @UUID[Compendium.wfrp4e-core.items.Item.1hQuVFZt9QnnbWzg]{Infection Mineure}.`)
args.test.result.other.push(`Le patient contracte une @UUID[Compendium.wfrp4e-core.items.Item.1hQuVFZt9QnnbWzg]{Infection Mineure}.`)
}
}