瀏覽代碼

Add Stone Skin by NEETzsche and Pathfinder by Dark Archon

master
The Stranjer 4 年之前
父節點
當前提交
a28d5db694
共有 1 個檔案被更改,包括 24 行新增0 行删除
  1. +24
    -0
      spells.rb

+ 24
- 0
spells.rb 查看文件

@@ -1138,6 +1138,30 @@ class Spell
:rules_text => "An easy way to turn the tide of physical combat and make those damn wheels spin, this spell changes the properties of the ground surface it is cast upon, causing the following Sticky Ground Environmental Tilt."
)

spells << Spell.new(
:name => "Stone Skin",
:matter => 3,
:life => 3,
:practice => "Weaving",
:primary_factor => "Potency",
:suggested_rote_skills => ["Crafts", "Intimidation", "Survival"],
:authors => ["NEETzsche"],
:rules_text => "The willworker's skin hardens to an unnatural extent. The living subject gains a Durability rating equal to the spell's Potency.",
:cost => "1 Mana"
)

spells << Spell.new(
:name => "Pathfinder",
:space => 1,
:practice => "Knowing",
:primary_factor => "Potency",
:suggested_rote_skills => ["Science", "Persuasion", "Survival"],
:authors => ["Dark Archon"],
:rules_text => "The willworker's skin hardens to an unnatural extent. The living subject gains a Durability rating equal to the spell's Potency.",
:reaches => [
[2, "Sometimes, you cannot afford to make an error. The subject gains the Steadfast (Pathfinding) Condition. This Reach effect requires the use of 1 Mana."]
]
)

# TESTS



Loading…
取消
儲存