Ajout de la commande /voyage et grosse MAJK de la commande /auberge
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user