Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <CARD_V2 ExportVersion="1">
- <FILENAME text="DIVINE_INTERVENTION_CW_201237" />
- <CARDNAME text="DIVINE_INTERVENTION" />
- <TITLE>
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Divine Intervention]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Divine Intervention]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Divine Intervention]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Divine Intervention]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Divine Intervention]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Divine Intervention]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Divine Intervention]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Divine Intervention]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Divine Intervention]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Divine Intervention]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Divine Intervention]]></LOCALISED_TEXT>
- </TITLE>
- <MULTIVERSEID value="201237" />
- <ARTID value="DIVINE_INTERVENTION" />
- <ARTIST name="Anthony S. Waters" />
- <CASTING_COST cost="{6}{W}{W}" />
- <TYPE metaname="Enchantment" />
- <EXPANSION value="ME3" />
- <RARITY metaname="R" />
- <TRIGGERED_ABILITY replacement_effect="1" active_zone="ZONE_TRANSITION">
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Divine Intervention enters the battlefield with two intervention counters on it.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Divine Intervention enters the battlefield with two intervention counters on it.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Divine Intervention enters the battlefield with two intervention counters on it.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Divine Intervention enters the battlefield with two intervention counters on it.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Divine Intervention enters the battlefield with two intervention counters on it.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Divine Intervention enters the battlefield with two intervention counters on it.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Divine Intervention enters the battlefield with two intervention counters on it.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Divine Intervention enters the battlefield with two intervention counters on it.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Divine Intervention enters the battlefield with two intervention counters on it.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Divine Intervention enters the battlefield with two intervention counters on it.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Divine Intervention enters the battlefield with two intervention counters on it.]]></LOCALISED_TEXT>
- <TRIGGER value="ZONECHANGE_TRANSITION" simple_qualifier="self" to_zone="ZONE_BATTLEFIELD" from_zone="ZONE_ANY" />
- <COUNTER_REGISTRATION name="Intervention" proliferate="0" />
- <RESOLUTION_TIME_ACTION>
- local oSource = EffectSource()
- if oSource ~= nil then
- oSource:AddCounters( MTG():GetCountersType("Intervention"), 2)
- end
- </RESOLUTION_TIME_ACTION>
- </TRIGGERED_ABILITY>
- <TRIGGERED_ABILITY>
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[At the beginning of your upkeep, remove an intervention counter from Divine Intervention.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[At the beginning of your upkeep, remove an intervention counter from Divine Intervention.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[At the beginning of your upkeep, remove an intervention counter from Divine Intervention.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[At the beginning of your upkeep, remove an intervention counter from Divine Intervention.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[At the beginning of your upkeep, remove an intervention counter from Divine Intervention.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[At the beginning of your upkeep, remove an intervention counter from Divine Intervention.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[At the beginning of your upkeep, remove an intervention counter from Divine Intervention.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[At the beginning of your upkeep, remove an intervention counter from Divine Intervention.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[At the beginning of your upkeep, remove an intervention counter from Divine Intervention.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[At the beginning of your upkeep, remove an intervention counter from Divine Intervention.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[At the beginning of your upkeep, remove an intervention counter from Divine Intervention.]]></LOCALISED_TEXT>
- <TRIGGER value="BEGINNING_OF_PLAYERS_STEP" simple_qualifier="controller">
- return MTG():GetStep() == STEP_UPKEEP
- </TRIGGER>
- <COUNTER_REGISTRATION name="Intervention" proliferate="0" />
- <RESOLUTION_TIME_ACTION>
- if EffectSource() ~= nil then
- local counters = EffectSourceLKI():CountCounters( MTG():GetCountersType("Intervention") )
- if counters ~= nil then
- if counters > 0 then
- EffectSourceLKI():RemoveCounters( MTG():GetCountersType("Intervention"), 1)
- end
- end
- end
- </RESOLUTION_TIME_ACTION>
- </TRIGGERED_ABILITY>
- <TRIGGERED_ABILITY>
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[When you remove the last intervention counter from Divine Intervention, the game is a draw.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[When you remove the last intervention counter from Divine Intervention, the game is a draw.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[When you remove the last intervention counter from Divine Intervention, the game is a draw.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[When you remove the last intervention counter from Divine Intervention, the game is a draw.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[When you remove the last intervention counter from Divine Intervention, the game is a draw.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[When you remove the last intervention counter from Divine Intervention, the game is a draw.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[When you remove the last intervention counter from Divine Intervention, the game is a draw.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[When you remove the last intervention counter from Divine Intervention, the game is a draw.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[When you remove the last intervention counter from Divine Intervention, the game is a draw.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[When you remove the last intervention counter from Divine Intervention, the game is a draw.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[When you remove the last intervention counter from Divine Intervention, the game is a draw.]]></LOCALISED_TEXT>
- <TRIGGER value="COUNTERS_CHANGED" simple_qualifier="self" />
- <COUNTER_REGISTRATION name="Intervention" proliferate="0" />
- <RESOLUTION_TIME_ACTION>
- if EffectSource() ~= nil then
- local counters = EffectSourceLKI():CountCounters( MTG():GetCountersType("Intervention") )
- if counters == nil or counters == 0 then
- local num_players = MTG():GetNumberOfPlayers()
- for i = 0, (num_players-1) do
- local player = MTG():GetNthPlayer(i)
- if player ~= nil then
- player:LoseGame()
- end
- end
- end
- end
- </RESOLUTION_TIME_ACTION>
- </TRIGGERED_ABILITY>
- <AUTHOR><![CDATA[Splinterverse]]></AUTHOR>
- <EDITORS><![CDATA[Splinterverse]]></EDITORS>
- <DATE><![CDATA[18-11-16]]></DATE>
- </CARD_V2>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement