Add Abyssal Burn Condition by Dark Archon

This commit is contained in:
The Stranjer 2019-06-16 12:32:14 -04:00
parent 5b32d078e4
commit 973dea16c4

View File

@ -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