瀏覽代碼

Add Catalysis (Matter 1)

master
The Stranjer 2 年之前
父節點
當前提交
6d83394c3a
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. +13
    -0
      spells.rb

+ 13
- 0
spells.rb 查看文件

@@ -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…
取消
儲存