Quellcode durchsuchen

Add Catalysis (Matter 1)

master
The Stranjer vor 2 Jahren
Ursprung
Commit
6d83394c3a
1 geänderte Dateien mit 13 neuen und 0 gelöschten Zeilen
  1. +13
    -0
      spells.rb

+ 13
- 0
spells.rb Datei anzeigen

@@ -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",


Laden…
Abbrechen
Speichern