Ajout de la commande /voyage et grosse MAJK de la commande /auberge

This commit is contained in:
2026-01-07 15:04:49 +01:00
parent c8119601d8
commit f525b6c07a
1329 changed files with 24138 additions and 4397 deletions

View File

@@ -7,7 +7,7 @@ if (args.actor.characteristics.i.value <= 0)
i_gain += (await new Roll("2d10").roll()).total
}
msg = `<b>${this.actor.prototypeToken.name}</b> gagne ${i_gain} en Initiative`
msg = `<b>${this.actor.prototypeToken.name}</b> gagne ${i_gain} Initiative`
let newValue = i_gain + args.actor.characteristics.i.modifier
@@ -19,8 +19,8 @@ let hitloc = await game.wfrp4e.tables.rollTable("hitloc")
let value = hitloc.result
let desc = hitloc.description
this.effect.updateSource({"flags.wfrp4e.location" : value})
this.effet.updateSource({"flags.wfrp4e.location" : value})
msg += ` as eyes push out of their ${desc}`
msg += ` alors que des yeux sortent de leur ${desc}`
this.script.scriptMessage(msg)
this.script.message(msg)