Predefinição:Monster Row

Fonte: Wiki Hero Ragnarok
Revisão em 01h25min de 15 de fevereiro de 2025 por Danny (discussão | contribs) (Criou a página com "<includeonly> |https://db.irowiki.org/image/monster/{{{id}}}.png |{{#if: {{{mvp|}}} | {{plainlink |url=http://www.divine-pride.net/database/monster/{{{id}}} {{{name}}}}} <br> {{#ifeq: {{lc: {{{mvp}}}}} | yes | 50px |}} | {{#ifeq: {{lc: {{{boss}}}}} | yes | File:Boss Protocol-Boss Icon.png |}} {{plainlink |url=http://www.divine-pride.net/database/monster/{{{id}}} {{{name}}}}} }} |{{#if: {{{level|}}} | {{{level}}} | ?? }} |{{#if: {{{hp|}}...")
(dif) ← Revisão anterior | Revisão atual (dif) | Revisão seguinte → (dif)
Saltar para a navegação Saltar para a pesquisa

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 Ficheiro:Boss Protocol-Boss Icon.png Angeling 77 19,800 72 238 111 111 290 191 Medium Holy 4 Angel Predefinição:Spawn Map
1388.png Arc Angeling
84 25,100 92 81 111 111 290 191 Medium Holy 3 Angel Predefinição:Spawn Map
1582.png Deviling
Ficheiro:MVP.png
66 16,890 67 70 111 111 290 191 Medium Shadow 4 Demon Predefinição:Spawn Map

See Also