From e33d2cb65af028bf64be3cc40eea4fd2d9fe2129 Mon Sep 17 00:00:00 2001 From: The Stranjer <791672+TheStranjer@users.noreply.github.com> Date: Sun, 23 Jun 2019 07:40:22 -0400 Subject: [PATCH] Find the Hidden Hoard --- spells.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/spells.rb b/spells.rb index 9148eec..a2d4f31 100644 --- a/spells.rb +++ b/spells.rb @@ -2,6 +2,19 @@ class Spell def self.spells spells = [] + spells << Spell.new( + :name => "Find the Hidden Hoard", + :matter => 1, + :practice => "Unveiling", + :primary_factor => "Duration", + :suggested_rote_skills => ["Streetwise", "Larceny", "Investigation"], + :authors => ["NEETzsche"], + :rules_text => "The willworker uncovers any hidden compartments, doors, and containers within the normal sensory range of the caster, be it an office or a department store. All such alcoves hidden by mundane means are revealed while ones hidden by supernatural means provoke a Clash of Wills.", + :reaches => [ + [1, "He can also discern the contents of said alcoves, containers, and compartments."] + ] + ) + spells << Spell.new( :name => "Marionette", :life => 2,