Elves of Deep Shadow Coding Problem

Hello!
I'm learning to code cards for DotP 2013 but i'm having problems with this card: Elves of Deep Shadow.
Can someone help me?
(my english is not good, sorry...)
I'm learning to code cards for DotP 2013 but i'm having problems with this card: Elves of Deep Shadow.
- Code: Select all
<MANA_ABILITY filter_zone="ZONE_IN_PLAY">
<LOCALISED_TEXT LanguageCode="en-US"><![CDATA[{T}: Add {B} to your mana pool. Elves of Deep Shadow deals 1 damage to you.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[{T}: Add {B} to your mana pool. Elves of Deep Shadow deals 1 damage to you.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[{T}: Add {B} to your mana pool. Elves of Deep Shadow deals 1 damage to you.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[{T}: Add {B} to your mana pool. Elves of Deep Shadow deals 1 damage to you.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[{T}: Aggiungi {B} alla tua riserva di mana. Gli Elfi Oscuri ti infliggono 1 danno.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[{T}: Add {B} to your mana pool. Elves of Deep Shadow deals 1 damage to you.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[{T}: Add {B} to your mana pool. Elves of Deep Shadow deals 1 damage to you.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[{T}: Add {B} to your mana pool. Elves of Deep Shadow deals 1 damage to you.]]></LOCALISED_TEXT>
<COST type="TapSelf" />
<COST type="Life" points "1" />
<PRODUCES amount="{B}" />
</MANA_ABILITY>
</CARD_V2>
Can someone help me?
(my english is not good, sorry...)