forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
6
reference_scripts/laptAldsT0Fm1rDt.js
Normal file
6
reference_scripts/laptAldsT0Fm1rDt.js
Normal file
@ -0,0 +1,6 @@
|
||||
let blunt = await Dialog.confirm({label : "test", content :`<p>Apply blunt damage reduction? (-3)</p>`})
|
||||
|
||||
if (blunt)
|
||||
{
|
||||
args.modifiers.other.push({label : this.effect.name, details : "Blunt Damage Reduction", value : -3})
|
||||
}
|
Reference in New Issue
Block a user