Guest User

Untitled

a guest
Nov 5th, 2016
82
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?xml version="1.0"?>
  2. <CARD_V2 ExportVersion="1">
  3.     <FILENAME text="MAMMOTH_HARNESS_CW_2973" />
  4.     <CARDNAME text="MAMMOTH_HARNESS" />
  5.     <TITLE>
  6.         <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Mammoth Harness]]></LOCALISED_TEXT>
  7.         <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Mammoth Harness]]></LOCALISED_TEXT>
  8.         <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Mammoth Harness]]></LOCALISED_TEXT>
  9.         <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Mammoth Harness]]></LOCALISED_TEXT>
  10.         <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Mammoth Harness]]></LOCALISED_TEXT>
  11.         <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Mammoth Harness]]></LOCALISED_TEXT>
  12.         <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Mammoth Harness]]></LOCALISED_TEXT>
  13.         <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Mammoth Harness]]></LOCALISED_TEXT>
  14.         <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Mammoth Harness]]></LOCALISED_TEXT>
  15.         <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Mammoth Harness]]></LOCALISED_TEXT>
  16.         <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Mammoth Harness]]></LOCALISED_TEXT>
  17.     </TITLE>
  18.     <MULTIVERSEID value="2973" />
  19.     <ARTID value="MAMMOTH_HARNESS" />
  20.     <ARTIST name="Melissa Benson" />
  21.     <CASTING_COST cost="{3}{G}" />
  22.     <TYPE metaname="Enchantment" />
  23.     <SUB_TYPE metaname="Aura" />
  24.     <EXPANSION value="HM" />
  25.     <RARITY metaname="R" />
  26.     <SPELL_ABILITY attach_definition="0">
  27.         <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Enchant creature]]></LOCALISED_TEXT>
  28.         <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Enchant creature]]></LOCALISED_TEXT>
  29.         <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Enchant creature]]></LOCALISED_TEXT>
  30.         <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Enchant creature]]></LOCALISED_TEXT>
  31.         <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Enchant creature]]></LOCALISED_TEXT>
  32.         <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Enchant creature]]></LOCALISED_TEXT>
  33.         <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Enchant creature]]></LOCALISED_TEXT>
  34.         <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Enchant creature]]></LOCALISED_TEXT>
  35.         <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Enchant creature]]></LOCALISED_TEXT>
  36.         <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Enchant creature]]></LOCALISED_TEXT>
  37.         <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Enchant creature]]></LOCALISED_TEXT>
  38.         <TARGET tag="CARD_QUERY_CHOOSE_CREATURE_TO_ENCHANT" definition="0" compartment="0" count="1" />
  39.         <TARGET_DEFINITION id="0">
  40.             local oFilter = ClearFilter()
  41.             oFilter:Add(FE_TYPE, OP_IS, CARD_TYPE_CREATURE)
  42.         </TARGET_DEFINITION>
  43.         <RESOLUTION_TIME_ACTION>
  44.             local oTarget = EffectDC():Get_Targets(0):Get_CardPtr(0)
  45.             local oSource = EffectSource()
  46.             if oTarget ~= nil and oSource ~= nil then
  47.                 oSource:Attach(oTarget)
  48.             end
  49.         </RESOLUTION_TIME_ACTION>
  50.         <AI_SIMPLIFIED_TARGETING compartment="0" hint="HINT_NEUTRAL" />
  51.     </SPELL_ABILITY>
  52.     <STATIC_ABILITY>
  53.         <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Enchanted creature loses flying.]]></LOCALISED_TEXT>
  54.         <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Enchanted creature loses flying.]]></LOCALISED_TEXT>
  55.         <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Enchanted creature loses flying.]]></LOCALISED_TEXT>
  56.         <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Enchanted creature loses flying.]]></LOCALISED_TEXT>
  57.         <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Enchanted creature loses flying.]]></LOCALISED_TEXT>
  58.         <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Enchanted creature loses flying.]]></LOCALISED_TEXT>
  59.         <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Enchanted creature loses flying.]]></LOCALISED_TEXT>
  60.         <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Enchanted creature loses flying.]]></LOCALISED_TEXT>
  61.         <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Enchanted creature loses flying.]]></LOCALISED_TEXT>
  62.         <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Enchanted creature loses flying.]]></LOCALISED_TEXT>
  63.         <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Enchanted creature loses flying.]]></LOCALISED_TEXT>
  64.         <CONTINUOUS_ACTION layer="6">
  65.             local parent = EffectSource():GetParent()
  66.             if parent ~= nil then
  67.                 parent:GetCurrentCharacteristics():Bool_Set( CHARACTERISTIC_FLYING, 0 )
  68.             end
  69.         </CONTINUOUS_ACTION>
  70.     </STATIC_ABILITY>
  71.     <TRIGGERED_ABILITY replacement_effect="1">
  72.         <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Whenever enchanted creature blocks or becomes blocked by a creature, the other creature gains first strike until end of turn.]]></LOCALISED_TEXT>
  73.         <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Whenever enchanted creature blocks or becomes blocked by a creature, the other creature gains first strike until end of turn.]]></LOCALISED_TEXT>
  74.         <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Whenever enchanted creature blocks or becomes blocked by a creature, the other creature gains first strike until end of turn.]]></LOCALISED_TEXT>
  75.         <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Whenever enchanted creature blocks or becomes blocked by a creature, the other creature gains first strike until end of turn.]]></LOCALISED_TEXT>
  76.         <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Whenever enchanted creature blocks or becomes blocked by a creature, the other creature gains first strike until end of turn.]]></LOCALISED_TEXT>
  77.         <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Whenever enchanted creature blocks or becomes blocked by a creature, the other creature gains first strike until end of turn.]]></LOCALISED_TEXT>
  78.         <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Whenever enchanted creature blocks or becomes blocked by a creature, the other creature gains first strike until end of turn.]]></LOCALISED_TEXT>
  79.         <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Whenever enchanted creature blocks or becomes blocked by a creature, the other creature gains first strike until end of turn.]]></LOCALISED_TEXT>
  80.         <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Whenever enchanted creature blocks or becomes blocked by a creature, the other creature gains first strike until end of turn.]]></LOCALISED_TEXT>
  81.         <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Whenever enchanted creature blocks or becomes blocked by a creature, the other creature gains first strike until end of turn.]]></LOCALISED_TEXT>
  82.         <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Whenever enchanted creature blocks or becomes blocked by a creature, the other creature gains first strike until end of turn.]]></LOCALISED_TEXT>
  83.         <TRIGGER value="BLOCKS_A_CREATURE" simple_qualifier="self" to_zone="ZONE_ANY" from_zone="ZONE_ANY" pre_trigger="1" />
  84.         <TRIGGER value="WAS_BLOCKED_BY_A_CREATURE" simple_qualifier="self" pre_trigger="1" />
  85.         <CONTINUOUS_ACTION layer="6">
  86.             local parent = EffectSourceLKI():GetParent()
  87.             if SecondaryObject() ~= nil and SecondaryObject() ~= parent then
  88.                 local characteristics = SecondaryObject():GetCurrentCharacteristics()
  89.                 characteristics:Bool_Set(CHARACTERISTIC_FIRST_STRIKE, 1)
  90.             end
  91.             if TriggerObject() ~= nil and TriggerObject() ~= parent then
  92.                 local characteristics = TriggerObject():GetCurrentCharacteristics()
  93.                 characteristics:Bool_Set(CHARACTERISTIC_FIRST_STRIKE, 1)
  94.             end
  95.         </CONTINUOUS_ACTION>
  96.         <DURATION simple_duration="UntilEOT" />
  97.     </TRIGGERED_ABILITY>
  98.     <AUTHOR><![CDATA[Splinterverse]]></AUTHOR>
  99.     <EDITORS><![CDATA[Splinterverse]]></EDITORS>
  100.     <DATE><![CDATA[03-11-16]]></DATE>
  101. </CARD_V2>
RAW Paste Data