From b9ec614ed9a7f1905dcbc5a5d6b7acf5c83086e8 Mon Sep 17 00:00:00 2001 From: The Stranjer <791672+TheStranjer@users.noreply.github.com> Date: Tue, 20 Apr 2021 19:25:32 -0600 Subject: [PATCH] New spell: Periscopic Vision --- spells.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/spells.rb b/spells.rb index 79c9649..65c73b1 100644 --- a/spells.rb +++ b/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( :name => "Marionette", :life => 2,