- Fixed more cards like Stoneforge Mystic (with Card.Self rest).

This commit is contained in:
jendave
2011-08-07 00:29:46 +00:00
parent 3797abe346
commit feec2771e4
3 changed files with 18 additions and 17 deletions

2
.gitattributes vendored
View File

@@ -7575,7 +7575,7 @@ res/cardsfolder/vampiric_sliver.txt -text svneol=native#text/plain
res/cardsfolder/vampiric_spirit.txt -text svneol=native#text/plain
res/cardsfolder/vampiric_touch.txt -text svneol=native#text/plain
res/cardsfolder/vampiric_tutor.txt -text svneol=native#text/plain
res/cardsfolder/vampirism.txt svneol=native#text/plain
res/cardsfolder/vampirism.txt -text svneol=native#text/plain
res/cardsfolder/vanquish.txt -text svneol=native#text/plain
res/cardsfolder/vapor_snag.txt -text svneol=native#text/plain
res/cardsfolder/varchilds_crusader.txt -text svneol=native#text/plain

View File

@@ -4,7 +4,8 @@ Types:Creature Bird Ally
Text:no text
PT:1/1
K:Flying
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME.
SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
SVar:PlayMain1:TRUE
SVar:BuffedBy:Ally

View File

@@ -1,16 +1,16 @@
Name:Vampirism
ManaCost:1 B
Types:Enchantment Aura
Text:no text
K:Enchant creature
K:enPump:+0/+0
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters the battlefield, draw a card at the beginning of the next turn's upkeep.
SVar:TrigDraw:AB$Draw | Cost$ 0 | NumCards$ 1 | NextUpkeep$ True
K:stPumpEnchanted:Creature:X/X:no Condition:Enchanted creature gets +1/+1 for each other creature you control.
K:stPumpAll:Creature.YouCtrl:-1/-1:no Condition:Other creatures you control get -1/-1.
SVar:X:Count$Valid Creature.YouCtrl
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/vampirism.jpg
SetInfo:VIS|Uncommon|http://magiccards.info/scans/en/vi/23.jpg
Name:Vampirism
ManaCost:1 B
Types:Enchantment Aura
Text:no text
K:Enchant creature
K:enPump:+0/+0
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters the battlefield, draw a card at the beginning of the next turn's upkeep.
SVar:TrigDraw:AB$Draw | Cost$ 0 | NumCards$ 1 | NextUpkeep$ True
K:stPumpEnchanted:Creature:X/X:no Condition:Enchanted creature gets +1/+1 for each other creature you control.
K:stPumpAll:Creature.YouCtrl:-1/-1:no Condition:Other creatures you control get -1/-1.
SVar:X:Count$Valid Creature.YouCtrl
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/vampirism.jpg
SetInfo:VIS|Uncommon|http://magiccards.info/scans/en/vi/23.jpg
End