From 0c6fc389a188596c30dab24cbdece341285fa3db Mon Sep 17 00:00:00 2001 From: The Stranjer <791672+TheStranjer@users.noreply.github.com> Date: Mon, 27 May 2019 17:03:54 -0400 Subject: [PATCH] Witch Razor and Supernal Will --- spells.rb | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/spells.rb b/spells.rb index 4833e15..86a8e10 100644 --- a/spells.rb +++ b/spells.rb @@ -28,6 +28,38 @@ class Spell :reaches => [[1, "The caster can distinguish between those who witnessed death and those who have caused it directly. She can also accurately guess how many people have been killed by the target."]] ) + spells << Spell.new( + :name => "Witch Razor", + :forces => 3, + :practice => "Weaving", + :primary_factor => "Potency", + :suggested_rote_skills => ["Weaponry", "Crafts", "Occult"], + :authors => ["Altasaire"], + :rules_text => "The Mage brings forth a melee weapon of pure telekinetic force. The spell creates a simple weapon with no moving parts made of pure expression of crushing or shearing force, shining softly, sketched out in the air by the Mage’s will. Its equipment bonus is equal to Potency (exceeding 5 takes a point of Mana) and it deals bashing damage, because it is too sharp to actually sever – flesh cut just largely recoheres, leaving hair-thin red lines.", + :reaches => [ + [1, "The weapon may contain simple moving parts (e.g. flail or three section staff.)"], + [1, "If the weapon deals damage to a living target, it applies an instance of the Bleeding Tilt upon the target."], + [1, "The weapon ignores the Durability of mundane objects."], + [1, "The weapon is transparent and quiet. Mundane means of seeing or hearing it automatically fail, but supernatural ones do not provoke a Clash of Wills."] + ] + + ) + + spells << Spell.new( + :name => "Supernal Will", + :mind => 3, + :practice => "Perfecting", + :primary_factor => "Duration", + :suggested_rote_skills => ["Empathy", "Expression", "Survival"], + :authors => ["noire"], + :rules_text => "The mage taps into the deepest reserves of personal resolve and unleashes a tidal wave of conviction toward a single minded goal. When the target spends Willpower to go above and beyond what should be possible to achieve her goals, substitute her Resolve rating for the usual Willpower bonus. The spell cannot increase the subject’s Willpower bonus above her resolve.", + :reaches => [ + [1, "If the roll gaining this benefit is contested, roll with 8-again"], + [2, "For a point of Mana, the benefit of the spell may affect spellcasting."] + ] + + ) + spells end