Olá pessoal! Então, resolvi transformar a Crocodile Boots na Soft Boots. O problema é o seguinte, mesmo copiando os atributos do item de maneira identica, as crocodile boots não estão almentando mana e nem health e já a soft, funciona normalmente. Vejam os itens abaixo como estão ficando:
A soft original:
<item id="2640" article="a" name="pair of soft boots"><attribute key="weight" value="800" />
<attribute key="slotType" value="feet" />
<attribute key="decayTo" value="10021" />
<attribute key="transformDeEquipTo" value="6132" />
<attribute key="duration" value="14400" />
<attribute key="healthGain" value="30" />
<attribute key="healthTicks" value="2000" />
<attribute key="manaGain" value="180" />
<attribute key="manaTicks" value="1000" />
<attribute key="showduration" value="1" />
</item>
E abaixo a crocodile:
<item id="3982" article="a" name="crocodile boots"><attribute key="weight" value="800" />
<attribute key="slotType" value="feet" />
<attribute key="decayTo" value="10021" />
<attribute key="transformDeEquipTo" value="6132" />
<attribute key="duration" value="14400" />
<attribute key="healthGain" value="30" />
<attribute key="healthTicks" value="2000" />
<attribute key="manaGain" value="180" />
<attribute key="manaTicks" value="1000" />
<attribute key="showduration" value="1" />
</item>