Page 25 of 102

Re: Card Creation Request Thread

PostPosted: 01 Mar 2013, 00:16
by NEMESiS
Thanks for the help on DV thefiremind. How does Avatar of Hope work on the Praetors challenge? Is it made specifically to work with cards in there?


EDIT:

There is nothing in it???

Code: Select all
<?xml version='1.0'?>
<CARD_V2>
  <FILENAME text="AVATAR_OF_HOPE_276702" />
  <CARDNAME text="AVATAR_OF_HOPE" />
  <TITLE>
    <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Avatar of Hope]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Avatar de l’espoir]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Avatar de la esperanza]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Avatar der Hoffnung]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Avatar della Speranza]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[希望の化身]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[희망의 아바타]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Аватара Надежды]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Avatar da Esperança]]></LOCALISED_TEXT>
  </TITLE>
  <MULTIVERSEID value="276702" />
  <ARTID value="49664" />
  <ARTIST name="Mark Zug" />
  <CASTING_COST cost="{6}{W}{W}" />
  <TYPE metaname="Creature" />
  <SUB_TYPE metaname="Avatar" order_de-DE="0" order_es-ES="0" order_fr-FR="0" order_it-IT="0" order_jp-JA="0" order_ko-KR="0" order_pt-BR="0" order_ru-RU="0" />
  <EXPANSION value="DPG" />
  <RARITY metaname="R" />
  <POWER value="4" />
  <TOUGHNESS value="9" />
  <STATIC_ABILITY filter_zone="ZONE_IN_PLAY" active_zone="ZONE_HAND">
    <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[If you have 3 or less life, Avatar of Hope costs {6} less to cast.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Si vous avez 3 points de vie ou moins, l’Avatar de l’espoir coûte {6} de moins à lancer.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Si tienes 3 o menos vidas, cuesta {6} menos lanzar el Avatar de la esperanza.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Falls du 3 Lebenspunkte oder weniger hast, kostet der Avatar der Hoffnung beim Wirken {6} weniger.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Se hai 3 o meno punti vita, l’Avatar della Speranza costa {6} in meno per essere lanciata.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[あなたのライフが3点以下である場合、希望の化身はそれを唱えるためのコストが{6}少なくなる。]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[당신의 생명이 3점 이하라면, 희망의 아바타는 발동하는 데 {6}가 덜 든다.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Если количество ваших жизней меньше или равно 3, стоимость разыгрывания Аватары Надежды уменьшается на {6}.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Se você tiver 3 pontos de vida ou menos, conjurar Avatar da Esperança custa {6} a menos.]]></LOCALISED_TEXT>
    <CONTINUOUS_ACTION layer="8">
    local player = EffectController()
    if (player ~= nil and player:GetLifeTotal() &lt; 4) then
       Object():DecreaseCost(6)
    end
    </CONTINUOUS_ACTION>
  </STATIC_ABILITY>
  <STATIC_ABILITY>
    <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Flying]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Vol]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Vuela.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Fliegend]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Volare]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[飛行]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[비행]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Полет]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Voar]]></LOCALISED_TEXT>
    <CONTINUOUS_ACTION>
    local characteristics = Object():GetCurrentCharacteristics()
    characteristics:Characteristic_Set( CHARACTERISTIC_FLYING, 1 )
    </CONTINUOUS_ACTION>
  </STATIC_ABILITY>
  <STATIC_ABILITY>
    <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Avatar of Hope can block any number of creatures.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[L’Avatar de l’espoir peut bloquer n’importe quel nombre de créatures.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[El Avatar de la esperanza puede bloquear a cualquier cantidad de criaturas.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Der Avatar der Hoffnung kann eine beliebige Anzahl an Kreaturen blocken.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[L’Avatar della Speranza può bloccare un qualsiasi numero di creature.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[希望の化身は、望む数のクリーチャーをブロックできる。]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[희망의 아바타는 당신이 원하는 개수만큼의 생물을 방어할 수 있다.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Аватара Надежды может блокировать любое количество существ.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Avatar da Esperança pode bloquear qualquer número de criaturas.]]></LOCALISED_TEXT>
  </STATIC_ABILITY>
  <HELP title="MORE_INFO_BADGE_TITLE_10" body="MORE_INFO_BADGE_BODY_10" zone="ZONE_ANY" />
  <SFX text="COMBAT_CHOP_LARGE_ATTACK" power_boundary_min="4" power_boundary_max="-1" />
  <SFX text="COMBAT_CHOP_SMALL_ATTACK" power_boundary_min="1" power_boundary_max="3" />
</CARD_V2>

Re: Card Creation Request Thread

PostPosted: 01 Mar 2013, 00:20
by Thran75
This way at least of me defiant vanguard doesn't but work i will keep trying.

Re: Card Creation Request Thread

PostPosted: 01 Mar 2013, 00:30
by thefiremind
NEMESiS wrote:Thanks for the help on DV thefiremind. How does Avatar of Hope work on the Praetors challenge? Is it made specifically to work with cards in there?


EDIT:

There is nothing in it???
Exactly. It will never be on a defending player's side in that challenge, so it will never block. :lol:

Re: Card Creation Request Thread

PostPosted: 03 Mar 2013, 13:36
by NEMESiS
Can someone help me with Remand? I don't know of card that is similar to it.

Re: Card Creation Request Thread

PostPosted: 03 Mar 2013, 14:58
by sumomole
NEMESiS wrote:Can someone help me with Remand? I don't know of card that is similar to it.

Re: Card Creation Request Thread

PostPosted: 03 Mar 2013, 15:50
by NEMESiS
Thank you!! :D


EDIT: Does anyone already have Skullcage?

Re: Card Creation Request Thread

PostPosted: 05 Mar 2013, 18:00
by Honeybear
I need help with the abilities for the following cards:

1. Aegis Angel
2. Devouring Strossus
3. Kaalia of the Vast
4. Vorinclex, Voice of Hunger
5. Krond the Dawn-Clad
6. Lazav, Dimir Mastermind
7. Wrexial, the Risen Deep
8. Karador, Ghost Chieftain
(Sorry, but the forum didn´t let me add any external links for the cards :oops: )
I´d really appreciate it, if someone could help with those cards. I try my best coding them myself in the meantime.:mrgreen:

Re: Card Creation Request Thread

PostPosted: 05 Mar 2013, 18:42
by AriesKiki

Re: Card Creation Request Thread

PostPosted: 05 Mar 2013, 22:46
by sumomole

Re: Card Creation Request Thread

PostPosted: 06 Mar 2013, 00:25
by AriesKiki
Thank you sumomole! =D>

Re: Card Creation Request Thread

PostPosted: 06 Mar 2013, 00:49
by NEMESiS

Re: Card Creation Request Thread

PostPosted: 06 Mar 2013, 00:54
by NEMESiS
Honeybear wrote:I need help with the abilities for the following cards:

1. Aegis Angel
2. Devouring Strossus
3. Kaalia of the Vast
4. Vorinclex, Voice of Hunger
5. Krond the Dawn-Clad
6. Lazav, Dimir Mastermind
7. Wrexial, the Risen Deep
8. Karador, Ghost Chieftain
(Sorry, but the forum didn´t let me add any external links for the cards :oops: )
I´d really appreciate it, if someone could help with those cards. I try my best coding them myself in the meantime.:mrgreen:
Wrexial, the Risen Deep is already in the game. If for some reason you don't have it I decided to upload the file for you.

Re: Card Creation Request Thread

PostPosted: 06 Mar 2013, 18:31
by Honeybear
Wrexial, the Risen Deep is already in the game. If for some reason you don't have it I decided to upload the file for you.
Thanks.

I bet that some of the cards I requested might actually not even be possible to code for the game. But maybe someone will teach me otherwise... :mrgreen:

Re: Card Creation Request Thread

PostPosted: 06 Mar 2013, 18:57
by thefiremind
Vorinclex, Lazav and Karador are impossible to code.

Re: Card Creation Request Thread

PostPosted: 06 Mar 2013, 19:19
by Honeybear
thefiremind wrote:Vorinclex, Lazav and Karador are impossible to code.
I was afraid of that. Well, I am even having a hard time coding something like Silvos, Rogue Elemental, so I won´t be of much help creating the rest of the requested cards anyway :mrgreen:

Do you think that the developers of the game might be able to add cards like Vorinclex, Lazav and Karador in the near future, or is this just technically inpossible?