Guest User

Untitled

a guest
Oct 21st, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 8.35 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <CARD_V2 ExportVersion="1">
  3.     <FILENAME text="ROHGAHH_OF_KHER_KEEP_CW_201226" />
  4.     <CARDNAME text="ROHGAHH_OF_KHER_KEEP" />
  5.     <TITLE>
  6.         <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Rohgahh of Kher Keep]]></LOCALISED_TEXT>
  7.         <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Rohgahh of Kher Keep]]></LOCALISED_TEXT>
  8.         <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Rohgahh of Kher Keep]]></LOCALISED_TEXT>
  9.         <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Rohgahh of Kher Keep]]></LOCALISED_TEXT>
  10.         <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Rohgahh of Kher Keep]]></LOCALISED_TEXT>
  11.         <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Rohgahh of Kher Keep]]></LOCALISED_TEXT>
  12.         <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Rohgahh of Kher Keep]]></LOCALISED_TEXT>
  13.         <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Rohgahh of Kher Keep]]></LOCALISED_TEXT>
  14.         <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Rohgahh of Kher Keep]]></LOCALISED_TEXT>
  15.         <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Rohgahh of Kher Keep]]></LOCALISED_TEXT>
  16.         <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Rohgahh of Kher Keep]]></LOCALISED_TEXT>
  17.     </TITLE>
  18.     <MULTIVERSEID value="201226" />
  19.     <ARTID value="ROHGAHH_OF_KHER_KEEP" />
  20.     <ARTIST name="Edward P. Beard, Jr." />
  21.     <CASTING_COST cost="{2}{B}{B}{R}{R}" />
  22.     <SUPERTYPE metaname="Legendary" />
  23.     <TYPE metaname="Creature" />
  24.     <SUB_TYPE metaname="Kobold" />
  25.     <EXPANSION value="ME3" />
  26.     <RARITY metaname="R" />
  27.     <POWER value="5" />
  28.     <TOUGHNESS value="5" />
  29.     <TRIGGERED_ABILITY>
  30.         <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[At the beginning of your upkeep, you may pay {R}{R}{R}. If you don’t, tap Rohgahh of Kher Keep and all creatures named Kobolds of Kher Keep, then an opponent gains control of them.]]></LOCALISED_TEXT>
  31.         <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[At the beginning of your upkeep, you may pay {R}{R}{R}. If you don’t, tap Rohgahh of Kher Keep and all creatures named Kobolds of Kher Keep, then an opponent gains control of them.]]></LOCALISED_TEXT>
  32.         <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[At the beginning of your upkeep, you may pay {R}{R}{R}. If you don’t, tap Rohgahh of Kher Keep and all creatures named Kobolds of Kher Keep, then an opponent gains control of them.]]></LOCALISED_TEXT>
  33.         <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[At the beginning of your upkeep, you may pay {R}{R}{R}. If you don’t, tap Rohgahh of Kher Keep and all creatures named Kobolds of Kher Keep, then an opponent gains control of them.]]></LOCALISED_TEXT>
  34.         <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[At the beginning of your upkeep, you may pay {R}{R}{R}. If you don’t, tap Rohgahh of Kher Keep and all creatures named Kobolds of Kher Keep, then an opponent gains control of them.]]></LOCALISED_TEXT>
  35.         <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[At the beginning of your upkeep, you may pay {R}{R}{R}. If you don’t, tap Rohgahh of Kher Keep and all creatures named Kobolds of Kher Keep, then an opponent gains control of them.]]></LOCALISED_TEXT>
  36.         <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[At the beginning of your upkeep, you may pay {R}{R}{R}. If you don’t, tap Rohgahh of Kher Keep and all creatures named Kobolds of Kher Keep, then an opponent gains control of them.]]></LOCALISED_TEXT>
  37.         <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[At the beginning of your upkeep, you may pay {R}{R}{R}. If you don’t, tap Rohgahh of Kher Keep and all creatures named Kobolds of Kher Keep, then an opponent gains control of them.]]></LOCALISED_TEXT>
  38.         <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[At the beginning of your upkeep, you may pay {R}{R}{R}. If you don’t, tap Rohgahh of Kher Keep and all creatures named Kobolds of Kher Keep, then an opponent gains control of them.]]></LOCALISED_TEXT>
  39.         <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[At the beginning of your upkeep, you may pay {R}{R}{R}. If you don’t, tap Rohgahh of Kher Keep and all creatures named Kobolds of Kher Keep, then an opponent gains control of them.]]></LOCALISED_TEXT>
  40.         <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[At the beginning of your upkeep, you may pay {R}{R}{R}. If you don’t, tap Rohgahh of Kher Keep and all creatures named Kobolds of Kher Keep, then an opponent gains control of them.]]></LOCALISED_TEXT>
  41.         <TRIGGER value="BEGINNING_OF_PLAYERS_STEP" simple_qualifier="controller">
  42.             return MTG():GetStep() == STEP_UPKEEP
  43.         </TRIGGER>
  44.         <RESOLUTION_TIME_ACTION>
  45.             EffectDC():Set_Int(33, 0)
  46.             if EffectController():CanPayManaCost("{R}{R}{R}") then
  47.                 EffectController():BeginNewMultipleChoice()
  48.                     EffectController():AddMultipleChoiceAnswer( "CW_CARD_QUERY_OPTION_PAY_{R}{R}{R}" )
  49.                     EffectController():AddMultipleChoiceAnswer( "CW_CARD_QUERY_OPTION_DO_NOTHING" )
  50.                 EffectController():AskMultipleChoiceQuestion( "CW_CARD_QUERY_ROHGAHH_OF_KHER_KEEP", EffectSource() )
  51.             end
  52.         </RESOLUTION_TIME_ACTION>
  53.         <RESOLUTION_TIME_ACTION>
  54.             if EffectController():CanPayManaCost("{R}{R}{R}") then
  55.                 local result = EffectController():GetMultipleChoiceResult()
  56.                 if result == 0 then
  57.                     EffectController():PayManaCost("{R}{R}{R}")
  58.                     EffectDC():Set_Int(33, 2)
  59.                 elseif result == 1 then
  60.                     EffectDC():Set_Int(33, 1)
  61.                     EffectSource():Tap()
  62.                 end
  63.             end
  64.         </RESOLUTION_TIME_ACTION>
  65.         <RESOLUTION_TIME_ACTION>
  66.             if EffectController() ~= nil and EffectDC():Get_Int(33) == 1 then
  67.                 local filter = ClearFilter()
  68.                 filter:SetFilterType( FILTER_TYPE_PLAYERS )
  69.                 EffectController():ChooseItem( "CW_CARD_QUERY_CHOOSE_OPPONENT", EffectDC():Make_Targets( 1 ) )
  70.             end
  71.         </RESOLUTION_TIME_ACTION>
  72.         <FILTER filter_id="2">
  73.             local filter = ClearFilter()
  74.             filter:Add( FE_CONTROLLER, OP_IS, EffectController() )
  75.             filter:Add( FE_CARD_NAME, OP_IS, "KOBOLDS_OF_KHER_KEEP" )
  76.         </FILTER>
  77.         <RESOLUTION_TIME_ACTION filter_id="2">
  78.             local player = EffectDC():Get_Targets(1) and EffectDC():Get_Targets(1):Get_PlayerPtr(0)
  79.             if FilteredCard() ~= nil and EffectDC():Get_Int(33) == 1 then
  80.                 FilteredCard():Tap()
  81.                 FilteredCard():SetBaseController( player )
  82.             end
  83.             if EffectSource() ~= nil and EffectDC():Get_Int(33) == 1 then
  84.                 EffectSource():SetBaseController( player )
  85.             end
  86.         </RESOLUTION_TIME_ACTION>
  87.     </TRIGGERED_ABILITY>
  88.     <STATIC_ABILITY>
  89.         <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Creatures you control named Kobolds of Kher Keep get +2/+2.]]></LOCALISED_TEXT>
  90.         <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Creatures you control named Kobolds of Kher Keep get +2/+2.]]></LOCALISED_TEXT>
  91.         <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Creatures you control named Kobolds of Kher Keep get +2/+2.]]></LOCALISED_TEXT>
  92.         <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Creatures you control named Kobolds of Kher Keep get +2/+2.]]></LOCALISED_TEXT>
  93.         <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Creatures you control named Kobolds of Kher Keep get +2/+2.]]></LOCALISED_TEXT>
  94.         <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Creatures you control named Kobolds of Kher Keep get +2/+2.]]></LOCALISED_TEXT>
  95.         <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Creatures you control named Kobolds of Kher Keep get +2/+2.]]></LOCALISED_TEXT>
  96.         <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Creatures you control named Kobolds of Kher Keep get +2/+2.]]></LOCALISED_TEXT>
  97.         <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Creatures you control named Kobolds of Kher Keep get +2/+2.]]></LOCALISED_TEXT>
  98.         <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Creatures you control named Kobolds of Kher Keep get +2/+2.]]></LOCALISED_TEXT>
  99.         <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Creatures you control named Kobolds of Kher Keep get +2/+2.]]></LOCALISED_TEXT>
  100.         <RESOLUTION_TIME_ACTION filter_id="3">
  101.             local filter = ClearFilter()
  102.             filter:Add( FE_CONTROLLER, OP_IS, EffectController() )
  103.             filter:Add( FE_CARD_NAME, OP_IS, "KOBOLDS_OF_KHER_KEEP" )
  104.         </RESOLUTION_TIME_ACTION>
  105.         <CONTINUOUS_ACTION layer="7C" filter_id="3">
  106.             if FilteredCard() ~= nil then
  107.                 local characteristics = FilteredCard():GetCurrentCharacteristics()
  108.                 characteristics:Power_Add( 2 )
  109.                 characteristics:Toughness_Add( 2 )
  110.             end
  111.         </CONTINUOUS_ACTION>
  112.     </STATIC_ABILITY>
  113.     <SFX text="COMBAT_BLUNT_LARGE_ATTACK" power_boundary_min="4" power_boundary_max="-1" />
  114.     <SFX text="COMBAT_BLUNT_SMALL_ATTACK" power_boundary_min="1" power_boundary_max="3" />
  115.     <AUTHOR><![CDATA[Splinterverse]]></AUTHOR>
  116.     <EDITORS><![CDATA[Splinterverse]]></EDITORS>
  117.     <DATE><![CDATA[28-09-16]]></DATE>
  118. </CARD_V2>
Advertisement
Add Comment
Please, Sign In to add comment