Browse Source

Update Tunnel Vision

master
The Stranjer 4 years ago
parent
commit
f0586947e9
1 changed files with 7 additions and 3 deletions
  1. +7
    -3
      spells.rb

+ 7
- 3
spells.rb View File

@@ -264,9 +264,13 @@ class Spell
:space => 2,
:practice => "Veiling",
:primary_factor => "Duration",
:suggested_rote_skills => ["Science", "Brawl", "Academics"],
:authors => ["Altasaire"],
:rules_text => "The Mage shields a thing’s position, making it locked relative to a given reference frame, safe from outside interference. Mundane attempts to shift the thing automatically fail, even if it is damaged in the process. Mystical ones provoke a Clash of Wills."
:suggested_rote_skills => ["Science", "Subterfuge", "Stealth"],
:authors => ["Altasaire", "NEETzsche"],
:rules_text => "The Mage warps the lines of the world around their target, letting them look only in the direction or directions allowed by the Mage. From one to up to Potency direction quadrants are allowable for the target to look at, the rest the subject will be unaware of.",
:reaches => [
[1, "the directions shrink to singular paths, allowing the target view of a single object and nothing else."],
[2, "the world is warped inwards for the target, making them unable to observe anything outside of themselves."]
]
)

spells << Spell.new(


Loading…
Cancel
Save