Advertisement
splinterverse

Untitled

Oct 7th, 2016
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 6.40 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <CARD_V2 ExportVersion="1">
  3.     <FILENAME text="TIME_BOMB_CW_184677" />
  4.     <CARDNAME text="TIME_BOMB" />
  5.     <TITLE>
  6.         <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Time Bomb]]></LOCALISED_TEXT>
  7.         <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Time Bomb]]></LOCALISED_TEXT>
  8.         <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Time Bomb]]></LOCALISED_TEXT>
  9.         <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Time Bomb]]></LOCALISED_TEXT>
  10.         <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Time Bomb]]></LOCALISED_TEXT>
  11.         <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Time Bomb]]></LOCALISED_TEXT>
  12.         <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Time Bomb]]></LOCALISED_TEXT>
  13.         <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Time Bomb]]></LOCALISED_TEXT>
  14.         <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Time Bomb]]></LOCALISED_TEXT>
  15.         <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Time Bomb]]></LOCALISED_TEXT>
  16.         <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Time Bomb]]></LOCALISED_TEXT>
  17.     </TITLE>
  18.     <MULTIVERSEID value="184677" />
  19.     <ARTID value="TIME_BOMB" />
  20.     <ARTIST name="Amy Weber" />
  21.     <CASTING_COST cost="{4}" />
  22.     <TYPE metaname="Artifact" />
  23.     <EXPANSION value="ME2" />
  24.     <RARITY metaname="R" />
  25.     <TRIGGERED_ABILITY>
  26.         <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[At the beginning of your upkeep, put a time counter on Time Bomb.]]></LOCALISED_TEXT>
  27.         <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[At the beginning of your upkeep, put a time counter on Time Bomb.]]></LOCALISED_TEXT>
  28.         <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[At the beginning of your upkeep, put a time counter on Time Bomb.]]></LOCALISED_TEXT>
  29.         <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[At the beginning of your upkeep, put a time counter on Time Bomb.]]></LOCALISED_TEXT>
  30.         <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[At the beginning of your upkeep, put a time counter on Time Bomb.]]></LOCALISED_TEXT>
  31.         <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[At the beginning of your upkeep, put a time counter on Time Bomb.]]></LOCALISED_TEXT>
  32.         <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[At the beginning of your upkeep, put a time counter on Time Bomb.]]></LOCALISED_TEXT>
  33.         <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[At the beginning of your upkeep, put a time counter on Time Bomb.]]></LOCALISED_TEXT>
  34.         <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[At the beginning of your upkeep, put a time counter on Time Bomb.]]></LOCALISED_TEXT>
  35.         <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[At the beginning of your upkeep, put a time counter on Time Bomb.]]></LOCALISED_TEXT>
  36.         <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[At the beginning of your upkeep, put a time counter on Time Bomb.]]></LOCALISED_TEXT>
  37.         <TRIGGER value="BEGINNING_OF_PLAYERS_STEP" simple_qualifier="controller">
  38.             return MTG():GetStep() == STEP_UPKEEP
  39.         </TRIGGER>
  40.         <COUNTER_REGISTRATION name="Time" proliferate="11" />
  41.         <RESOLUTION_TIME_ACTION>
  42.             local oSource = EffectSource()
  43.             if oSource ~= nil then
  44.                 oSource:AddCounters(MTG():GetCountersType("Time"), 1)
  45.             end
  46.         </RESOLUTION_TIME_ACTION>
  47.     </TRIGGERED_ABILITY>
  48.     <ACTIVATED_ABILITY>
  49.         <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[{1}, {T}, Sacrifice Time Bomb: Time Bomb deals damage equal to the number of time counters on it to each creature and each player.]]></LOCALISED_TEXT>
  50.         <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[{1}, {T}, Sacrifice Time Bomb: Time Bomb deals damage equal to the number of time counters on it to each creature and each player.]]></LOCALISED_TEXT>
  51.         <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[{1}, {T}, Sacrifice Time Bomb: Time Bomb deals damage equal to the number of time counters on it to each creature and each player.]]></LOCALISED_TEXT>
  52.         <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[{1}, {T}, Sacrifice Time Bomb: Time Bomb deals damage equal to the number of time counters on it to each creature and each player.]]></LOCALISED_TEXT>
  53.         <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[{1}, {T}, Sacrifice Time Bomb: Time Bomb deals damage equal to the number of time counters on it to each creature and each player.]]></LOCALISED_TEXT>
  54.         <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[{1}, {T}, Sacrifice Time Bomb: Time Bomb deals damage equal to the number of time counters on it to each creature and each player.]]></LOCALISED_TEXT>
  55.         <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[{1}, {T}, Sacrifice Time Bomb: Time Bomb deals damage equal to the number of time counters on it to each creature and each player.]]></LOCALISED_TEXT>
  56.         <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[{1}, {T}, Sacrifice Time Bomb: Time Bomb deals damage equal to the number of time counters on it to each creature and each player.]]></LOCALISED_TEXT>
  57.         <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[{1}, {T}, Sacrifice Time Bomb: Time Bomb deals damage equal to the number of time counters on it to each creature and each player.]]></LOCALISED_TEXT>
  58.         <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[{1}, {T}, Sacrifice Time Bomb: Time Bomb deals damage equal to the number of time counters on it to each creature and each player.]]></LOCALISED_TEXT>
  59.         <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[{1}, {T}, Sacrifice Time Bomb: Time Bomb deals damage equal to the number of time counters on it to each creature and each player.]]></LOCALISED_TEXT>
  60.         <COST mana_cost="{1}" type="Mana" />
  61.         <COST type="TapSelf" />
  62.         <COST type="SacrificeSelf" />
  63.         <FILTER filter_id="0">
  64.             local filter = ClearFilter()
  65.             filter:SetFilterType(FILTER_TYPE_CARDS + FILTER_TYPE_PLAYERS)
  66.             filter:Add(FE_TYPE, OP_IS, CARD_TYPE_CREATURE)
  67.         </FILTER>
  68.         <RESOLUTION_TIME_ACTION filter_id="0">
  69.             local damage = EffectSource():CountCounters( MTG():GetCountersType("Time") )
  70.             if damage &gt; 0 then
  71.                 if FilteredPlayer() ~= nil then
  72.                     EffectSourceLKI():DealDamageTo( damage, FilteredPlayer() )
  73.                 elseif FilteredCard() ~= nil then
  74.                     EffectSourceLKI():DealDamageTo( damage, FilteredCard() )
  75.                 end
  76.             end
  77.         </RESOLUTION_TIME_ACTION>
  78.         <AI_AVAILABILITY window_step="declare_blockers" type="window" />
  79.         <AI_AVAILABILITY type="in_response" response_source="1" />
  80.         <AI_AVAILABILITY type="in_response" response_source="1" />
  81.         <AI_AVAILABILITY window_step="declare_blockers" type="window" />
  82.         <AI_AVAILABILITY window_step="end_of_turn" window_turn="their_turn" type="window" />
  83.     </ACTIVATED_ABILITY>
  84.     <AUTHOR><![CDATA[Splinterverse]]></AUTHOR>
  85.     <EDITORS><![CDATA[Splinterverse]]></EDITORS>
  86.     <DATE><![CDATA[29-09-16]]></DATE>
  87. </CARD_V2>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement