Advertisement
splinterverse

Untitled

Oct 7th, 2016
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 8.70 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <CARD_V2 ExportVersion="1">
  3.     <FILENAME text="TEMPORAL_DISTORTION_CW_23212" />
  4.     <CARDNAME text="TEMPORAL_DISTORTION" />
  5.     <TITLE>
  6.         <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Temporal Distortion]]></LOCALISED_TEXT>
  7.         <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Décalage temporel]]></LOCALISED_TEXT>
  8.         <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Temporal Distortion]]></LOCALISED_TEXT>
  9.         <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Zeitverzerrung]]></LOCALISED_TEXT>
  10.         <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Temporal Distortion]]></LOCALISED_TEXT>
  11.         <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Temporal Distortion]]></LOCALISED_TEXT>
  12.         <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Temporal Distortion]]></LOCALISED_TEXT>
  13.         <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Temporal Distortion]]></LOCALISED_TEXT>
  14.         <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Temporal Distortion]]></LOCALISED_TEXT>
  15.         <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Temporal Distortion]]></LOCALISED_TEXT>
  16.         <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Temporal Distortion]]></LOCALISED_TEXT>
  17.     </TITLE>
  18.     <MULTIVERSEID value="23212" />
  19.     <ARTID value="TEMPORAL_DISTORTION" />
  20.     <ARTIST name="Stephanie Law" />
  21.     <CASTING_COST cost="{3}{U}{U}" />
  22.     <TYPE metaname="Enchantment" />
  23.     <EXPANSION value="IN" />
  24.     <RARITY metaname="R" />
  25.     <TRIGGERED_ABILITY>
  26.         <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Whenever a creature or land becomes tapped, put an hourglass counter on it.]]></LOCALISED_TEXT>
  27.         <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[À chaque fois qu’une créature ou un terrain devient engagé, mettez un marqueur « sablier » dessus.]]></LOCALISED_TEXT>
  28.         <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Whenever a creature or land becomes tapped, put an hourglass counter on it.]]></LOCALISED_TEXT>
  29.         <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Immer wenn eine Kreatur oder ein Land getappt wird, lege eine Stundenglas-Marke darauf.]]></LOCALISED_TEXT>
  30.         <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Whenever a creature or land becomes tapped, put an hourglass counter on it.]]></LOCALISED_TEXT>
  31.         <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Whenever a creature or land becomes tapped, put an hourglass counter on it.]]></LOCALISED_TEXT>
  32.         <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Whenever a creature or land becomes tapped, put an hourglass counter on it.]]></LOCALISED_TEXT>
  33.         <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Whenever a creature or land becomes tapped, put an hourglass counter on it.]]></LOCALISED_TEXT>
  34.         <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Whenever a creature or land becomes tapped, put an hourglass counter on it.]]></LOCALISED_TEXT>
  35.         <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Whenever a creature or land becomes tapped, put an hourglass counter on it.]]></LOCALISED_TEXT>
  36.         <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Whenever a creature or land becomes tapped, put an hourglass counter on it.]]></LOCALISED_TEXT>
  37.         <COUNTER_REGISTRATION name="Hourglass" proliferate="11" />
  38.         <TRIGGER value="BECAME_TAPPED">
  39.             return (TriggerObject():GetCardType():Test( CARD_TYPE_LAND ) or TriggerObject():GetCardType():Test( CARD_TYPE_CREATURE ))
  40.         </TRIGGER>
  41.         <RESOLUTION_TIME_ACTION>
  42.             TriggerObject():AddCounters( MTG():GetCountersType( "Hourglass" ), 1 )
  43.         </RESOLUTION_TIME_ACTION>
  44.     </TRIGGERED_ABILITY>
  45.     <STATIC_ABILITY>
  46.         <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Each permanent with an hourglass counter on it doesn’t untap during its controller’s untap step.]]></LOCALISED_TEXT>
  47.         <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Les permanents avec un marqueur « sablier » sur eux ne se dégagent pas pendant les étapes de dégagement de leurs contrôleurs]]></LOCALISED_TEXT>
  48.         <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Each permanent with an hourglass counter on it doesn’t untap during its controller’s untap step.]]></LOCALISED_TEXT>
  49.         <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Bleibende Karten mit Stundenglas-Marken enttappen nicht während des Entapp-Segments ihres Beherschers.]]></LOCALISED_TEXT>
  50.         <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Each permanent with an hourglass counter on it doesn’t untap during its controller’s untap step.]]></LOCALISED_TEXT>
  51.         <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Each permanent with an hourglass counter on it doesn’t untap during its controller’s untap step.]]></LOCALISED_TEXT>
  52.         <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Each permanent with an hourglass counter on it doesn’t untap during its controller’s untap step.]]></LOCALISED_TEXT>
  53.         <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Each permanent with an hourglass counter on it doesn’t untap during its controller’s untap step.]]></LOCALISED_TEXT>
  54.         <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Each permanent with an hourglass counter on it doesn’t untap during its controller’s untap step.]]></LOCALISED_TEXT>
  55.         <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Each permanent with an hourglass counter on it doesn’t untap during its controller’s untap step.]]></LOCALISED_TEXT>
  56.         <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Each permanent with an hourglass counter on it doesn’t untap during its controller’s untap step.]]></LOCALISED_TEXT>
  57.         <FILTER filter_id="0">
  58.             local filter = ClearFilter()
  59.             local subfilter = filter:AddSubFilter_Or()
  60.             subfilter:Add( FE_TYPE, OP_IS, CARD_TYPE_LAND )
  61.             subfilter:Add( FE_TYPE, OP_IS, CARD_TYPE_CREATURE )
  62.         </FILTER>
  63.         <CONTINUOUS_ACTION layer="8" filter_id="0">
  64.             if FilteredCard() ~= nil and FilteredCard():CountCounters(MTG():GetCountersType("Hourglass")) &gt; 0 then
  65.                 local characteristics = FilteredCard():GetCurrentCharacteristics()
  66.                 characteristics:Bool_Set( CHARACTERISTIC_DOESNT_UNTAP, 1 )
  67.             end
  68.         </CONTINUOUS_ACTION>
  69.     </STATIC_ABILITY>
  70.     <TRIGGERED_ABILITY>
  71.         <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[At the beginning of each player’s upkeep, remove all hourglass counters from permanents that player controls.]]></LOCALISED_TEXT>
  72.         <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Au début de l’entretien de chaque joueur, retirez tous les marqueurs « sablier » des permanents que ce joueur contrôle.]]></LOCALISED_TEXT>
  73.         <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[At the beginning of each player’s upkeep, remove all hourglass counters from permanents that player controls.]]></LOCALISED_TEXT>
  74.         <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Entferne zu Beginn jedes Versorgungs-Segments jedes Spielers alle Stundenglas-Marken von bleibenden Karten, die dieser Spieler kontrolliert.]]></LOCALISED_TEXT>
  75.         <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[At the beginning of each player’s upkeep, remove all hourglass counters from permanents that player controls.]]></LOCALISED_TEXT>
  76.         <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[At the beginning of each player’s upkeep, remove all hourglass counters from permanents that player controls.]]></LOCALISED_TEXT>
  77.         <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[At the beginning of each player’s upkeep, remove all hourglass counters from permanents that player controls.]]></LOCALISED_TEXT>
  78.         <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[At the beginning of each player’s upkeep, remove all hourglass counters from permanents that player controls.]]></LOCALISED_TEXT>
  79.         <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[At the beginning of each player’s upkeep, remove all hourglass counters from permanents that player controls.]]></LOCALISED_TEXT>
  80.         <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[At the beginning of each player’s upkeep, remove all hourglass counters from permanents that player controls.]]></LOCALISED_TEXT>
  81.         <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[At the beginning of each player’s upkeep, remove all hourglass counters from permanents that player controls.]]></LOCALISED_TEXT>
  82.         <TRIGGER value="BEGINNING_OF_STEP">
  83.             return MTG():GetStep() == STEP_UPKEEP
  84.         </TRIGGER>
  85.         <FILTER filter_id="0">
  86.             local filter = ClearFilter()
  87.             local subfilter = filter:AddSubFilter_Or()
  88.             subfilter:Add( FE_TYPE, OP_IS, CARD_TYPE_LAND )
  89.             subfilter:Add( FE_TYPE, OP_IS, CARD_TYPE_CREATURE )
  90.             filter:Add( FE_CONTROLLER, OP_IS, TriggerPlayer() )
  91.         </FILTER>
  92.         <RESOLUTION_TIME_ACTION filter_id="0">
  93.             if FilteredCard() ~= nil then
  94.                 if FilteredCard():CountCounters(MTG():GetCountersType("Hourglass")) &gt; 0 then
  95.                     local oCountersToRemove = FilteredCard():CountCounters(MTG():GetCountersType("Hourglass"))
  96.                     FilteredCard():RemoveCounters( MTG():GetCountersType("Hourglass"), oCountersToRemove)
  97.                 end
  98.             end
  99.         </RESOLUTION_TIME_ACTION>
  100.     </TRIGGERED_ABILITY>
  101.     <AUTHOR><![CDATA[Splinterverse]]></AUTHOR>
  102.     <EDITORS><![CDATA[Splinterverse]]></EDITORS>
  103.     <DATE><![CDATA[29-09-16]]></DATE>
  104. </CARD_V2>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement