- Added 4 cards with "Draw a card at the beginning of the next turn's upkeep.".

This commit is contained in:
jendave
2011-08-06 10:27:50 +00:00
parent 37266ecf0e
commit 2b4933967a
5 changed files with 40 additions and 0 deletions

4
.gitattributes vendored
View File

@@ -1481,6 +1481,7 @@ res/cardsfolder/fencers_magemark.txt -text svneol=native#text/plain
res/cardsfolder/fend_off.txt -text svneol=native#text/plain
res/cardsfolder/feral_animist.txt -text svneol=native#text/plain
res/cardsfolder/feral_hydra.txt -text svneol=native#text/plain
res/cardsfolder/feral_instinct.txt -text svneol=native#text/plain
res/cardsfolder/feral_lightning.txt -text svneol=native#text/plain
res/cardsfolder/feral_shadow.txt -text svneol=native#text/plain
res/cardsfolder/ferocious_charge.txt -text svneol=native#text/plain
@@ -1496,6 +1497,7 @@ res/cardsfolder/fetid_heath.txt -text svneol=native#text/plain
res/cardsfolder/fetid_horror.txt -text svneol=native#text/plain
res/cardsfolder/feudkillers_verdict.txt -text svneol=native#text/plain
res/cardsfolder/fevered_convulsions.txt -text svneol=native#text/plain
res/cardsfolder/fevered_strength.txt -text svneol=native#text/plain
res/cardsfolder/field_marshal.txt -text svneol=native#text/plain
res/cardsfolder/fieldmist_borderpost.txt -text svneol=native#text/plain
res/cardsfolder/fiery_conclusion.txt -text svneol=native#text/plain
@@ -1559,6 +1561,7 @@ res/cardsfolder/flametongue_kavu.txt -text svneol=native#text/plain
res/cardsfolder/flamewave_invoker.txt -text svneol=native#text/plain
res/cardsfolder/flaming_sword.txt -text svneol=native#text/plain
res/cardsfolder/flanking_troops.txt -text svneol=native#text/plain
res/cardsfolder/flare.txt -text svneol=native#text/plain
res/cardsfolder/flash_counter.txt -text svneol=native#text/plain
res/cardsfolder/flashfires.txt -text svneol=native#text/plain
res/cardsfolder/flashfreeze.txt -text svneol=native#text/plain
@@ -2551,6 +2554,7 @@ res/cardsfolder/lighthouse_chronologist.txt -text svneol=native#text/plain
res/cardsfolder/lightkeeper_of_emeria.txt -text svneol=native#text/plain
res/cardsfolder/lightning_angel.txt -text svneol=native#text/plain
res/cardsfolder/lightning_blast.txt -text svneol=native#text/plain
res/cardsfolder/lightning_blow.txt -text svneol=native#text/plain
res/cardsfolder/lightning_bolt.txt -text svneol=native#text/plain
res/cardsfolder/lightning_crafter.txt -text svneol=native#text/plain
res/cardsfolder/lightning_dragon.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,9 @@
Name:Feral Instinct
ManaCost:1 G
Types:Instant
Text:no text
A:SP$Pump|Cost$1 G|ValidTgts$Creature|NumAtt$+1|NumDef$+1|SpellDescription$Target creature gets +1/+1 until end of turn.
K:Draw a card at the beginning of the next turn's upkeep.
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/feral_instinct.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Fevered Strength
ManaCost:2 B
Types:Instant
Text:no text
A:SP$Pump|Cost$2 B|ValidTgts$Creature|NumAtt$+2|SpellDescription$Target creature gets +2/+0 until end of turn.
K:Draw a card at the beginning of the next turn's upkeep.
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/fevered_strength.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Flare
ManaCost:2 R
Types:Instant
Text:no text
A:SP$DealDamage|Cost$2 R|Tgt$TgtCP|NumDmg$1|SpellDescription$Flare deals 1 damage to target creature or player.
K:Draw a card at the beginning of the next turn's upkeep.
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/flare.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Lightning Blow
ManaCost:1 W
Types:Instant
Text:no text
A:SP$Pump|Cost$1 W|ValidTgts$Creature|KW$First Strike|SpellDescription$Target creature gains first strike until end of turn.
K:Draw a card at the beginning of the next turn's upkeep.
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/lightning_blow.jpg
End