Template:TemTypeDefense/doc

From Official Temtem Wiki
Jump to navigation Jump to search
Template-info.png Documentation

The Tem Type Defense chart is used to display type weaknesses for a certain Temtem.

Parameters[edit]

The template takes many parameters but only a few are needed. If a Temtem has no weakness/resistance to a type, the parameter for that type is not needed.

{{TemTypeDefense
| neutral defense = 
| fire defense = 
| water defense = 
| nature defense = 
| electric defense = 
| earth defense = 
| mental defense = 
| wind defense = 
| digital defense = 
| melee defense = 
| crystal defense = 
| toxic defense = 
}}

Usage[edit]

The format for a weakness/resistance is:

type defense = X

Where type is the attacking type and X is -2, -1, 1, or 2, as shown in this table:

X value Meaning
-2 1/4 effective attack (double resistance)
-1 1/2 effective attack (single resistance)
1 2x effective attack (single weakness)
2 4x effective attack (double weakness)

Example[edit]

{{TemTypeDefense
|fire defense = 1
|water defense = -1
|mental defense = 2
|crystal defense = -2
}}

produces:

neutral
fire
water
nature
electric
earth
-
2
1/2
-
-
-
mental
wind
digital
melee
crystal
toxic
4
-
-
-
1/4
-