Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <CARD_V2 ExportVersion="1">
- <FILENAME text="ALABARAS_CARPET_CW_228269" />
- <CARDNAME text="ALABARAS_CARPET" />
- <TITLE>
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Al-abara’s Carpet]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Al-abara’s Carpet]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Al-abara’s Carpet]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Al-abara’s Carpet]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Al-abara’s Carpet]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Al-abara’s Carpet]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Al-abara’s Carpet]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Al-abara’s Carpet]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Al-abara’s Carpet]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Al-abara’s Carpet]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Al-abara’s Carpet]]></LOCALISED_TEXT>
- </TITLE>
- <MULTIVERSEID value="228269" />
- <ARTID value="ALABARAS_CARPET" />
- <ARTIST name="Kaja Foglio" />
- <CASTING_COST cost="{5}" />
- <FLAVOURTEXT>
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Al-abara simply laughed and lifted one finger, and the carpet carried her high out of our reach.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Al-abara simply laughed and lifted one finger, and the carpet carried her high out of our reach.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Al-abara simply laughed and lifted one finger, and the carpet carried her high out of our reach.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Al-abara simply laughed and lifted one finger, and the carpet carried her high out of our reach.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Al-abara simply laughed and lifted one finger, and the carpet carried her high out of our reach.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Al-abara simply laughed and lifted one finger, and the carpet carried her high out of our reach.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Al-abara simply laughed and lifted one finger, and the carpet carried her high out of our reach.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Al-abara simply laughed and lifted one finger, and the carpet carried her high out of our reach.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Al-abara simply laughed and lifted one finger, and the carpet carried her high out of our reach.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Al-abara simply laughed and lifted one finger, and the carpet carried her high out of our reach.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Al-abara simply laughed and lifted one finger, and the carpet carried her high out of our reach.]]></LOCALISED_TEXT>
- </FLAVOURTEXT>
- <TYPE metaname="Artifact" />
- <EXPANSION value="ME4" />
- <RARITY metaname="R" />
- <ACTIVATED_ABILITY>
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[{5}, {T}: Prevent all damage that would be dealt to you this turn by attacking creatures without flying.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[{5}, {T}: Prevent all damage that would be dealt to you this turn by attacking creatures without flying.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[{5}, {T}: Prevent all damage that would be dealt to you this turn by attacking creatures without flying.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[{5}, {T}: Prevent all damage that would be dealt to you this turn by attacking creatures without flying.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[{5}, {T}: Prevent all damage that would be dealt to you this turn by attacking creatures without flying.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[{5}, {T}: Prevent all damage that would be dealt to you this turn by attacking creatures without flying.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[{5}, {T}: Prevent all damage that would be dealt to you this turn by attacking creatures without flying.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[{5}, {T}: Prevent all damage that would be dealt to you this turn by attacking creatures without flying.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[{5}, {T}: Prevent all damage that would be dealt to you this turn by attacking creatures without flying.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[{5}, {T}: Prevent all damage that would be dealt to you this turn by attacking creatures without flying.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[{5}, {T}: Prevent all damage that would be dealt to you this turn by attacking creatures without flying.]]></LOCALISED_TEXT>
- <COST mana_cost="{5}" type="Mana" />
- <COST type="TapSelf" />
- <FILTER filter_id="0">
- local filter = ClearFilter()
- filter:Add( FE_TYPE, OP_IS, CARD_TYPE_CREATURE )
- filter:Add( FE_CHARACTERISTIC, OP_NOT, CHARACTERISTIC_FLYING )
- filter:Add( FE_IS_ATTACKING, true )
- </FILTER>
- <RESOLUTION_TIME_ACTION filter_id="0">
- if FilteredCard() ~= nil then
- local delayDC = EffectDC():Make_Chest(1)
- delayDC:Set_CardPtr(0, FilteredCard())
- delayDC:Protect_CardPtr(0)
- MTG():CreateDelayedTrigger(1, delayDC)
- end
- </RESOLUTION_TIME_ACTION>
- <SFX text="TARGET_SUN_PLAY" />
- <AI_AVAILABILITY window_step="upkeep" type="window" />
- <AI_AVAILABILITY window_step="main_1" window_turn="my_turn" type="window" />
- <AI_AVAILABILITY window_step="begin_combat" window_turn="their_turn" type="window" />
- <AI_AVAILABILITY window_step="declare_attackers" window_turn="their_turn" type="window" />
- <AI_AVAILABILITY window_step="declare_blockers" type="window" />
- <AI_AVAILABILITY window_step="main_2" window_turn="my_turn" type="window" />
- <AI_AVAILABILITY window_step="end_of_turn" type="window" />
- <AI_AVAILABILITY window_step="end_of_turn" window_turn="their_turn" type="window" />
- <AI_AVAILABILITY type="in_response" response_source="1" response_target="1" />
- <AI_AVAILABILITY type="in_response" response_source="1" />
- <AI_AVAILABILITY type="in_response" response_target="1" />
- </ACTIVATED_ABILITY>
- <TRIGGERED_ABILITY resource_id="1" replacement_effect="1">
- <TRIGGER value="SOURCE_DEALS_DAMAGE_TO_PLAYER" pre_trigger="1" damage_type="all">
- return SecondaryPlayer() == EffectController() and TriggerObject() == EffectDC():Get_CardPtr(0)
- </TRIGGER>
- <CLEANUP simple_cleanup="EndOfTurn" />
- <RESOLUTION_TIME_ACTION>
- Damage():PreventAll()
- </RESOLUTION_TIME_ACTION>
- </TRIGGERED_ABILITY>
- <AUTHOR><![CDATA[migookman]]></AUTHOR>
- <EDITORS><![CDATA[migookman, migookman]]></EDITORS>
- <DATE><![CDATA[08-12-15, 21-10-16]]></DATE>
- </CARD_V2>
Advertisement
Add Comment
Please, Sign In to add comment