Browse Source

Grim Grinning Ghost

master
The Stranjer 5 years ago
parent
commit
2d717c736f
1 changed files with 27 additions and 8 deletions
  1. +27
    -8
      spells.rb

+ 27
- 8
spells.rb View File

@@ -46,20 +46,39 @@ class Spell
)

spells << Spell.new(
:name => "Supernal Will",
:mind => 3,
:name => "Grim Grinning Ghost",
:death => 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.",
:primary_factor => "Potency",
:withstand => "Rank",
:suggested_rote_skills => ["Medicine", "Crafts", "Brawl"],
:authors => ["Altasaire"],
:rules_text => "Older and more traumatic ghosts often warp with time, making the corpus-based implements of their death and weapons they possess more prominent and terrifying. Fingers become claws, teeth become fangs, and threflection of a murdered serial killer’s blade becomes vicious and sharp.\n\nThis spell mimics and bolsters this facet of the ghost-existence, granting it up to Potency extra points of damage rating for its natural attacks for the Duration of the spell.",
: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."]
[1, "The Mage adds an additional tag to the ghost's weapon that is fitting to the character of the ghost; a dead bouncer might gain the Stun tag, while a pedophile shade might gain Grapple"],
[1, "The ghost enjoys 9-again on natural attacks"]
]

)


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

end

Loading…
Cancel
Save