Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <CARD_V2 ExportVersion="1">
- <FILENAME text="SCARAB_OF_THE_UNSEEN_CW_3055" />
- <CARDNAME text="SCARAB_OF_THE_UNSEEN" />
- <TITLE>
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Scarab of the Unseen]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Scarab of the Unseen]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Scarab of the Unseen]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Scarab of the Unseen]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Scarab of the Unseen]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Scarab of the Unseen]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Scarab of the Unseen]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Scarab of the Unseen]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Scarab of the Unseen]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Scarab of the Unseen]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Scarab of the Unseen]]></LOCALISED_TEXT>
- </TITLE>
- <MULTIVERSEID value="3055" />
- <ARTID value="SCARAB_OF_THE_UNSEEN" />
- <ARTIST name="Sandra Everingham" />
- <CASTING_COST cost="{2}" />
- <TYPE metaname="Artifact" />
- <EXPANSION value="AL" />
- <RARITY metaname="U" />
- <ACTIVATED_ABILITY>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <COST type="TapSelf" />
- <COST type="SacrificeSelf" />
- <TARGET tag="CW_CARD_QUERY_CHOOSE_CREATURE" definition="1" compartment="1" count="1" />
- <TARGET_DEFINITION id="1">
- local filter = ClearFilter()
- filter:Add( FE_CONTROLLER, OP_IS, EffectController() )
- filter:Add( FE_TYPE, OP_IS, CARD_TYPE_CREATURE )
- </TARGET_DEFINITION>
- <FILTER filter_id="2">
- local target_creature = EffectDC():Get_Targets(1) and EffectDC():Get_Targets(1):Get_CardPtr(0)
- local filter = ClearFilter()
- filter:Add( FE_SUBTYPE, OP_IS, ENCHANTMENT_TYPE_AURA )
- filter:Add( FE_PARENT_CARD, OP_IS, target_creature )
- </FILTER>
- <RESOLUTION_TIME_ACTION filter_id="1">
- if FilteredCard() ~= nil then
- FilteredCard():PutInHand()
- end
- </RESOLUTION_TIME_ACTION>
- <RESOLUTION_TIME_ACTION>
- MTG():CreateDelayedTrigger( 3, EffectDC():Make_Chest( 1 ) )
- </RESOLUTION_TIME_ACTION>
- </ACTIVATED_ABILITY>
- <TRIGGERED_ABILITY resource_id="3">
- <TRIGGER value="BEGINNING_OF_STEP">
- return MTG():GetStep() == STEP_UPKEEP
- </TRIGGER>
- <RESOLUTION_TIME_ACTION>
- EffectController():DrawCards( 1 )
- </RESOLUTION_TIME_ACTION>
- <CLEANUP fire_once="1" />
- </TRIGGERED_ABILITY>
- <AUTHOR><![CDATA[Splinterverse]]></AUTHOR>
- <EDITORS><![CDATA[Splinterverse]]></EDITORS>
- <DATE><![CDATA[29-09-16]]></DATE>
- </CARD_V2>
Advertisement
Add Comment
Please, Sign In to add comment