Add all systems effects scripts + translations
This commit is contained in:
7
reference_scripts/nD2QVg3DrPK3foMf.js
Normal file
7
reference_scripts/nD2QVg3DrPK3foMf.js
Normal file
@ -0,0 +1,7 @@
|
||||
args.actor.setupSkill("Dodge", { fields: { difficulty: "average" } }).then(async test => {
|
||||
await test.roll();
|
||||
if (test.failed) {
|
||||
await args.actor.addCondition("bleeding")
|
||||
await args.actor.addCondition("entangled")
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user