forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
@ -3,5 +3,5 @@ if (args.applyAP && nonmagical)
|
||||
{
|
||||
let nonmagical = args.modifiers.ap.value - args.modifiers.ap.magical
|
||||
args.modifiers.ap.ignored += nonmagical
|
||||
args.modifiers.ap.details.push("<strong>" + this.effect.name + "</strong>: Ignore Non-Magical AP (" + nonmagical + ")");
|
||||
args.modifiers.ap.details.push("<strong>" + this.effect.name + "</strong>: Ignore les PA non-magiques (" + nonmagical + ")");
|
||||
}
|
Reference in New Issue
Block a user