Plantilla:Monster Row2

De PowRO - Wiki
Ir a la navegaciónIr a la búsqueda

Syntax

|{{{size}}} |{{{race}}}

{{Monster_Row|id=ID|name=Name|hp=HP|level=Level|def=Def|mdef=Mdef|size=Size|element=Element|race=Race|map=Map}}

Parameters
id
The unique identifier number that refers to the monster.
name
The name of the monster, it should be capitalized.
hp
The hit points value, use commas as the thousands separators. Like so: 6,666,666
level
The level of the monster.
def
The def of the monster.
mdef
The mdef of the monster.
size
The size of the monster.
element
The element of the monster, it should be accompanied by it's element level.
race
The race of the monster.
map
The spawn map of the monster.


Example

{{Monster_Table|data=
{{Monster_Row|id=1096|name=Angeling|hp=19,800|level=77|def=72|mdef=238|size=Medium|element=Holy 4|race=Angel|map=pay_fild04}}
{{Monster_Row|id=1388|name=Arc Angeling|hp=25,100|level=84|def=92|mdef=81|size=Medium|element=Holy 3|race=Angel|map=yuno_fild04}}
{{Monster_Row|id=1582|name=Deviling|hp=16,890|level=66|def=67|mdef=70|size=Medium|element=Shadow 4|race=Demon|map=pay_fild04}}
}}

will result into:

Monster Level HP Def Mdef Size Element Race Spawn
1096.png
Angeling
77 19,800 72 238 Medium Holy 4 Angel

pay_fild04

1388.png
Arc Angeling
84 25,100 92 81 Medium Holy 3 Angel

yuno_fild04

1582.png
Deviling
66 16,890 67 70 Medium Shadow 4 Demon

pay_fild04

See Also