Compare commits
4 Commits
db34e48a54
...
0f040655e5
Author | SHA1 | Date | |
---|---|---|---|
![]() |
0f040655e5 | ||
![]() |
f0586947e9 | ||
![]() |
faccd191d0 | ||
![]() |
7289dafbcd |
@ -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
|
||||
|
19
spells.rb
19
spells.rb
@ -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 thing’s 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 target’s 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(
|
||||
|
Loading…
Reference in New Issue
Block a user