Browse Source

Add Catalysis (Matter 1)

master
The Stranjer 2 years ago
parent
commit
6d83394c3a
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      spells.rb

+ 13
- 0
spells.rb View File

@@ -3,6 +3,19 @@ class Spell
spells = []

spells << Spell.new(
:name => "Catalysis",
:matter => 1,
:practice => "Compelling",
:primary_factor => "Potency",
:suggested_rote_skills => ["Crafts", "Science", "Occult"],
:authors => ["NEETzsche"],
:rules_text => "Catalysis in Fallen chemistry is the process of increasing the rate of a chemical reaction by adding a substance known as a catalyst. For example, hydrogen peroxide yields water and oxygen, but the reaction is so slow that people can purchase the reactant in bottles at a grocery store. Adding manganese dioxide to hydrogen peroxide rapidly increases the reaction rate.\n\nThis spell creates a similar effect, but at a Supernal level. The reaction rate of an effected mixture is halved for each rating of Potency. When the Duration wears off, the reaction rate returns to normal, but the reactions that occurred persist as a Lasting effect.",
:reaches => [
[1, "The reaction happens pretty much immediately, taking place in no more than one turn. At Storyteller discretion, it could happen instantaneously."]
]
)

spells << Spell.new(
:name => "Find the Hidden Hoard",
:matter => 1,
:practice => "Unveiling",


Loading…
Cancel
Save