From 95b8e64d140443c604fef441deeb2dbafec76ad8 Mon Sep 17 00:00:00 2001 From: The Stranjer <791672+TheStranjer@users.noreply.github.com> Date: Tue, 18 Jun 2019 06:41:05 -0400 Subject: [PATCH] Add Opacity spell by NEETzsche --- spells.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/spells.rb b/spells.rb index 1379964..3e2cd25 100644 --- a/spells.rb +++ b/spells.rb @@ -17,6 +17,16 @@ class Spell ] ) + spells << Spell.new( + :name => "Opacity", + :matter => 3, + :practice => "Weaving", + :primary_factor => "Duration", + :suggested_rote_skills => ["Science", "Stealth", "Subterfuge"], + :authors => ["NEETzsche"], + :rules_text => "The willworker can make transparent or translucent materials completely opaque. Air becomes completely impossible to see through, windows become solid colors, and bodies of water become too murky to see their non-aquatic contents. If the scale of this spell is an area of effect, any people inside of it suffer the Blinded Tilt." + ) + spells << Spell.new( :name => "It Takes One To Know One", :death => 1,