From 973dea16c4736ff3ad5e89cae365a19e88f7c352 Mon Sep 17 00:00:00 2001 From: The Stranjer <791672+TheStranjer@users.noreply.github.com> Date: Sun, 16 Jun 2019 12:32:14 -0400 Subject: [PATCH] Add Abyssal Burn Condition by Dark Archon --- conditions.rb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/conditions.rb b/conditions.rb index 6476f28..c41dea3 100644 --- a/conditions.rb +++ b/conditions.rb @@ -20,8 +20,13 @@ class Condition :authors => ["Dark Archon", "NEETzsche"] ) - - + conditions << Condition.new( + :name => "Abyssal Burn", + :rules_text => "The Abyss burns Mana from the character every time he invokes the energies of the Supernal. Any attempt to cast a spell burns an amount of Mana equal to the number of successes on the Paradox roll in excess of the successes the Wisdom roll to absorb it.", + :possible_sources => "Successes on contained Paradox roll.", + :resolution => "Reduce one's Mana pool to zero.", + :authors => ["Dark Archon"] + ) conditions end