- Added Knollspine Dragon and Rhystic Scrying

- Vanguard:Added Sakashima the Impostor Avatar
- Added Mandatory$ True to Parallax Nexus
- Made Borrowing 100000 Arrows and Theft of Dreams ready for multiplayer
This commit is contained in:
swordshine
2013-01-03 02:07:48 +00:00
parent d943869a66
commit edc5875c6b
7 changed files with 48 additions and 6 deletions

3
.gitattributes vendored
View File

@@ -5490,6 +5490,7 @@ res/cardsfolder/k/knight_of_the_white_orchid.txt svneol=native#text/plain
res/cardsfolder/k/knight_of_valor.txt svneol=native#text/plain
res/cardsfolder/k/knighthood.txt svneol=native#text/plain
res/cardsfolder/k/knightly_valor.txt -text
res/cardsfolder/k/knollspine_dragon.txt -text
res/cardsfolder/k/knotvine_mystic.txt svneol=native#text/plain
res/cardsfolder/k/knotvine_paladin.txt svneol=native#text/plain
res/cardsfolder/k/know_naught_but_fire.txt -text
@@ -8196,6 +8197,7 @@ res/cardsfolder/r/rhys_the_redeemed.txt svneol=native#text/plain
res/cardsfolder/r/rhystic_cave.txt -text
res/cardsfolder/r/rhystic_circle.txt -text
res/cardsfolder/r/rhystic_deluge.txt svneol=native#text/plain
res/cardsfolder/r/rhystic_scrying.txt -text
res/cardsfolder/r/rhystic_shield.txt -text
res/cardsfolder/r/rhystic_study.txt svneol=native#text/plain
res/cardsfolder/r/rhystic_tutor.txt -text
@@ -8501,6 +8503,7 @@ res/cardsfolder/s/sages_of_the_anima.txt -text
res/cardsfolder/s/sai_of_the_shinobi.txt -text
res/cardsfolder/s/sailmonger.txt svneol=native#text/plain
res/cardsfolder/s/sakashima_the_impostor.txt -text
res/cardsfolder/s/sakashima_the_impostor_avatar.txt -text
res/cardsfolder/s/sakashimas_student.txt -text
res/cardsfolder/s/sakura_tribe_elder.txt svneol=native#text/plain
res/cardsfolder/s/sakura_tribe_scout.txt svneol=native#text/plain

View File

@@ -2,9 +2,8 @@ Name:Borrowing 100,000 Arrows
ManaCost:2 U
Types:Sorcery
Text:no text
A:SP$ Draw | Cost$ 2 U | NumCards$ X | References$ X | SpellDescription$ Draw a card for each tapped creature target opponent controls.
SVar:X:Count$TypeOppCtrlTapped.Creature
SVar:RemRandomDeck:True
A:SP$ Draw | Cost$ 2 U | Defined$ You | ValidTgts$ Opponent | NumCards$ X | References$ X | SpellDescription$ Draw a card for each tapped creature target opponent controls.
SVar:X:Count$Valid Creature.tapped+TargetedPlayerCtrl
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/borrowing_100000_arrows.jpg
SetInfo:PTK|Uncommon|http://magiccards.info/scans/en/p3k/35.jpg

View File

@@ -0,0 +1,16 @@
Name:Knollspine Dragon
ManaCost:5 R R
Types:Creature Dragon
Text:no text
PT:7/5
K:Flying
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDiscard | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may discard your hand and draw cards equal to the damage dealt to target opponent this turn.
SVar:TrigDiscard:AB$ Discard | Cost$ 0 | Mode$ Hand | SubAbility$ DBDraw
SVar:DBDraw:DB$ Draw | NumCards$ X | Defined$ You | ValidTgts$ Opponent | References$ X
SVar:X:TargetedPlayer$DamageThisTurn
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/knollspine_dragon.jpg
SetInfo:SHM|Rare|http://magiccards.info/scans/en/shm/98.jpg
Oracle:Flying\nWhen Knollspine Dragon enters the battlefield, you may discard your hand and draw cards equal to the damage dealt to target opponent this turn.
End

