forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
5
reference_scripts/yMMzZ7daCqRlGT3N.js
Normal file
5
reference_scripts/yMMzZ7daCqRlGT3N.js
Normal file
@ -0,0 +1,5 @@
|
||||
let item = args.opposedTest.attackerTest.item;
|
||||
if (!item.isMagical && (item.type == "weapon" || item.type == "trait"))
|
||||
{
|
||||
args.modifiers.other.push({label : this.effect.name, details : "Remove Damage Rating", value : -1 * (args.totalWoundLoss - args.opposedTest.result.differenceSL)})
|
||||
}
|
Reference in New Issue
Block a user