Browse Source

Add Fingers Crossed (Fate 3) by Dark Archon

Changes made: minor grammar modifications
master
The Stranjer 4 years ago
parent
commit
1f8e6bae9e
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      spells.rb

+ 10
- 0
spells.rb 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."
)

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

duplicate_spells = spells.group_by(&:name).select {| k, v| v.length > 1 }


Loading…
Cancel
Save