Procházet zdrojové kódy

Add Stone Skin by NEETzsche and Pathfinder by Dark Archon

master
The Stranjer před 4 roky
rodič
revize
a28d5db694
1 změnil soubory, kde provedl 24 přidání a 0 odebrání
  1. +24
    -0
      spells.rb

+ 24
- 0
spells.rb Zobrazit soubor

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



Načítá se…
Zrušit
Uložit