Template:Monster Row

From iRO Wiki
Jump to navigation Jump to search

Syntax

{{Monster_Row|id=ID|name=Name|mvp=Mvp|boss=Boss|level=Level|hp=HP|def=Def|mdef=Mdef|basexp=Basexp|jobxp=Jobxp|hit=Hit|fle=Flee|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.
mvp
Indicates the monster is an mvp, e.g. yes, anything else indicates otherwise.
boss
Indicates the monster is a boss, e.g. yes, anything else indicates otherwise.
level
The level of the monster.
hp
The hit points value, use commas as the thousands separators. Like so: 6,666,666
def
The def of the monster.
mdef
The mdef of the monster.
basexp
The base exp provided by the monster.
jobxp
The job exp provided by the monster.
hit
100% Required Hit
flee
100% Required Flee
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|boss=yes|hp=19,800|level=77|def=72|mdef=238|basexp=111|jobxp=111|hit=290|flee=191|size=Medium|element=Holy 4|race=Angel|map=pay_fild04}}
{{Monster_Row|id=1388|name=Arc Angeling|mvp=no|hp=25,100|level=84|def=92|mdef=81|basexp=111|jobxp=111|hit=290|flee=191|size=Medium|element=Holy 3|race=Angel|map=yuno_fild04}}
{{Monster_Row|id=1582|name=Deviling|mvp=yes|hp=16,890|level=66|def=67|mdef=70|basexp=111|jobxp=111|hit=290|flee=191|size=Medium|element=Shadow 4|race=Demon|map=pay_fild04}}
}}

will result into:

Image Name Level HP Def Mdef Base Exp Job Exp 100% HIT 95% Flee Size Element Race Spawn
1096.png Angeling 77 19,800 72 238 111 111 290 191 Medium Holy 4 Angel pay_fild04
1388.png Arc Angeling
84 25,100 92 81 111 111 290 191 Medium Holy 3 Angel yuno_fild04
1582.png Deviling
66 16,890 67 70 111 111 290 191 Medium Shadow 4 Demon pay_fild04

See Also