Add all systems effects scripts + translations
This commit is contained in:
6
reference_scripts/0abwNjpzo3SbEOeO.js
Normal file
6
reference_scripts/0abwNjpzo3SbEOeO.js
Normal file
@ -0,0 +1,6 @@
|
||||
if (args.applyAP && args.modifiers.ap.metal)
|
||||
{
|
||||
args.modifiers.ap.ignored += args.modifiers.ap.metal
|
||||
args.modifiers.ap.details.push("<strong>" + this.effect.name + "</strong>: Ignore Metal (" + args.modifiers.ap.metal + ")");
|
||||
args.modifiers.ap.metal = 0
|
||||
}
|
Reference in New Issue
Block a user