Add all systems effects scripts + translations
This commit is contained in:
6
reference_scripts/2rzxQlL7A9ujZ9uK.js
Normal file
6
reference_scripts/2rzxQlL7A9ujZ9uK.js
Normal file
@ -0,0 +1,6 @@
|
||||
if (args.opposedTest.result.winner == "attacker") {
|
||||
if (args.opposedTest.defenderTest.weapon && args.opposedTest.defenderTest.item.properties.qualities.shield) {
|
||||
ui.notifications.notify(`<b>${this.effect.name}</b>: Gained ${this.item.Advances} Advantage`)
|
||||
this.actor.setAdvantage(this.item.Advances)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user