diff --git a/module/blades-actor.js b/module/blades-actor.js index cc2a3dc..b2cbf1a 100644 --- a/module/blades-actor.js +++ b/module/blades-actor.js @@ -55,6 +55,22 @@ export class BladesActor extends Actor { + +
+ You do it with increased effect. +
++ You do it. +
++ {{#if (eq position "controlled")}} + You hesitate. Withdraw and try a different approach, or else do it with a minor consequence: a minor + complication occurs, you have reduced effect, you suffer lesser + harm, + you end up in a risky position. + {{else if (eq position "risky")}} + You do it, but there’s a consequence: you suffer harm, a complication occurs, + you have reduced effect, you end up in a desperate position. + {{else}} + You do it, but there’s a consequence: you suffer severe harm, a serious + complication occurs, you have reduced effect. + {{/if}} +
++ {{#if (eq position "controlled")}} + You falter. Press on by seizing a risky opportunity, or withdraw and try a different approach. + {{else if (eq position "risky")}} + Things go badly. You suffer harm a complication occurs, you end up in a + desperate position, you lose this opportunity. + {{else}} + It’s the worst outcome. You suffer severe harm, a serious complication occurs, + you lose this opportunity for action. + {{/if}} +
+