Advertisement
Guest User

Untitled

a guest
Nov 18th, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 8.20 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <CARD_V2 ExportVersion="1">
  3.     <FILENAME text="DIVINE_INTERVENTION_CW_201237" />
  4.     <CARDNAME text="DIVINE_INTERVENTION" />
  5.     <TITLE>
  6.         <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Divine Intervention]]></LOCALISED_TEXT>
  7.         <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Divine Intervention]]></LOCALISED_TEXT>
  8.         <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Divine Intervention]]></LOCALISED_TEXT>
  9.         <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Divine Intervention]]></LOCALISED_TEXT>
  10.         <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Divine Intervention]]></LOCALISED_TEXT>
  11.         <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Divine Intervention]]></LOCALISED_TEXT>
  12.         <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Divine Intervention]]></LOCALISED_TEXT>
  13.         <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Divine Intervention]]></LOCALISED_TEXT>
  14.         <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Divine Intervention]]></LOCALISED_TEXT>
  15.         <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Divine Intervention]]></LOCALISED_TEXT>
  16.         <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Divine Intervention]]></LOCALISED_TEXT>
  17.     </TITLE>
  18.     <MULTIVERSEID value="201237" />
  19.     <ARTID value="DIVINE_INTERVENTION" />
  20.     <ARTIST name="Anthony S. Waters" />
  21.     <CASTING_COST cost="{6}{W}{W}" />
  22.     <TYPE metaname="Enchantment" />
  23.     <EXPANSION value="ME3" />
  24.     <RARITY metaname="R" />
  25.     <TRIGGERED_ABILITY replacement_effect="1" active_zone="ZONE_TRANSITION">
  26.         <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Divine Intervention enters the battlefield with two intervention counters on it.]]></LOCALISED_TEXT>
  27.         <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Divine Intervention enters the battlefield with two intervention counters on it.]]></LOCALISED_TEXT>
  28.         <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Divine Intervention enters the battlefield with two intervention counters on it.]]></LOCALISED_TEXT>
  29.         <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Divine Intervention enters the battlefield with two intervention counters on it.]]></LOCALISED_TEXT>
  30.         <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Divine Intervention enters the battlefield with two intervention counters on it.]]></LOCALISED_TEXT>
  31.         <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Divine Intervention enters the battlefield with two intervention counters on it.]]></LOCALISED_TEXT>
  32.         <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Divine Intervention enters the battlefield with two intervention counters on it.]]></LOCALISED_TEXT>
  33.         <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Divine Intervention enters the battlefield with two intervention counters on it.]]></LOCALISED_TEXT>
  34.         <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Divine Intervention enters the battlefield with two intervention counters on it.]]></LOCALISED_TEXT>
  35.         <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Divine Intervention enters the battlefield with two intervention counters on it.]]></LOCALISED_TEXT>
  36.         <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Divine Intervention enters the battlefield with two intervention counters on it.]]></LOCALISED_TEXT>
  37.         <TRIGGER value="ZONECHANGE_TRANSITION" simple_qualifier="self" to_zone="ZONE_BATTLEFIELD" from_zone="ZONE_ANY" />
  38.         <COUNTER_REGISTRATION name="Intervention" proliferate="0" />
  39.         <RESOLUTION_TIME_ACTION>
  40.             local oSource = EffectSource()
  41.             if oSource ~= nil then
  42.                 oSource:AddCounters( MTG():GetCountersType("Intervention"), 2)
  43.             end
  44.         </RESOLUTION_TIME_ACTION>
  45.     </TRIGGERED_ABILITY>
  46.     <TRIGGERED_ABILITY>
  47.         <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[At the beginning of your upkeep, remove an intervention counter from Divine Intervention.]]></LOCALISED_TEXT>
  48.         <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[At the beginning of your upkeep, remove an intervention counter from Divine Intervention.]]></LOCALISED_TEXT>
  49.         <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[At the beginning of your upkeep, remove an intervention counter from Divine Intervention.]]></LOCALISED_TEXT>
  50.         <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[At the beginning of your upkeep, remove an intervention counter from Divine Intervention.]]></LOCALISED_TEXT>
  51.         <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[At the beginning of your upkeep, remove an intervention counter from Divine Intervention.]]></LOCALISED_TEXT>
  52.         <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[At the beginning of your upkeep, remove an intervention counter from Divine Intervention.]]></LOCALISED_TEXT>
  53.         <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[At the beginning of your upkeep, remove an intervention counter from Divine Intervention.]]></LOCALISED_TEXT>
  54.         <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[At the beginning of your upkeep, remove an intervention counter from Divine Intervention.]]></LOCALISED_TEXT>
  55.         <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[At the beginning of your upkeep, remove an intervention counter from Divine Intervention.]]></LOCALISED_TEXT>
  56.         <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[At the beginning of your upkeep, remove an intervention counter from Divine Intervention.]]></LOCALISED_TEXT>
  57.         <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[At the beginning of your upkeep, remove an intervention counter from Divine Intervention.]]></LOCALISED_TEXT>
  58.         <TRIGGER value="BEGINNING_OF_PLAYERS_STEP" simple_qualifier="controller">
  59.             return MTG():GetStep() == STEP_UPKEEP
  60.         </TRIGGER>
  61.         <COUNTER_REGISTRATION name="Intervention" proliferate="0" />
  62.         <RESOLUTION_TIME_ACTION>
  63.             if EffectSource() ~= nil then
  64.                 local counters = EffectSourceLKI():CountCounters( MTG():GetCountersType("Intervention") )
  65.                 if counters ~= nil then
  66.                     if counters &gt; 0 then
  67.                         EffectSourceLKI():RemoveCounters( MTG():GetCountersType("Intervention"), 1)
  68.                     end
  69.                 end
  70.             end
  71.         </RESOLUTION_TIME_ACTION>
  72.     </TRIGGERED_ABILITY>
  73.     <TRIGGERED_ABILITY>
  74.         <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[When you remove the last intervention counter from Divine Intervention, the game is a draw.]]></LOCALISED_TEXT>
  75.         <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[When you remove the last intervention counter from Divine Intervention, the game is a draw.]]></LOCALISED_TEXT>
  76.         <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[When you remove the last intervention counter from Divine Intervention, the game is a draw.]]></LOCALISED_TEXT>
  77.         <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[When you remove the last intervention counter from Divine Intervention, the game is a draw.]]></LOCALISED_TEXT>
  78.         <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[When you remove the last intervention counter from Divine Intervention, the game is a draw.]]></LOCALISED_TEXT>
  79.         <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[When you remove the last intervention counter from Divine Intervention, the game is a draw.]]></LOCALISED_TEXT>
  80.         <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[When you remove the last intervention counter from Divine Intervention, the game is a draw.]]></LOCALISED_TEXT>
  81.         <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[When you remove the last intervention counter from Divine Intervention, the game is a draw.]]></LOCALISED_TEXT>
  82.         <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[When you remove the last intervention counter from Divine Intervention, the game is a draw.]]></LOCALISED_TEXT>
  83.         <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[When you remove the last intervention counter from Divine Intervention, the game is a draw.]]></LOCALISED_TEXT>
  84.         <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[When you remove the last intervention counter from Divine Intervention, the game is a draw.]]></LOCALISED_TEXT>
  85.         <TRIGGER value="COUNTERS_CHANGED" simple_qualifier="self" />
  86.         <COUNTER_REGISTRATION name="Intervention" proliferate="0" />
  87.         <RESOLUTION_TIME_ACTION>
  88.             if EffectSource() ~= nil then
  89.                 local counters = EffectSourceLKI():CountCounters( MTG():GetCountersType("Intervention") )
  90.                 if counters == nil or counters == 0 then
  91.                     local num_players = MTG():GetNumberOfPlayers()
  92.                     for i = 0, (num_players-1) do
  93.                         local player = MTG():GetNthPlayer(i)
  94.                         if player ~= nil then
  95.                             player:LoseGame()
  96.                         end
  97.                     end
  98.                 end
  99.             end
  100.         </RESOLUTION_TIME_ACTION>
  101.     </TRIGGERED_ABILITY>
  102.     <AUTHOR><![CDATA[Splinterverse]]></AUTHOR>
  103.     <EDITORS><![CDATA[Splinterverse]]></EDITORS>
  104.     <DATE><![CDATA[18-11-16]]></DATE>
  105. </CARD_V2>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement