fix: correction des noms de méthodes, variables et clés de propriétés JS traduits par erreur (applyPeur→applyFear, postPeur→postFear, effet→effect, Test→test, Blessures→wounds)
Validation JSON / validate (push) Successful in 14s
Release Creation / build (release) Successful in 1m5s

This commit is contained in:
2026-07-24 13:22:31 +02:00
parent 636632063c
commit 05cc3eb9e2
42 changed files with 99 additions and 99 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
if (args.totalWoundLoss > 0)
{
args.actor.setupCharacteristic("t", {skipTargets: true, appendTitle : ` - ${this.effect.name}`, fields: { difficulty: "difficult" } }).then(async Test => {
args.actor.setupCharacteristic("t", {skipTargets: true, appendTitle : ` - ${this.effect.name}`, fields: { difficulty: "difficult" } }).then(async test => {
await test.roll();
if (test.failed)
{