mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Add Pathway Arrows
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -10690,6 +10690,7 @@ forge-gui/res/cardsfolder/p/path_of_peace.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/p/path_to_exile.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/p/pathbreaker_wurm.txt -text
|
||||
forge-gui/res/cardsfolder/p/pathrazer_of_ulamog.txt -text
|
||||
forge-gui/res/cardsfolder/p/pathway_arrows.txt -text
|
||||
forge-gui/res/cardsfolder/p/patriarchs_bidding.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/p/patriarchs_desire.txt -text svneol=unset#text/plain
|
||||
forge-gui/res/cardsfolder/p/patricians_scorn.txt -text svneol=unset#text/plain
|
||||
|
||||
11
forge-gui/res/cardsfolder/p/pathway_arrows.txt
Normal file
11
forge-gui/res/cardsfolder/p/pathway_arrows.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Name:Pathway Arrows
|
||||
ManaCost:1
|
||||
Types:Artifact Equipment
|
||||
S:Mode$ Continuous | Affected$ Card.EquippedBy | AddAbility$ Damage | AddSVar$ PathwayTapAll & PathwayCleanup | Description$ Equipped creature has "{2}, {T}: This creature deals 1 damage to target creature. If a colorless creature is dealt damage this way, tap it."
|
||||
SVar:Damage:AB$DealDamage | Cost$ 2 T | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 1 | RememberDamaged$ True | SubAbility$ PathwayTapAll | SpellDescription$ CARDNAME deals 1 damage to target creature. If a colorless creature is dealt damage this way, tap it.
|
||||
SVar:PathwayTapAll:DB$ TapAll | ValidCards$ Creature.IsRemembered+Colorless | SubAbility$ PathwayCleanup
|
||||
SVar:PathwayCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
K:Equip 2
|
||||
SVar:NonStackingAttachEffect:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/pathway_arrows.jpg
|
||||
Oracle:Equipped creature has "{2}, {T}: This creature deals 1 damage to target creature. If a colorless creature is dealt damage this way, tap it."\nEquip {2}
|
||||
Reference in New Issue
Block a user