소스 검색

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


불러오는 중...
취소
저장