Add all systems effects scripts + translations
This commit is contained in:
@ -3,11 +3,11 @@ let attackerSize = game.wfrp4e.config.actorSizeNums[args.attacker.details.size.v
|
||||
|
||||
if (attackerSize > actorSize)
|
||||
{
|
||||
let msg = `<b>Tongue Attack</b>: ${args.actor.prototypeToken.name} is now @Condition[Entangled]`;
|
||||
let msg = `<b>Attaque de Langue préhensile</b>: ${args.actor.prototypeToken.name} est désormais @Condition[Empêtré]`;
|
||||
await args.actor.addCondition("entangled");
|
||||
if (actorSize <= 2)
|
||||
{
|
||||
msg += `and @Condition[Engaged]`
|
||||
msg += `et @Condition[Engagé]`
|
||||
}
|
||||
this.script.scriptMessage(msg, {speaker : {alias: args.attacker.prototypeToken.name}})
|
||||
}
|
Reference in New Issue
Block a user