Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <CARD_V2 ExportVersion="1">
- <FILENAME text="TIME_BOMB_CW_184677" />
- <CARDNAME text="TIME_BOMB" />
- <TITLE>
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Time Bomb]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Time Bomb]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Time Bomb]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Time Bomb]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Time Bomb]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Time Bomb]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Time Bomb]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Time Bomb]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Time Bomb]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Time Bomb]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Time Bomb]]></LOCALISED_TEXT>
- </TITLE>
- <MULTIVERSEID value="184677" />
- <ARTID value="TIME_BOMB" />
- <ARTIST name="Amy Weber" />
- <CASTING_COST cost="{4}" />
- <TYPE metaname="Artifact" />
- <EXPANSION value="ME2" />
- <RARITY metaname="R" />
- <TRIGGERED_ABILITY>
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[At the beginning of your upkeep, put a time counter on Time Bomb.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[At the beginning of your upkeep, put a time counter on Time Bomb.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[At the beginning of your upkeep, put a time counter on Time Bomb.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[At the beginning of your upkeep, put a time counter on Time Bomb.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[At the beginning of your upkeep, put a time counter on Time Bomb.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[At the beginning of your upkeep, put a time counter on Time Bomb.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[At the beginning of your upkeep, put a time counter on Time Bomb.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[At the beginning of your upkeep, put a time counter on Time Bomb.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[At the beginning of your upkeep, put a time counter on Time Bomb.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[At the beginning of your upkeep, put a time counter on Time Bomb.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[At the beginning of your upkeep, put a time counter on Time Bomb.]]></LOCALISED_TEXT>
- <TRIGGER value="BEGINNING_OF_PLAYERS_STEP" simple_qualifier="controller">
- return MTG():GetStep() == STEP_UPKEEP
- </TRIGGER>
- <COUNTER_REGISTRATION name="Time" proliferate="11" />
- <RESOLUTION_TIME_ACTION>
- local oSource = EffectSource()
- if oSource ~= nil then
- oSource:AddCounters(MTG():GetCountersType("Time"), 1)
- end
- </RESOLUTION_TIME_ACTION>
- </TRIGGERED_ABILITY>
- <ACTIVATED_ABILITY>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <COST mana_cost="{1}" type="Mana" />
- <COST type="TapSelf" />
- <COST type="SacrificeSelf" />
- <FILTER filter_id="0">
- local filter = ClearFilter()
- filter:SetFilterType(FILTER_TYPE_CARDS + FILTER_TYPE_PLAYERS)
- filter:Add(FE_TYPE, OP_IS, CARD_TYPE_CREATURE)
- </FILTER>
- <RESOLUTION_TIME_ACTION filter_id="0">
- local damage = EffectSource():CountCounters( MTG():GetCountersType("Time") )
- if damage > 0 then
- if FilteredPlayer() ~= nil then
- EffectSourceLKI():DealDamageTo( damage, FilteredPlayer() )
- elseif FilteredCard() ~= nil then
- EffectSourceLKI():DealDamageTo( damage, FilteredCard() )
- end
- end
- </RESOLUTION_TIME_ACTION>
- <AI_AVAILABILITY window_step="declare_blockers" type="window" />
- <AI_AVAILABILITY type="in_response" response_source="1" />
- <AI_AVAILABILITY type="in_response" response_source="1" />
- <AI_AVAILABILITY window_step="declare_blockers" type="window" />
- <AI_AVAILABILITY window_step="end_of_turn" window_turn="their_turn" type="window" />
- </ACTIVATED_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
Advertisement