Parcourir la source

Add Stone Skin by NEETzsche and Pathfinder by Dark Archon

master
The Stranjer il y a 4 ans
Parent
révision
a28d5db694
1 fichiers modifiés avec 24 ajouts et 0 suppressions
  1. +24
    -0
      spells.rb

+ 24
- 0
spells.rb Voir le fichier

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



Chargement…
Annuler
Enregistrer