Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <CARD_V2 ExportVersion="1">
- <!-- Activated ability works but only impacts owner, not all players; ability on entry doesn't work at all -->
- <FILENAME text="WHIRLPOOL_WARRIOR_CW_271165" />
- <CARDNAME text="WHIRLPOOL_WARRIOR" />
- <TITLE>
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Whirlpool Warrior]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Guerrière des tourbillons]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Guerrera Remolino]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Wasserwirbelkrieger]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Guerriero dei Vortici]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[渦巻き戦士]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Whirlpool Warrior]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Whirlpool Warrior]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Whirlpool Warrior]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Whirlpool Warrior]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Whirlpool Warrior]]></LOCALISED_TEXT>
- </TITLE>
- <MULTIVERSEID value="271165" />
- <ARTID value="WHIRLPOOL_WARRIOR" />
- <ARTIST name="Kev Walker" />
- <CASTING_COST cost="{2}{U}" />
- <TYPE metaname="Creature" />
- <SUB_TYPE metaname="Merfolk" />
- <SUB_TYPE metaname="Warrior" />
- <EXPANSION value="PC2" />
- <RARITY metaname="R" />
- <POWER value="2" />
- <TOUGHNESS value="2" />
- <TRIGGERED_ABILITY active_zone="ZONE_BATTLEFIELD">
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[When Whirlpool Warrior enters the battlefield, shuffle the cards from your hand into your library, then draw that many cards.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Quand la Guerrière des tourbillons arrive sur le champ de bataille, mélangez les cartes de votre main dans votre bibliothèque, puis piochez autant de cartes.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Cuando la Guerrera Remolino entre al campo de batalla, baraja las cartas de tu mano en tu biblioteca, luego roba ese mismo número de cartas.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Wenn der Wasserwirbelkrieger ins Spiel kommt, mische die Karten aus deiner Hand in deine Bibliothek und ziehe dann entsprechend viele Karten.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Quando il Guerriero dei Vortici entra nel campo di battaglia, rimescola nel tuo grimorio le carte della tua mano, poi pesca altrettante carte.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[渦巻き戦士が戦場に出たとき、あなたの手札のカードをあなたのライブラリーに加えて切り直し、その後、その枚数のカードを引く。]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[When Whirlpool Warrior enters the battlefield, shuffle the cards from your hand into your library, then draw that many cards.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[When Whirlpool Warrior enters the battlefield, shuffle the cards from your hand into your library, then draw that many cards.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[When Whirlpool Warrior enters the battlefield, shuffle the cards from your hand into your library, then draw that many cards.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[When Whirlpool Warrior enters the battlefield, shuffle the cards from your hand into your library, then draw that many cards.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[When Whirlpool Warrior enters the battlefield, shuffle the cards from your hand into your library, then draw that many cards.]]></LOCALISED_TEXT>
- <TRIGGER value="ZONECHANGE_END" simple_qualifier="self" to_zone="ZONE_BATTLEFIELD" />
- <RESOLUTION_TIME_ACTION>
- local number = MTG():GetNumberOfPlayers()
- if number ~= nil then
- for i=0,(number-1) do
- local player = MTG():GetNthPlayer(i)
- local hand_count = player:Hand_Count()
- if player ~= nil then
- player:MoveLocalZone( ZONE_HAND, ZONE_LIBRARY )
- player:ShuffleLibrary()
- player:DrawCards(hand_count)
- end
- end
- end
- </RESOLUTION_TIME_ACTION>
- </TRIGGERED_ABILITY>
- <ACTIVATED_ABILITY>
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[{R}, Sacrifice Whirlpool Warrior: Each player shuffles the cards from his or her hand into his or her library, then draws that many cards.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[{R}, sacrifiez la Guerrière des tourbillons : Chaque joueur mélange les cartes de sa main dans sa bibliothèque, puis pioche autant de cartes.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[{R}, sacrificar la Guerrera Remolino: Cada jugador baraja las cartas de su mano en su biblioteca, luego roba ese mismo número de cartas.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[{R}, opfere den Wasserwirbelkrieger: Jeder Spieler mischt die Karten aus seiner Hand in seine Bibliothek und zieht dann entsprechend viele Karten.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[{R}, Sacrifica il Guerriero dei Vortici: Ogni giocatore rimescola le carte della propria mano nel proprio grimorio, poi pesca altrettante carte.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[{R}, 渦巻き戦士を生け贄に捧げる:各プレイヤーは、自分の手札のカードを自分のライブラリーに加えて切り直し、その後、その枚数のカードを引く。]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[{R}, Sacrifice Whirlpool Warrior: Each player shuffles the cards from his or her hand into his or her library, then draws that many cards.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[{R}, Sacrifice Whirlpool Warrior: Each player shuffles the cards from his or her hand into his or her library, then draws that many cards.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[{R}, Sacrifice Whirlpool Warrior: Each player shuffles the cards from his or her hand into his or her library, then draws that many cards.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[{R}, Sacrifice Whirlpool Warrior: Each player shuffles the cards from his or her hand into his or her library, then draws that many cards.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[{R}, Sacrifice Whirlpool Warrior: Each player shuffles the cards from his or her hand into his or her library, then draws that many cards.]]></LOCALISED_TEXT>
- <COST mana_cost="{R}" type="Mana" />
- <RESOLUTION_TIME_ACTION>
- local number = MTG():GetNumberOfPlayers()
- if number ~= nil then
- for i=0,(number-1) do
- local player = MTG():GetNthPlayer(i)
- local hand_count = player:Hand_Count()
- if player ~= nil then
- player:MoveLocalZone( ZONE_HAND, ZONE_LIBRARY )
- player:ShuffleLibrary()
- player:DrawCards(hand_count)
- end
- end
- end
- </RESOLUTION_TIME_ACTION>
- <RESOLUTION_TIME_ACTION>
- EffectSource():Destroy()
- </RESOLUTION_TIME_ACTION>
- </ACTIVATED_ABILITY>
- <SFX text="COMBAT_BLUNT_LARGE_ATTACK" power_boundary_min="4" power_boundary_max="-1" />
- <SFX text="COMBAT_BLUNT_SMALL_ATTACK" power_boundary_min="1" power_boundary_max="3" />
- <AUTHOR><![CDATA[Splinterverse]]></AUTHOR>
- <EDITORS><![CDATA[Splinterverse]]></EDITORS>
- <DATE><![CDATA[2016-09-18]]></DATE>
- </CARD_V2>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement