Browse Source

Writing on the Wall (Spirit 1) by NEETzsche

master
NEETzsche 3 years ago
parent
commit
bd1a1de4b0
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      spells.rb

+ 9
- 0
spells.rb View File

@@ -1310,6 +1310,15 @@ class Spell
]
)

spells << Spell.new(
:name => "Writing On The Wall",
:spirit => 1,
:practice => "Knowing",
:primary_factor => "Potency",
:suggested_rote_skills => ["Occult", "Survival", "Streetwise"],
:authors => ["NEETzsche"],
:rules_text => "The willworker reads any Conditions or spiritual effects that target or directly impact the subject of observation, such as Numina, Gifts, or Influences, up to the Potency of the spell, in an order at the Storyteller's discretion. He gains a full understanding of what they do and how they work. The subject can be a person, place, or thing. Spiritual effects that are designed to be surreptitious invoke a Clash of Wills."
)

# TESTS



Loading…
Cancel
Save