2024-05-17 09:19:48 +02:00
|
|
|
args.actor.setupSkill("Esquive", { fields: { difficulty: "average" } }).then(async test => {
|
2024-05-16 17:57:51 +02:00
|
|
|
await test.roll();
|
|
|
|
if (test.failed) {
|
|
|
|
await args.actor.addCondition("bleeding")
|
|
|
|
await args.actor.addCondition("entangled")
|
|
|
|
}
|
|
|
|
})
|