User talk:Nelagend

From DragonFable Wiki
Jump to navigation Jump to search

Please use resist template properly. Look at Arctic Wolf. Look at the code, thats what the resist structure is supposed to be like.

This is what its supposed to be like.


{{Resist
|resistance=Ice
|percent=200
|}}

{{Resist
|resistance=Water
|percent=50
|}}

{{Resist
|resistance=Fire
|percent=-50
|}}

This is what you are doing

{{{Resist
|resistance=Ice
}}}
{{{Resist
|percent=200
}}}
{{{Resist
|resistance=Water
}}}
{{{Resist
|percent=50
}}}
{{{Resist
|resistance=Fire
}}}
{{{Resist
|percent=-70
}}}

The Result of proper coding

Ice: 200%


Water: 50%


Fire: -50%


The Result of your coding

resistance=Ice

percent=200

resistance=Water

percent=50

resistance=Fire

percent=-70