Compare commits

...

3 Commits

Author SHA1 Message Date
The Stranjer
05bde86c8a Spirit Tongues 2021-04-20 19:38:50 -06:00
The Stranjer
b9ec614ed9 New spell: Periscopic Vision 2021-04-20 19:38:50 -06:00
The Stranjer
74ee361ba2 Spell, not sill 2021-04-20 19:38:50 -06:00

View File

@ -15,6 +15,27 @@ 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 => "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,
@ -91,7 +112,7 @@ class Spell
:primary_factor => "Potency",
:suggested_rote_skills => ["Firearms", "Crafts", "Streetwise"],
:authors => ["NEETzsche"],
:rules_text => "Sometimes you're about to run out of ammunition and you're out of extra magazines, or maybe you're just short on time to reload the ones you do have. The Adamantine Arrow has run into this exact situation more than a few times. The willworker's firearm reloads automatically as the magazine approaches empty, filling it back up before it fully runs out. Each time it fills up what would have been a full magazine, reduce the Potency of this sill by one."
:rules_text => "Sometimes you're about to run out of ammunition and you're out of extra magazines, or maybe you're just short on time to reload the ones you do have. The Adamantine Arrow has run into this exact situation more than a few times. The willworker's firearm reloads automatically as the magazine approaches empty, filling it back up before it fully runs out. Each time it fills up what would have been a full magazine, reduce the Potency of this spell by one."
)
spells << Spell.new(
@ -1332,4 +1353,4 @@ class Spell
spells
end
end
end