View File

@@ -3,7 +3,7 @@ ManaCost:2 B
Types:Enchantment
Text:no text
K:Fading:5
A:AB$ ChangeZone | Cost$ SubCounter<1/FADE> | ValidTgts$ Opponent | SorcerySpeed$ True | TgtPrompt$ Select target opponent | Origin$ Hand | Destination$ Exile | ChangeType$ Card | ChangeNum$ 1 | RememberChanged$ True | Chooser$ Targeted | Hidden$ True | SpellDescription$ Target opponent exiles a card from his or her hand. Activate this ability only any time you could cast a sorcery.
A:AB$ ChangeZone | Cost$ SubCounter<1/FADE> | ValidTgts$ Opponent | SorcerySpeed$ True | TgtPrompt$ Select target opponent | Origin$ Hand | Destination$ Exile | ChangeType$ Card | ChangeNum$ 1 | RememberChanged$ True | Chooser$ Targeted | IsCurse$ True | Mandatory$ True | Hidden$ True | SpellDescription$ Target opponent exiles a card from his or her hand. Activate this ability only any time you could cast a sorcery.
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigReturn | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME leaves the battlefield, each player returns to his or her hand all cards he or she owns exiled with CARDNAME.
SVar:TrigReturn:DB$ ChangeZone | Defined$ Remembered | Origin$ Exile | Destination$ Hand | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True

View File

@@ -0,0 +1,11 @@
Name:Rhystic Scrying
ManaCost:2 U U
Types:Sorcery
Text:no text
A:SP$ Draw | Cost$ 2 U U | Defined$ You | NumCards$ 3 | SubAbility$ DBDiscard | SpellDescription$ Draw three cards. Then, if any player pays 2, discard three cards.
SVar:DBDiscard:DB$ Discard | Defined$ You | NumCards$ 3 | Mode$ TgtChoose | UnlessPayer$ Player | UnlessCost$ 2 | UnlessSwitched$ True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/rhystic_scrying.jpg
SetInfo:PCY|Uncommon|http://magiccards.info/scans/en/pr/44.jpg
Oracle:Draw three cards. Then, if any player pays {2}, discard three cards.
End

View File

@@ -0,0 +1,13 @@
Name:Sakashima the Impostor Avatar
ManaCost:no cost
Types:Vanguard
Text:no text
HandLifeModifier:+0/+1
A:AB$ ChooseCard | Cost$ 2 | ActivationZone$ Command | Choices$ Creature.YouCtrl | Amount$ 1 | AILogic$ Clone | RememberChosen$ True | SubAbility$ DBClone | SpellDescription$ Choose a creature you control. It becomes a copy of target creature except for its name.
SVar:DBClone:DB$ Clone | CloneTarget$ Remembered | ValidTgts$ Creature | TgtPrompt$ Select target creature to copy | KeepName$ True | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:Rarity:Special
SVar:Picture:http://www.cardforge.org/fpics/vgd-lq/sakashima_the_impostor_avatar.jpg
SetInfo:VAN|Special|http://magiccards.info/extras/other/vanguard-mtgo/sakashima-the-impostor.jpg
Oracle:Hand +0, life +1\n{2}: Choose a creature you control. It becomes a copy of target creature except for its name.
End

View File

@@ -2,8 +2,8 @@ Name:Theft of Dreams
ManaCost:2 U
Types:Sorcery
Text:no text
A:SP$ Draw | Cost$ 2 U | NumCards$ X | References$ X | SpellDescription$ Draw a card for each tapped creature target opponent controls.
SVar:X:Count$TypeOppCtrlTapped.Creature
A:SP$ Draw | Cost$ 2 U | Defined$ You | ValidTgts$ Opponent | NumCards$ X | References$ X | SpellDescription$ Draw a card for each tapped creature target opponent controls.
SVar:X:Count$Valid Creature.tapped+TargetedPlayerCtrl
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/theft_of_dreams.jpg
SetInfo:EXO|Common|http://magiccards.info/scans/en/ex/49.jpg