From a28d5db694b178d32de73c1169d1a448eca281fc Mon Sep 17 00:00:00 2001 From: The Stranjer <791672+TheStranjer@users.noreply.github.com> Date: Thu, 13 Jun 2019 14:35:49 -0400 Subject: [PATCH] Add Stone Skin by NEETzsche and Pathfinder by Dark Archon --- spells.rb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/spells.rb b/spells.rb index f4e2aaf..a135d1c 100644 --- a/spells.rb +++ b/spells.rb @@ -1138,6 +1138,30 @@ class Spell :rules_text => "An easy way to turn the tide of physical combat and make those damn wheels spin, this spell changes the properties of the ground surface it is cast upon, causing the following Sticky Ground Environmental Tilt." ) + spells << Spell.new( + :name => "Stone Skin", + :matter => 3, + :life => 3, + :practice => "Weaving", + :primary_factor => "Potency", + :suggested_rote_skills => ["Crafts", "Intimidation", "Survival"], + :authors => ["NEETzsche"], + :rules_text => "The willworker's skin hardens to an unnatural extent. The living subject gains a Durability rating equal to the spell's Potency.", + :cost => "1 Mana" + ) + + spells << Spell.new( + :name => "Pathfinder", + :space => 1, + :practice => "Knowing", + :primary_factor => "Potency", + :suggested_rote_skills => ["Science", "Persuasion", "Survival"], + :authors => ["Dark Archon"], + :rules_text => "The willworker's skin hardens to an unnatural extent. The living subject gains a Durability rating equal to the spell's Potency.", + :reaches => [ + [2, "Sometimes, you cannot afford to make an error. The subject gains the Steadfast (Pathfinding) Condition. This Reach effect requires the use of 1 Mana."] + ] + ) # TESTS