Compare commits

...

4 Commits

Author SHA1 Message Date
The Stranjer
0f040655e5 Fix Redefine Positionability 2019-06-13 03:20:38 -04:00
The Stranjer
f0586947e9 Update Tunnel Vision 2019-06-13 03:16:48 -04:00
The Stranjer
faccd191d0 Let Iron Chains preclude sympathetic connection from forming in the first place. 2019-06-13 02:58:14 -04:00
The Stranjer
7289dafbcd Show the authors for Tilts 2019-06-12 19:52:35 -04:00
2 changed files with 10 additions and 10 deletions

View File

@ -341,6 +341,7 @@ class ShardsOfPower
pdf.text "<b>Effect:</b> #{tilt.effect}", :inline_format => true
pdf.text "<b>Causing the Tilt:</b> #{tilt.causing}", :inline_format => true
pdf.text "<b>Ending the Tilt:</b> #{tilt.ending}", :inline_format => true
pdf.text "<b>#{tilt.authors.size > 1 ? "Authors" : "Author"}:</b> #{tilt.authors.to_list}", :inline_format => true
end
end

View File

@ -245,7 +245,7 @@ class Spell
:primary_factor => "Duration",
:suggested_rote_skills => ["Socialize", "Politics", "Empathy"],
:authors => ["Altasaire", "NEETzsche"],
:rules_text => "This spell targets a sympathetic connection. As long as the spell endures, this link cannot be altered in strength or quality by mundane events: he'll remain in the friend zone, she'll never Manage to get a divorce, this kid will never get bored of his favorite toy. Supernatural attempts to alter the sympathetic connection provoke a Clash of Wills."
:rules_text => "This spell targets a sympathetic connection. As long as the spell endures, this link cannot be altered in strength or quality by mundane events: he'll remain in the friend zone, she'll never Manage to get a divorce, this kid will never get bored of his favorite toy. Alternatively, this spell can be used to prevent a sympathetic connection from forming in the first place. Supernatural attempts to alter the sympathetic connection provoke a Clash of Wills."
)
spells << Spell.new(
@ -264,9 +264,13 @@ class Spell
:space => 2,
:practice => "Veiling",
:primary_factor => "Duration",
:suggested_rote_skills => ["Science", "Brawl", "Academics"],
:authors => ["Altasaire"],
:rules_text => "The Mage shields a things position, making it locked relative to a given reference frame, safe from outside interference. Mundane attempts to shift the thing automatically fail, even if it is damaged in the process. Mystical ones provoke a Clash of Wills."
:suggested_rote_skills => ["Science", "Subterfuge", "Stealth"],
:authors => ["Altasaire", "NEETzsche"],
:rules_text => "The Mage warps the lines of the world around their target, letting them look only in the direction or directions allowed by the Mage. From one to up to Potency direction quadrants are allowable for the target to look at, the rest the subject will be unaware of.",
:reaches => [
[1, "the directions shrink to singular paths, allowing the target view of a single object and nothing else."],
[2, "the world is warped inwards for the target, making them unable to observe anything outside of themselves."]
]
)
spells << Spell.new(
@ -305,12 +309,7 @@ class Spell
:withstand => "Resolve",
:suggested_rote_skills => ["Science", "Occult", "Academics"],
:authors => ["Altasaire"],
:rules_text => "The Mage warps space around their subject into the shape of a sublime lotus. The blade that follows through strikes from a side an enemy could never expect, angles impossibly twisted. The subject's quarries lose Defense against the melee attacks of the subject for the Duration of the spell.",
:reaches => [
[1, "As above, but it also applies to ranged attacks."],
[1, "The subject may employ the short and medium burst actions in melee, as the world twists so that a single thrust or blade arc meets the flesh of the enemy twice, thrice, or more."],
[2, "As above, but the long burst action is, too, available."]
]
:rules_text => "The Mage redefines the “position” quality of a thing, assigning a specific value to it, or excising it from the targets being. What follows is the target, in principle, not being able to change their position. The phenomenon of “moving”, as in, changing coordinate, or spatial relation to other things, is denied to it."
)
spells << Spell.new(