mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Added 3 FRF runemarks
This commit is contained in:
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -1431,6 +1431,7 @@ forge-gui/res/cardsfolder/a/abzan_charm.txt -text
|
||||
forge-gui/res/cardsfolder/a/abzan_falconer.txt -text
|
||||
forge-gui/res/cardsfolder/a/abzan_guide.txt -text
|
||||
forge-gui/res/cardsfolder/a/abzan_kin_guard.txt -text
|
||||
forge-gui/res/cardsfolder/a/abzan_runemark.txt -text
|
||||
forge-gui/res/cardsfolder/a/abzan_skycaptain.txt -text
|
||||
forge-gui/res/cardsfolder/a/academy_at_tolaria_west.txt -text
|
||||
forge-gui/res/cardsfolder/a/academy_elite.txt -text
|
||||
@@ -7666,6 +7667,7 @@ forge-gui/res/cardsfolder/j/jeskai_barricade.txt -text
|
||||
forge-gui/res/cardsfolder/j/jeskai_charm.txt -text
|
||||
forge-gui/res/cardsfolder/j/jeskai_elder.txt -text
|
||||
forge-gui/res/cardsfolder/j/jeskai_infiltrator.txt -text
|
||||
forge-gui/res/cardsfolder/j/jeskai_runemark.txt -text
|
||||
forge-gui/res/cardsfolder/j/jeskai_sage.txt -text
|
||||
forge-gui/res/cardsfolder/j/jeskai_student.txt -text
|
||||
forge-gui/res/cardsfolder/j/jeskai_windscout.txt -text
|
||||
@@ -13567,6 +13569,7 @@ forge-gui/res/cardsfolder/s/sultai_banner.txt -text
|
||||
forge-gui/res/cardsfolder/s/sultai_charm.txt -text
|
||||
forge-gui/res/cardsfolder/s/sultai_emissary.txt -text
|
||||
forge-gui/res/cardsfolder/s/sultai_flayer.txt -text
|
||||
forge-gui/res/cardsfolder/s/sultai_runemark.txt -text
|
||||
forge-gui/res/cardsfolder/s/sultai_scavenger.txt -text
|
||||
forge-gui/res/cardsfolder/s/sultai_skullkeeper.txt -text
|
||||
forge-gui/res/cardsfolder/s/sultai_soothsayer.txt -text
|
||||
|
||||
9
forge-gui/res/cardsfolder/a/abzan_runemark.txt
Normal file
9
forge-gui/res/cardsfolder/a/abzan_runemark.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Abzan Runemark
|
||||
ManaCost:2 W
|
||||
Types:Enchantment Aura
|
||||
K:Enchant creature
|
||||
A:SP$ Attach | Cost$ 2 W | ValidTgts$ Creature | AILogic$ Pump
|
||||
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 2 | AddToughness$ 2 | Description$ Enchanted creature gets +2/+2.
|
||||
S:Mode$ Continuous | Affected$ Card.EnchantedBy | AddKeyword$ Vigilance | CheckSVar$ X | SVarCompare$ GE1 | Description$ Enchanted creature has vigilance as long as you control a black or green permanent.
|
||||
SVar:X:Count$Valid Permanent.Black+YouCtrl,Permanent.Green+YouCtrl
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abzan_runemark.jpg
|
||||
9
forge-gui/res/cardsfolder/j/jeskai_runemark.txt
Normal file
9
forge-gui/res/cardsfolder/j/jeskai_runemark.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Jeskai Runemark
|
||||
ManaCost:2 U
|
||||
Types:Enchantment Aura
|
||||
K:Enchant creature
|
||||
A:SP$ Attach | Cost$ 2 U | ValidTgts$ Creature | AILogic$ Pump
|
||||
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 2 | AddToughness$ 2 | Description$ Enchanted creature gets +2/+2.
|
||||
S:Mode$ Continuous | Affected$ Card.EnchantedBy | AddKeyword$ Flying | CheckSVar$ X | SVarCompare$ GE1 | Description$ Enchanted creature has flying as long as you control a red or white permanent.
|
||||
SVar:X:Count$Valid Permanent.Red+YouCtrl,Permanent.White+YouCtrl
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/jeskai_runemark.jpg
|
||||
9
forge-gui/res/cardsfolder/s/sultai_runemark.txt
Normal file
9
forge-gui/res/cardsfolder/s/sultai_runemark.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Sultai Runemark
|
||||
ManaCost:2 B
|
||||
Types:Enchantment Aura
|
||||
K:Enchant creature
|
||||
A:SP$ Attach | Cost$ 2 B | ValidTgts$ Creature | AILogic$ Pump
|
||||
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 2 | AddToughness$ 2 | Description$ Enchanted creature gets +2/+2.
|
||||
S:Mode$ Continuous | Affected$ Card.EnchantedBy | AddKeyword$ Deathtouch | CheckSVar$ X | SVarCompare$ GE1 | Description$ Enchanted creature has deathtouch as long as you control a green or blue permanent.
|
||||
SVar:X:Count$Valid Permanent.Green+YouCtrl,Permanent.Blue+YouCtrl
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/sultai_runemark.jpg
|
||||
Reference in New Issue
Block a user