Browse Source

Witch Razor and Supernal Will

master
The Stranjer 5 years ago
parent
commit
0c6fc389a1
1 changed files with 32 additions and 0 deletions
  1. +32
    -0
      spells.rb

+ 32
- 0
spells.rb View File

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

Loading…
Cancel
Save