Added Shields of Velis Vel. Fixed Amoeboid Changeling and Blades of Velis Vel to animate to add AllCreatureTypes.

This commit is contained in:
ArsenalNut
2011-09-05 04:23:15 +00:00
parent dd7a40974f
commit 23064cc3d5
4 changed files with 15 additions and 2 deletions

1
.gitattributes vendored
View File

@@ -6739,6 +6739,7 @@ res/cardsfolder/s/shield_sphere.txt svneol=native#text/plain
res/cardsfolder/s/shield_wall.txt svneol=native#text/plain
res/cardsfolder/s/shielding_plax.txt svneol=native#text/plain
res/cardsfolder/s/shieldmates_blessing.txt svneol=native#text/plain
res/cardsfolder/s/shields_of_velis_vel.txt -text
res/cardsfolder/s/shifting_sliver.txt svneol=native#text/plain
res/cardsfolder/s/shifting_wall.txt svneol=native#text/plain
res/cardsfolder/s/shimian_specter.txt svneol=native#text/plain

View File

@@ -4,7 +4,7 @@ Types:Creature Shapeshifter
Text:no text
PT:1/1
S:Mode$ Continuous | Affected$ Card.Self | CharacteristicDefining$ True | AddType$ AllCreatureTypes | Description$ Changeling (This card is every creature type at all times.)
A:AB$ Pump | Cost$ T |ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ Changeling | SpellDescription$ Target creature gains all creature types until end of turn.
A:AB$ Animate | Cost$ T | ValidTgts$ Creature | TgtPrompt$ Select target creature | Types$ AllCreatureTypes | SpellDescription$ Target creature gains all creature types until end of turn.
A:AB$ Animate | Cost$ T | ValidTgts$ Creature | TgtPrompt$ Select target creature | Types$ Creature | RemoveCreatureTypes$ True| IsCurse$ True | SpellDescription$ Target creature loses all creature types until end of turn.
SVar:RemRandomDeck:True
SVar:Rarity:Common

View File

@@ -3,7 +3,8 @@ ManaCost:1 R
Types:Tribal Instant Shapeshifter
Text:no text
S:Mode$ Continuous | Affected$ Card.Self | CharacteristicDefining$ True | AddType$ AllCreatureTypes | Description$ Changeling (This card is every creature type at all times.)
A:SP$ Pump | Cost$ 1 R | TargetMin$ 0 | TargetMax$ 2 | NumAtt$ +2 | KW$ Changeling | ValidTgts$ Creature | TgtPrompt$ Select target Creature | SpellDescription$ Up to two target creatures each get +2/+0 and gain all creature types until end of turn.
A:SP$ Pump | Cost$ 1 R | TargetMin$ 0 | TargetMax$ 2 | NumAtt$ +2 | ValidTgts$ Creature | TgtPrompt$ Select target Creature | SubAbility$ DBAnimate | SpellDescription$ Up to two target creatures each get +2/+0 and gain all creature types until end of turn.
SVar:DBAnimate:DB$ Animate | Cost$ 0 | Defined$ Targeted | Types$ AllCreatureTypes
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/blades_of_velis_vel.jpg
SetInfo:LRW|Common|http://magiccards.info/scans/en/lw/152.jpg

View File

@@ -0,0 +1,11 @@
Name:Shields of Velis Vel
ManaCost:W
Types:Tribal Instant Shapeshifter
Text:no text
S:Mode$ Continuous | Affected$ Card.Self | CharacteristicDefining$ True | AddType$ AllCreatureTypes | Description$ Changeling (This card is every creature type at all times.)
A:SP$ PumpAll | Cost$ W | ValidTgts$ Player | TgtPrompt$ Select target player | ValidCards$ Creature | NumAtt$ +0 | NumDef$ +1 | SubAbility$ DBAnimate | SpellDescription$ Creatures target player controls get +0/+1 and gain all creature types until end of turn.
SVar:DBAnimate:DB$ AnimateAll | Cost$ 0 | Defined$ Targeted | Types$ AllCreatureTypes
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/shields_of_velis_vel.jpg
SetInfo:LRW|Common|http://magiccards.info/scans/en/lw/39.jpg
End