Compare commits
2 Commits
6118d30ee4
...
7c56785f53
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7c56785f53 | ||
![]() |
f3c2bb6d22 |
29
spells.rb
29
spells.rb
@ -1090,6 +1090,35 @@ class Spell
|
||||
:rules_text => "Oaths are supposed to be clearly defined as people take them on, but some witches create hidden terms. For the Duration of the spell, the witch may hide some of the terms of an Oath that might be inconvenient for one of the parties. They simply go unnoticed. For example, an Oath that is actually \"you will protect my dog from the True Fae over the weekend in exchange for $100\" might appear to the person accepting it as \"you will feed my dog once daily over the weekend in exchange for $100.\"\n\nThis allows extremely one-sided arrangements to be passed off as though they were fair. Oaths that appear too good to be true often actually are. Any attempt to pierce this deception is Withstood by this spell's Potency. The deceived party does not know the real terms of the Oath until the spell expires, but once it does, he does not need to be informed of them, he naturally realizes what he <i>really</i> agreed to."
|
||||
)
|
||||
|
||||
spells << Spell.new(
|
||||
:name => "Addendum / Erratum",
|
||||
:fate => 3,
|
||||
:practice => "Weaving",
|
||||
:primary_factor => "Potency",
|
||||
:cost => "1 Mana",
|
||||
:withstand => "Composure",
|
||||
:suggested_rote_skills => ["Politics", "Occult", "Academics"],
|
||||
:authors => ["Altasaire"],
|
||||
:rules_text => "The Mage takes a silver pen and writes in additional clauses into an already existent agreement. Pray that they do not change them further.\n\nFor the Duration of the spell, the target agreement or oath boasts up to Potency in additional clauses. Trivial clauses cost one point of Potency, median cost two, and severe cost three. The willworker cannot entirely overwrite existing clauses with this spell.",
|
||||
:reaches => [
|
||||
[2, "The Mage may also completely rewrite clauses, spending points of Potency on editing what is already there, as opposed to adding new terms."]
|
||||
]
|
||||
)
|
||||
|
||||
spells << Spell.new(
|
||||
:name => "Counterfeit",
|
||||
:matter => 2,
|
||||
:practice => "Veiling",
|
||||
:primary_factor => "Duration",
|
||||
:suggested_rote_skills => ["Larceny", "Subterfuge", "Crafts"],
|
||||
:authors => ["NEETzsche"],
|
||||
:rules_text => "The mage makes a fake item appear real. It does not matter how fake the item naturally appears. For example, he could take a small piece of paper of roughly the right size of a monetary note and write \"100 USD\" on it, and casting this spell on it will make it appear completely real. He could also use this spell to convince people that his toy water gun is a real assault rifle. Mundane efforts to detect this as a counterfeit automatically fail while supernatural efforts provoke a Clash of Wills.",
|
||||
:adds => [
|
||||
{ :arcana => { :fate => 2}, :effect => "The item appears to be cursed or blessed. The willworker can specify the boons, hexes, and other such effects it has."},
|
||||
{ :arcana => { :prime => 2}, :effect => "He can make the item appear to be touched by the Supernal, such as Imbued Item, or even of Supernal origin outright, as in an Artifact."},
|
||||
{ :arcana => { :spirit => 2}, :effect => "He can make the item appear to be unduly influenced spiritually. It might appear possessed or as a Fetish."} ]
|
||||
)
|
||||
|
||||
# TESTS
|
||||
|
||||
duplicate_spells = spells.group_by(&:name).select {| k, v| v.length > 1 }
|
||||
|
Loading…
Reference in New Issue
Block a user