Find the Hidden Hoard
This commit is contained in:
parent
5be00fe3d9
commit
e33d2cb65a
13
spells.rb
13
spells.rb
@ -3,6 +3,19 @@ class Spell
|
||||
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,
|
||||
:practice => "Ruling",
|
||||
|
Loading…
Reference in New Issue
Block a user