From 05bde86c8a1c41fb91cf022e6a417ccf7a0ceb0e Mon Sep 17 00:00:00 2001 From: The Stranjer <791672+TheStranjer@users.noreply.github.com> Date: Tue, 20 Apr 2021 19:38:12 -0600 Subject: [PATCH] Spirit Tongues --- spells.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/spells.rb b/spells.rb index 65c73b1..ef2ac7f 100644 --- a/spells.rb +++ b/spells.rb @@ -25,6 +25,17 @@ class Spell :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 => "Spirit Tongues", + :spirit => 1, + :practice => "Knowing", + :primary_factor => "Duration", + :suggested_rote_skills => ["Occult", "Socialize", "Expression"], + :authors => ["NEETzsche", "Corintio", "noire", "ZimbabweJim"], + :rules_text => "The subject gains the ability to \"speak\" with spirits. She usually speaks to it by expressing ideas similar to its own communication form, such as speech, magically generated optical oscillations, or vibrations, but this is not necessary; the subject can speak in her own language and the magic \"translates\" her words for her. This does not grant her any capability to control a Spirit, only to understand and be understood by it. Spirits have an advanced ability to understand things that transpire around them, especially as pertains to humans, but the subject gains a bonus to any Empathy rolls made with that Spirit equal to the spell's Potency. A jaggling may not understand just why the people went into the house across the street last night, for example, but it could give a general estimate of their number and unusual features like being covered in tattoos (“skin patterns”).", + ) + spells << Spell.new( :name => "Marionette", :life => 2,