Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <CARD_V2 ExportVersion="1">
- <FILENAME text="BUILDERS_BANE_CW_3431" />
- <CARDNAME text="BUILDERS_BANE" />
- <TITLE>
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Builder’s Bane]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Builder’s Bane]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Builder’s Bane]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Builder’s Bane]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Builder’s Bane]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Builder’s Bane]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Builder’s Bane]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Builder’s Bane]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Builder’s Bane]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Builder’s Bane]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Builder’s Bane]]></LOCALISED_TEXT>
- </TITLE>
- <MULTIVERSEID value="3431" />
- <ARTID value="BUILDERS_BANE" />
- <ARTIST name="Charles Gillespie" />
- <CASTING_COST cost="{X}{R}" />
- <FLAVOURTEXT>
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[There is only so much a person may be buried with.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[There is only so much a person may be buried with.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[There is only so much a person may be buried with.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[There is only so much a person may be buried with.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[There is only so much a person may be buried with.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[There is only so much a person may be buried with.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[There is only so much a person may be buried with.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[There is only so much a person may be buried with.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[There is only so much a person may be buried with.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[There is only so much a person may be buried with.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[There is only so much a person may be buried with.]]></LOCALISED_TEXT>
- </FLAVOURTEXT>
- <TYPE metaname="Sorcery" />
- <EXPANSION value="MI" />
- <RARITY metaname="C" />
- <SPELL_ABILITY>
- <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Destroy X target artifacts. Builder’s Bane deals damage to each player equal to the number of artifacts he or she controlled put into a graveyard this way.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Destroy X target artifacts. Builder’s Bane deals damage to each player equal to the number of artifacts he or she controlled put into a graveyard this way.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Destroy X target artifacts. Builder’s Bane deals damage to each player equal to the number of artifacts he or she controlled put into a graveyard this way.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Destroy X target artifacts. Builder’s Bane deals damage to each player equal to the number of artifacts he or she controlled put into a graveyard this way.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Destroy X target artifacts. Builder’s Bane deals damage to each player equal to the number of artifacts he or she controlled put into a graveyard this way.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[Destroy X target artifacts. Builder’s Bane deals damage to each player equal to the number of artifacts he or she controlled put into a graveyard this way.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Destroy X target artifacts. Builder’s Bane deals damage to each player equal to the number of artifacts he or she controlled put into a graveyard this way.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Destroy X target artifacts. Builder’s Bane deals damage to each player equal to the number of artifacts he or she controlled put into a graveyard this way.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Destroy X target artifacts. Builder’s Bane deals damage to each player equal to the number of artifacts he or she controlled put into a graveyard this way.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-CN"><![CDATA[Destroy X target artifacts. Builder’s Bane deals damage to each player equal to the number of artifacts he or she controlled put into a graveyard this way.]]></LOCALISED_TEXT>
- <LOCALISED_TEXT LanguageCode="zh-HK"><![CDATA[Destroy X target artifacts. Builder’s Bane deals damage to each player equal to the number of artifacts he or she controlled put into a graveyard this way.]]></LOCALISED_TEXT>
- <TARGET tag="SPL_CARD_QUERY_CHOOSE_ARTIFACT_TO_DESTROY" definition="0" compartment="0" depends_on_X="1">
- MTG():SetTargetCount(GetEffectX())
- </TARGET>
- <TARGET_DEFINITION id="0">
- local filter = ClearFilter()
- filter:Add( FE_TYPE, OP_IS, CARD_TYPE_ARTIFACT )
- </TARGET_DEFINITION>
- <RESOLUTION_TIME_ACTION>
- local targets = EffectDC():Get_Targets(0)
- if targets ~= nil then
- local count = targets:Count()
- if count ~= nil then
- for i=0, count-1 do
- local card = targets:Get_CardPtr(i)
- targets:Protect_CardPtr(i)
- local controller = card:GetController()
- card:Destroy()
- if card:GetZone() == ZONE_GRAVEYARD then
- EffectSourceLKI():DealDamageTo(1, controller)
- end
- end
- end
- end
- </RESOLUTION_TIME_ACTION>
- <AI_SIMPLIFIED_TARGETING compartment="0" hint="HINT_ENEMY_ONLY" />
- </SPELL_ABILITY>
- <AUTHOR><![CDATA[Splinterverse]]></AUTHOR>
- <EDITORS><![CDATA[Splinterverse]]></EDITORS>
- <DATE><![CDATA[20-11-16]]></DATE>
- </CARD_V2>
Add Comment
Please, Sign In to add comment