Guest User

Untitled

a guest
Oct 21st, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.31 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <CARD_V2 ExportVersion="1">
  3.     <FILENAME text="SCARAB_OF_THE_UNSEEN_CW_3055" />
  4.     <CARDNAME text="SCARAB_OF_THE_UNSEEN" />
  5.     <TITLE>
  6.         <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Scarab of the Unseen]]></LOCALISED_TEXT>
  7.         <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Scarab of the Unseen]]></LOCALISED_TEXT>
  8.         <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Scarab of the Unseen]]></LOCALISED_TEXT>
  9.         <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Scarab of the Unseen]]></LOCALISED_TEXT>
  10.         <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Scarab of the Unseen]]></LOCALISED_TEXT>
  11.         <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Scarab of the Unseen]]></LOCALISED_TEXT>
  12.         <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Scarab of the Unseen]]></LOCALISED_TEXT>
  13.         <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Scarab of the Unseen]]></LOCALISED_TEXT>
  14.         <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Scarab of the Unseen]]></LOCALISED_TEXT>
  15.         <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Scarab of the Unseen]]></LOCALISED_TEXT>
  16.         <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Scarab of the Unseen]]></LOCALISED_TEXT>
  17.     </TITLE>
  18.     <MULTIVERSEID value="3055" />
  19.     <ARTID value="SCARAB_OF_THE_UNSEEN" />
  20.     <ARTIST name="Sandra Everingham" />
  21.     <CASTING_COST cost="{2}" />
  22.     <TYPE metaname="Artifact" />
  23.     <EXPANSION value="AL" />
  24.     <RARITY metaname="U" />
  25.     <ACTIVATED_ABILITY>
  26.         <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[{T}, Sacrifice Scarab of the Unseen: Return all Auras attached to target permanent you own to their owners’ hands. Draw a card at the beginning of the next turn’s upkeep.]]></LOCALISED_TEXT>
  27.         <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[{T}, Sacrifice Scarab of the Unseen: Return all Auras attached to target permanent you own to their owners’ hands. Draw a card at the beginning of the next turn’s upkeep.]]></LOCALISED_TEXT>
  28.         <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[{T}, Sacrifice Scarab of the Unseen: Return all Auras attached to target permanent you own to their owners’ hands. Draw a card at the beginning of the next turn’s upkeep.]]></LOCALISED_TEXT>
  29.         <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[{T}, Sacrifice Scarab of the Unseen: Return all Auras attached to target permanent you own to their owners’ hands. Draw a card at the beginning of the next turn’s upkeep.]]></LOCALISED_TEXT>
  30.         <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[{T}, Sacrifice Scarab of the Unseen: Return all Auras attached to target permanent you own to their owners’ hands. Draw a card at the beginning of the next turn’s upkeep.]]></LOCALISED_TEXT>
  31.         <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[{T}, Sacrifice Scarab of the Unseen: Return all Auras attached to target permanent you own to their owners’ hands. Draw a card at the beginning of the next turn’s upkeep.]]></LOCALISED_TEXT>
  32.         <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[{T}, Sacrifice Scarab of the Unseen: Return all Auras attached to target permanent you own to their owners’ hands. Draw a card at the beginning of the next turn’s upkeep.]]></LOCALISED_TEXT>
  33.         <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[{T}, Sacrifice Scarab of the Unseen: Return all Auras attached to target permanent you own to their owners’ hands. Draw a card at the beginning of the next turn’s upkeep.]]></LOCALISED_TEXT>
  34.         <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[{T}, Sacrifice Scarab of the Unseen: Return all Auras attached to target permanent you own to their owners’ hands. Draw a card at the beginning of the next turn’s upkeep.]]></LOCALISED_TEXT>
  35.         <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[{T}, Sacrifice Scarab of the Unseen: Return all Auras attached to target permanent you own to their owners’ hands. Draw a card at the beginning of the next turn’s upkeep.]]></LOCALISED_TEXT>
  36.         <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[{T}, Sacrifice Scarab of the Unseen: Return all Auras attached to target permanent you own to their owners’ hands. Draw a card at the beginning of the next turn’s upkeep.]]></LOCALISED_TEXT>
  37.         <COST type="TapSelf" />
  38.         <COST type="SacrificeSelf" />
  39.         <TARGET tag="CW_CARD_QUERY_CHOOSE_CREATURE" definition="1" compartment="1" count="1" />
  40.         <TARGET_DEFINITION id="1">
  41.             local filter = ClearFilter()
  42.             filter:Add( FE_CONTROLLER, OP_IS, EffectController() )
  43.             filter:Add( FE_TYPE, OP_IS, CARD_TYPE_CREATURE )
  44.         </TARGET_DEFINITION>
  45.         <FILTER filter_id="2">
  46.             local target_creature = EffectDC():Get_Targets(1) and EffectDC():Get_Targets(1):Get_CardPtr(0)
  47.             local filter = ClearFilter()
  48.             filter:Add( FE_SUBTYPE, OP_IS, ENCHANTMENT_TYPE_AURA )
  49.             filter:Add( FE_PARENT_CARD, OP_IS, target_creature )
  50.         </FILTER>
  51.         <RESOLUTION_TIME_ACTION filter_id="1">
  52.             if FilteredCard() ~= nil then
  53.                 FilteredCard():PutInHand()
  54.             end
  55.         </RESOLUTION_TIME_ACTION>
  56.         <RESOLUTION_TIME_ACTION>
  57.             MTG():CreateDelayedTrigger( 3, EffectDC():Make_Chest( 1 ) )
  58.         </RESOLUTION_TIME_ACTION>
  59.     </ACTIVATED_ABILITY>
  60.     <TRIGGERED_ABILITY resource_id="3">
  61.         <TRIGGER value="BEGINNING_OF_STEP">
  62.             return MTG():GetStep() == STEP_UPKEEP
  63.         </TRIGGER>
  64.         <RESOLUTION_TIME_ACTION>
  65.             EffectController():DrawCards( 1 )
  66.         </RESOLUTION_TIME_ACTION>
  67.         <CLEANUP fire_once="1" />
  68.     </TRIGGERED_ABILITY>
  69.     <AUTHOR><![CDATA[Splinterverse]]></AUTHOR>
  70.     <EDITORS><![CDATA[Splinterverse]]></EDITORS>
  71.     <DATE><![CDATA[29-09-16]]></DATE>
  72. </CARD_V2>
Advertisement
Add Comment
Please, Sign In to add comment