- Added Phantasmal Sphere

This commit is contained in:
moomarc
2012-12-07 12:39:41 +00:00
parent 3d0d406226
commit cc482f5273
2 changed files with 20 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -7263,6 +7263,7 @@ res/cardsfolder/p/phantasmal_dragon.txt svneol=native#text/plain
res/cardsfolder/p/phantasmal_fiend.txt svneol=native#text/plain
res/cardsfolder/p/phantasmal_forces.txt svneol=native#text/plain
res/cardsfolder/p/phantasmal_image.txt -text
res/cardsfolder/p/phantasmal_sphere.txt -text
res/cardsfolder/p/phantasmal_terrain.txt svneol=native#text/plain
res/cardsfolder/p/phantatog.txt svneol=native#text/plain
res/cardsfolder/p/phantom_beast.txt svneol=native#text/plain

View File

@@ -0,0 +1,19 @@
Name:Phantasmal Sphere
ManaCost:1 U
Types:Creature Illusion
Text:no text
PT:0/1
K:Flying
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a +1/+1 counter on CARDNAME.
SVar:TrigPutCounter:AB$ PutCounter | Cost$ 0 | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 | SubAbility$ SacSelf
SVar:SacSelf:DB$ Sacrifice | Defined$ Card.Self | UnlessCost$ X | UnlessPayer$ You
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ OrbToken | TriggerDescription$ When CARDNAME leaves the battlefield, put a blue Orb creature token with flying onto the battlefield under target opponent's control. That creature's power and toughness are each equal to the number of +1/+1 counters on CARDNAME.
SVar:OrbToken:DB$ Token | TokenImage$ u x x orb | ValidTgts$ Opponent | TokenOwner$ Targeted | TokenName$ Orb | TokenColors$ Blue | TokenTypes$ Creature,Orb | TokenPower$ XLKI | TokenToughness$ XLKI | References$ XLKI | TokenAmount$ 1
SVar:X:Count$CardCounters.P1P1
SVar:XLKI:TriggeredCard$CardCounters.P1P1
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/phantasmal_sphere.jpg
SetInfo:ALL|Rare|http://magiccards.info/scans/en/ai/48.jpg
Oracle:Flying\nAt the beginning of your upkeep, put a +1/+1 counter on Phantasmal Sphere, then sacrifice Phantasmal Sphere unless you pay {1} for each +1/+1 counter on it.\nWhen Phantasmal Sphere leaves the battlefield, put a blue Orb creature token with flying onto the battlefield under target opponent's control. That creature's power and toughness are each equal to the number of +1/+1 counters on Phantasmal Sphere.
End