Untitled
unknown
plain_text
24 days ago
1.6 kB
3
Indexable
Never
The Raiju exhales lightning in a 60-foot line that is 5 feet wide. Each creature in that line must make a DC 13 Dexterity saving throw, taking 45 (10d8) lightning damage on a failed save, or half as much damage on a successful one. <avrae hidden> name: Lightning Breath automation: - type: roll dice: 10d8[lightning] name: damage - type: target target: all effects: - type: save stat: dex fail: - type: damage damage: "{damage}" success: - type: damage damage: ({damage})/2 dc: "13" - type: text text: The Raiju exhales lightning in a 60-foot line that is 5 feet wide. Each creature in that line must make a DC 13 Dexterity saving throw, taking 45 (10d8) lightning damage on a failed save, or half as much damage on a successful one. - type: target target: self effects: - type: ieffect2 name: Lightning Breath Used buttons: - label: Recharge Lightning Breath automation: - type: roll dice: 1d6 name: recharge - type: condition condition: int(recharge) >= 5 onTrue: - type: remove_ieffect - type: text text: "{{caster.name}} recharges their Shed Spines!" onFalse: - type: text text: "{{caster.name}} doesn't recharge their Lightning Breath!" verb: attempts to regain their Breath style: "3" _v: 2 proper: false </avrae> ```
Leave a Comment