diff --git a/spells.rb b/spells.rb index d2eb535..aa8959e 100644 --- a/spells.rb +++ b/spells.rb @@ -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