Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <CARD_V2 ExportVersion="1">
- <FILENAME text="EARTHBIND_CW_1288" />
- <CARDNAME text="EARTHBIND" />
- <TITLE>
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Earthbind]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Earthbind]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Earthbind]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Earthbind]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Earthbind]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Earthbind]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Earthbind]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Earthbind]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Earthbind]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Earthbind]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Earthbind]]></LOCALISED_TEXT>
- </TITLE>
- <MULTIVERSEID value="1288" />
- <ARTID value="EARTHBIND" />
- <ARTIST name="Quinton Hoover" />
- <CASTING_COST cost="{R}" />
- <TYPE metaname="Enchantment" />
- <SUB_TYPE metaname="Aura" />
- <EXPANSION value="3E" />
- <RARITY metaname="C" />
- <SPELL_ABILITY attach_definition="0">
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Enchant creature]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Enchant creature]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Enchant creature]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Enchant creature]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Enchant creature]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Enchant creature]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Enchant creature]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Enchant creature]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Enchant creature]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Enchant creature]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Enchant creature]]></LOCALISED_TEXT>
- <TARGET tag="CARD_QUERY_CHOOSE_CREATURE_TO_ENCHANT" definition="0" compartment="0" count="1" />
- <TARGET_DEFINITION id="0">
- local oFilter = ClearFilter()
- oFilter:Add(FE_TYPE, OP_IS, CARD_TYPE_CREATURE)
- </TARGET_DEFINITION>
- <RESOLUTION_TIME_ACTION>
- local oTarget = EffectDC():Get_Targets(0):Get_CardPtr(0)
- local oSource = EffectSource()
- if oTarget ~= nil and oSource ~= nil then
- oSource:Attach(oTarget)
- end
- </RESOLUTION_TIME_ACTION>
- <AI_SIMPLIFIED_TARGETING compartment="0" hint="HINT_ENEMY" />
- </SPELL_ABILITY>
- <TRIGGERED_ABILITY>
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[When Earthbind enters the battlefield, if enchanted creature has flying, Earthbind deals 2 damage to that creature and Earthbind gains “Enchanted creature loses flying.”]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[When Earthbind enters the battlefield, if enchanted creature has flying, Earthbind deals 2 damage to that creature and Earthbind gains “Enchanted creature loses flying.”]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[When Earthbind enters the battlefield, if enchanted creature has flying, Earthbind deals 2 damage to that creature and Earthbind gains “Enchanted creature loses flying.”]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[When Earthbind enters the battlefield, if enchanted creature has flying, Earthbind deals 2 damage to that creature and Earthbind gains “Enchanted creature loses flying.”]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[When Earthbind enters the battlefield, if enchanted creature has flying, Earthbind deals 2 damage to that creature and Earthbind gains “Enchanted creature loses flying.”]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[When Earthbind enters the battlefield, if enchanted creature has flying, Earthbind deals 2 damage to that creature and Earthbind gains “Enchanted creature loses flying.”]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[When Earthbind enters the battlefield, if enchanted creature has flying, Earthbind deals 2 damage to that creature and Earthbind gains “Enchanted creature loses flying.”]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[When Earthbind enters the battlefield, if enchanted creature has flying, Earthbind deals 2 damage to that creature and Earthbind gains “Enchanted creature loses flying.”]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[When Earthbind enters the battlefield, if enchanted creature has flying, Earthbind deals 2 damage to that creature and Earthbind gains “Enchanted creature loses flying.”]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[When Earthbind enters the battlefield, if enchanted creature has flying, Earthbind deals 2 damage to that creature and Earthbind gains “Enchanted creature loses flying.”]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[When Earthbind enters the battlefield, if enchanted creature has flying, Earthbind deals 2 damage to that creature and Earthbind gains “Enchanted creature loses flying.”]]></LOCALISED_TEXT>
- <TRIGGER value="ZONECHANGE_END" simple_qualifier="self" to_zone="ZONE_BATTLEFIELD" />
- <INTERVENING_IF>
- local parent = EffectSourceLKI() and EffectSourceLKI():GetParent()
- if parent ~= nil then
- if parent:GetCurrentCharacteristics():Bool_Get(CHARACTERISTIC_FLYING) == true then
- return true
- end
- end
- return false
- </INTERVENING_IF>
- <RESOLUTION_TIME_ACTION>
- local parent = EffectSourceLKI() and EffectSourceLKI():GetParent()
- if parent ~= nil and EffectSource() ~= nil then
- EffectSourceLKI():DealDamageTo( 2, parent )
- end
- </RESOLUTION_TIME_ACTION>
- <CONTINUOUS_ACTION layer="6">
- if EffectSource() ~= nil then
- EffectSource():GetCurrentCharacteristics():GrantAbility(5)
- end
- </CONTINUOUS_ACTION>
- <DURATION>
- return EffectSource() == nil
- </DURATION>
- </TRIGGERED_ABILITY>
- <STATIC_ABILITY resource_id="5">
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Enchanted creature loses flying.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Enchanted creature loses flying.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Enchanted creature loses flying.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Enchanted creature loses flying.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Enchanted creature loses flying.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Enchanted creature loses flying.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Enchanted creature loses flying.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Enchanted creature loses flying.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Enchanted creature loses flying.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Enchanted creature loses flying.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Enchanted creature loses flying.]]></LOCALISED_TEXT>
- <CONTINUOUS_ACTION layer="6">
- local parent = EffectSource():GetParent()
- if parent ~= nil then
- parent:GetCurrentCharacteristics():Bool_Set( CHARACTERISTIC_FLYING, 0 )
- end
- </CONTINUOUS_ACTION>
- </STATIC_ABILITY>
- <!--RULINGS
- 10/4/2004 If the enchanted creature gains flying after Earthbind is put onto it, it will have flying. The two effects are simply applied in timestamp order.-->
- <AUTHOR><![CDATA[Splinterverse]]></AUTHOR>
- <EDITORS><![CDATA[Splinterverse]]></EDITORS>
- <DATE><![CDATA[18-11-16]]></DATE>
- </CARD_V2>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement