From bd1a1de4b0ebaa13de69deeefa6aed181a8a680a Mon Sep 17 00:00:00 2001 From: NEETzsche Date: Sat, 27 Feb 2021 06:28:05 -0500 Subject: [PATCH] Writing on the Wall (Spirit 1) by NEETzsche --- spells.rb | 9 +++++++++ 1 file changed, 9 insertions(+) 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