Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <CARD_V2 ExportVersion="1">
- <FILENAME text="COFFIN_QUEEN_CW_397562" />
- <CARDNAME text="COFFIN_QUEEN" />
- <TITLE>
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Coffin Queen]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Coffin Queen]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Coffin Queen]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Coffin Queen]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Coffin Queen]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Coffin Queen]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Coffin Queen]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Coffin Queen]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Coffin Queen]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Coffin Queen]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Coffin Queen]]></LOCALISED_TEXT>
- </TITLE>
- <MULTIVERSEID value="397562" />
- <ARTID value="COFFIN_QUEEN" />
- <ARTIST name="Kaja Foglio" />
- <CASTING_COST cost="{2}{B}" />
- <TYPE metaname="Creature" />
- <SUB_TYPE metaname="Zombie" />
- <SUB_TYPE metaname="Wizard" />
- <EXPANSION value="TPR" />
- <RARITY metaname="R" />
- <POWER value="1" />
- <TOUGHNESS value="1" />
- <TRIGGERED_ABILITY replacement_query="1" linked_ability_group="1">
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[You may choose not to untap Coffin Queen during your untap step.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[You may choose not to untap Coffin Queen during your untap step.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[You may choose not to untap Coffin Queen during your untap step.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[You may choose not to untap Coffin Queen during your untap step.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[You may choose not to untap Coffin Queen during your untap step.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[You may choose not to untap Coffin Queen during your untap step.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[You may choose not to untap Coffin Queen during your untap step.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[You may choose not to untap Coffin Queen during your untap step.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[You may choose not to untap Coffin Queen during your untap step.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[You may choose not to untap Coffin Queen during your untap step.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[You may choose not to untap Coffin Queen during your untap step.]]></LOCALISED_TEXT>
- <TRIGGER value="BECAME_UNTAPPED" simple_qualifier="self" pre_trigger="1">
- if ( EffectController():MyTurn() ) and ( MTG():GetStep() == STEP_UNTAP ) and ( LinkedDC():Get_Int(2) ~= 1 ) then
- LinkedDC():Set_Int(2, 1)
- MTG():OverrideEvent()
- return true
- end
- return false
- </TRIGGER>
- <RESOLUTION_TIME_ACTION>
- local card = EffectSource()
- local player = EffectController()
- if EffectSource() ~= nil and card ~= nil then
- player:BeginNewMultipleChoice()
- player:AddMultipleChoiceAnswer( "CW_CARD_QUERY_OPTION_KEEP_THIS_CARD_TAPPED" )
- player:AddMultipleChoiceAnswer( "CW_CARD_QUERY_OPTION_UNTAP_THIS_CARD" )
- player:AskMultipleChoiceQuestion( "CARD_QUERY_COFFIN_QUEEN", EffectSource() )
- end
- </RESOLUTION_TIME_ACTION>
- <RESOLUTION_TIME_ACTION>
- if EffectSource() ~= nil then
- local result = EffectController():GetMultipleChoiceResult()
- if result == 1 then
- EffectSource():Untap()
- end
- end
- </RESOLUTION_TIME_ACTION>
- <RESOLUTION_TIME_ACTION>
- if EffectSource() ~= nil then
- if EffectSource():IsTapped() then
- LinkedDC():Set_Int(2, 0)
- else
- LinkedDC():Clear()
- end
- end
- </RESOLUTION_TIME_ACTION>
- </TRIGGERED_ABILITY>
- <ACTIVATED_ABILITY>
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[{2}{B}, {T}: Put target creature card from a graveyard onto the battlefield under your control. When Coffin Queen becomes untapped or you lose control of Coffin Queen, exile that creature.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[{2}{B}, {T}: Put target creature card from a graveyard onto the battlefield under your control. When Coffin Queen becomes untapped or you lose control of Coffin Queen, exile that creature.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[{2}{B}, {T}: Put target creature card from a graveyard onto the battlefield under your control. When Coffin Queen becomes untapped or you lose control of Coffin Queen, exile that creature.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[{2}{B}, {T}: Put target creature card from a graveyard onto the battlefield under your control. When Coffin Queen becomes untapped or you lose control of Coffin Queen, exile that creature.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[{2}{B}, {T}: Put target creature card from a graveyard onto the battlefield under your control. When Coffin Queen becomes untapped or you lose control of Coffin Queen, exile that creature.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[{2}{B}, {T}: Put target creature card from a graveyard onto the battlefield under your control. When Coffin Queen becomes untapped or you lose control of Coffin Queen, exile that creature.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[{2}{B}, {T}: Put target creature card from a graveyard onto the battlefield under your control. When Coffin Queen becomes untapped or you lose control of Coffin Queen, exile that creature.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[{2}{B}, {T}: Put target creature card from a graveyard onto the battlefield under your control. When Coffin Queen becomes untapped or you lose control of Coffin Queen, exile that creature.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[{2}{B}, {T}: Put target creature card from a graveyard onto the battlefield under your control. When Coffin Queen becomes untapped or you lose control of Coffin Queen, exile that creature.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[{2}{B}, {T}: Put target creature card from a graveyard onto the battlefield under your control. When Coffin Queen becomes untapped or you lose control of Coffin Queen, exile that creature.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[{2}{B}, {T}: Put target creature card from a graveyard onto the battlefield under your control. When Coffin Queen becomes untapped or you lose control of Coffin Queen, exile that creature.]]></LOCALISED_TEXT>
- <COST mana_cost="{2}{B}" type="Mana" />
- <COST type="TapSelf" />
- <TARGET tag="SPL_CARD_QUERY_CHOOSE_CREATURE_TO_PUT_ONTO_BATTLEFIELD" definition="0" compartment="0" count="1" />
- <TARGET_DEFINITION id="0">
- local filter = ClearFilter()
- filter:Add( FE_TYPE, OP_IS, CARD_TYPE_CREATURE )
- filter:SetZone( ZONE_GRAVEYARD )
- </TARGET_DEFINITION>
- <RESOLUTION_TIME_ACTION>
- local target_card = EffectDC():Get_Targets(0):Get_CardPtr(0)
- local delayDC = EffectDC():Make_Chest(1)
- if target_card ~= nil then
- delayDC:Set_CardPtr(0, target_card)
- delayDC:Set_CardPtr(1, EffectSource())
- delayDC:Protect_CardPtr(0)
- delayDC:Protect_CardPtr(1)
- MTG():CreateDelayedTrigger(5, delayDC)
- target_card:PutOntoBattlefield( EffectController() )
- end
- </RESOLUTION_TIME_ACTION>
- <AI_SIMPLIFIED_TARGETING compartment="0" hint="HINT_NEUTRAL" />
- </ACTIVATED_ABILITY>
- <TRIGGERED_ABILITY resource_id="5">
- <TRIGGER value="BECAME_UNTAPPED" >
- return TriggerObject() == EffectDC():Get_CardPtr(1)
- </TRIGGER>
- <TRIGGER value="CONTROLLER_CHANGED" simple_qualifier="objectyoucontrol" >
- return TriggerObject() == EffectSource() <!-- EffectDC():Get_CardPtr(1) -->
- </TRIGGER>
- <RESOLUTION_TIME_ACTION>
- local creature = EffectDC():Get_CardPtr(0)
- if creature ~= nil then
- creature:Exile()
- end
- </RESOLUTION_TIME_ACTION>
- <CLEANUP fire_once="1" />
- </TRIGGERED_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[20-11-16]]></DATE>
- </CARD_V2>
Advertisement
Add Comment
Please, Sign In to add comment