New spell: Periscopic Vision
This commit is contained in:
parent
74ee361ba2
commit
b9ec614ed9
10
spells.rb
10
spells.rb
@ -15,6 +15,16 @@ class Spell
|
|||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
spells << Spell.new(
|
||||||
|
:name => "Periscopic Vision",
|
||||||
|
:space => 1,
|
||||||
|
:practice => "Unveiling",
|
||||||
|
:primary_factor => "Duration",
|
||||||
|
:suggested_rote_skills => ["Streetwise", "Larceny", "Investigation"],
|
||||||
|
:authors => ["NEETzsche", "Corintio"],
|
||||||
|
:rules_text => "The willworker can see around obstacles as though he were peering through a periscope. He could, for example, use this spell to peer at another person's cards in a poker game or look around a corner in a shootout without losing any cover. This spell cannot be used to see in two places at the same time; see the Outward And Inward Eye.",
|
||||||
|
)
|
||||||
|
|
||||||
spells << Spell.new(
|
spells << Spell.new(
|
||||||
:name => "Marionette",
|
:name => "Marionette",
|
||||||
:life => 2,
|
:life => 2,
|
||||||
|
Loading…
Reference in New Issue
Block a user