Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <CARD_V2 ExportVersion="1">
- <FILENAME text="ROHGAHH_OF_KHER_KEEP_CW_201226" />
- <CARDNAME text="ROHGAHH_OF_KHER_KEEP" />
- <TITLE>
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Rohgahh of Kher Keep]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Rohgahh of Kher Keep]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Rohgahh of Kher Keep]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Rohgahh of Kher Keep]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Rohgahh of Kher Keep]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Rohgahh of Kher Keep]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Rohgahh of Kher Keep]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Rohgahh of Kher Keep]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Rohgahh of Kher Keep]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Rohgahh of Kher Keep]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Rohgahh of Kher Keep]]></LOCALISED_TEXT>
- </TITLE>
- <MULTIVERSEID value="201226" />
- <ARTID value="ROHGAHH_OF_KHER_KEEP" />
- <ARTIST name="Edward P. Beard, Jr." />
- <CASTING_COST cost="{2}{B}{B}{R}{R}" />
- <SUPERTYPE metaname="Legendary" />
- <TYPE metaname="Creature" />
- <SUB_TYPE metaname="Kobold" />
- <EXPANSION value="ME3" />
- <RARITY metaname="R" />
- <POWER value="5" />
- <TOUGHNESS value="5" />
- <TRIGGERED_ABILITY>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <TRIGGER value="BEGINNING_OF_PLAYERS_STEP" simple_qualifier="controller">
- return MTG():GetStep() == STEP_UPKEEP
- </TRIGGER>
- <RESOLUTION_TIME_ACTION>
- EffectDC():Set_Int(33, 0)
- if EffectController():CanPayManaCost("{R}{R}{R}") then
- EffectController():BeginNewMultipleChoice()
- EffectController():AddMultipleChoiceAnswer( "CW_CARD_QUERY_OPTION_PAY_{R}{R}{R}" )
- EffectController():AddMultipleChoiceAnswer( "CW_CARD_QUERY_OPTION_DO_NOTHING" )
- EffectController():AskMultipleChoiceQuestion( "CW_CARD_QUERY_ROHGAHH_OF_KHER_KEEP", EffectSource() )
- end
- </RESOLUTION_TIME_ACTION>
- <RESOLUTION_TIME_ACTION>
- if EffectController():CanPayManaCost("{R}{R}{R}") then
- local result = EffectController():GetMultipleChoiceResult()
- if result == 0 then
- EffectController():PayManaCost("{R}{R}{R}")
- EffectDC():Set_Int(33, 2)
- elseif result == 1 then
- EffectDC():Set_Int(33, 1)
- EffectSource():Tap()
- end
- end
- </RESOLUTION_TIME_ACTION>
- <RESOLUTION_TIME_ACTION>
- if EffectController() ~= nil and EffectDC():Get_Int(33) == 1 then
- local filter = ClearFilter()
- filter:SetFilterType( FILTER_TYPE_PLAYERS )
- EffectController():ChooseItem( "CW_CARD_QUERY_CHOOSE_OPPONENT", EffectDC():Make_Targets( 1 ) )
- end
- </RESOLUTION_TIME_ACTION>
- <FILTER filter_id="2">
- local filter = ClearFilter()
- filter:Add( FE_CONTROLLER, OP_IS, EffectController() )
- filter:Add( FE_CARD_NAME, OP_IS, "KOBOLDS_OF_KHER_KEEP" )
- </FILTER>
- <RESOLUTION_TIME_ACTION filter_id="2">
- local player = EffectDC():Get_Targets(1) and EffectDC():Get_Targets(1):Get_PlayerPtr(0)
- if FilteredCard() ~= nil and EffectDC():Get_Int(33) == 1 then
- FilteredCard():Tap()
- FilteredCard():SetBaseController( player )
- end
- if EffectSource() ~= nil and EffectDC():Get_Int(33) == 1 then
- EffectSource():SetBaseController( player )
- end
- </RESOLUTION_TIME_ACTION>
- </TRIGGERED_ABILITY>
- <STATIC_ABILITY>
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Creatures you control named Kobolds of Kher Keep get +2/+2.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Creatures you control named Kobolds of Kher Keep get +2/+2.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Creatures you control named Kobolds of Kher Keep get +2/+2.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Creatures you control named Kobolds of Kher Keep get +2/+2.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Creatures you control named Kobolds of Kher Keep get +2/+2.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Creatures you control named Kobolds of Kher Keep get +2/+2.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Creatures you control named Kobolds of Kher Keep get +2/+2.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Creatures you control named Kobolds of Kher Keep get +2/+2.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Creatures you control named Kobolds of Kher Keep get +2/+2.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Creatures you control named Kobolds of Kher Keep get +2/+2.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Creatures you control named Kobolds of Kher Keep get +2/+2.]]></LOCALISED_TEXT>
- <RESOLUTION_TIME_ACTION filter_id="3">
- local filter = ClearFilter()
- filter:Add( FE_CONTROLLER, OP_IS, EffectController() )
- filter:Add( FE_CARD_NAME, OP_IS, "KOBOLDS_OF_KHER_KEEP" )
- </RESOLUTION_TIME_ACTION>
- <CONTINUOUS_ACTION layer="7C" filter_id="3">
- if FilteredCard() ~= nil then
- local characteristics = FilteredCard():GetCurrentCharacteristics()
- characteristics:Power_Add( 2 )
- characteristics:Toughness_Add( 2 )
- end
- </CONTINUOUS_ACTION>
- </STATIC_ABILITY>
- <SFX text="COMBAT_BLUNT_LARGE_ATTACK" power_boundary_min="4" power_boundary_max="-1" />
- <SFX text="COMBAT_BLUNT_SMALL_ATTACK" power_boundary_min="1" power_boundary_max="3" />
- <AUTHOR><![CDATA[Splinterverse]]></AUTHOR>
- <EDITORS><![CDATA[Splinterverse]]></EDITORS>
- <DATE><![CDATA[28-09-16]]></DATE>
- </CARD_V2>
Advertisement
Add Comment
Please, Sign In to add comment