Endless Magazine
This commit is contained in:
parent
930cf532e9
commit
a785823c2e
10
spells.rb
10
spells.rb
@ -61,6 +61,16 @@ class Spell
|
|||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
spells << Spell.new(
|
||||||
|
:name => "Endless Magazine",
|
||||||
|
:matter => 3,
|
||||||
|
:practice => "Perfecting",
|
||||||
|
:primary_factor => "Potency",
|
||||||
|
:suggested_rote_skills => ["Firearms", "Crafts", "Streetwise"],
|
||||||
|
:authors => ["NEETzsche"],
|
||||||
|
:rules_text => "Sometimes you're about to run out of ammunition and you're out of extra magazines, or maybe you're just short on time to reload the ones you do have. The Adamantine Arrow has run into this exact situation more than a few times. The willworker's firearm reloads automatically as the magazine approaches empty, filling it back up before it fully runs out. Each time it fills up what would have been a full magazine, reduce the Potency of this sill by one."
|
||||||
|
)
|
||||||
|
|
||||||
spells << Spell.new(
|
spells << Spell.new(
|
||||||
:name => "Longer Leash",
|
:name => "Longer Leash",
|
||||||
:death => 3,
|
:death => 3,
|
||||||
|
Loading…
Reference in New Issue
Block a user