Add Fingers Crossed (Fate 3) by Dark Archon

Changes made: minor grammar modifications
This commit is contained in:
The Stranjer 2019-06-12 06:50:01 -04:00
parent cfe57af3b3
commit 1f8e6bae9e

View File

@ -1069,6 +1069,16 @@ class Spell
:rules_text => "The willworker applies the Vicarious Story Condition on a nuzusul. He watches their First Change." :rules_text => "The willworker applies the Vicarious Story Condition on a nuzusul. He watches their First Change."
) )
spells << Spell.new(
:name => "Fingers Crossed",
:fate => 3,
:practice => "Fraying",
:primary_factor => "Duration",
:suggested_rote_skills => ["Politics", "Persuasion", "Occult"],
:authors => ["Dark Archon"],
:rules_text => "Sometimes, you want to get out of a deal. Perhaps it already cost you more than you thought it would. Perhaps you want to renegotiate the deal. Perhaps you got yours and screw the rest. Being a Disciple of Fate, you are unable to redefine an oath as you see fit yet, but you can break it altogether on a temporary basis. This spell targets the oath and suppresses it for the Duration of the spell. This always results in an Clash of Wills with the Oath's enforcer. If the spell fails, it counts as breaking the Oath and it triggers the hex effect, even if it normally would not. The Oath's enforcer is always aware that such an attempt was made."
)
# TESTS # TESTS
duplicate_spells = spells.group_by(&:name).select {| k, v| v.length > 1 } duplicate_spells = spells.group_by(&:name).select {| k, v| v.length > 1 }