Difference between revisions of "Template:Monster"
From HeRO Wiki
(Added slight padding, centered some cells) |
(Added a no-include version of the table with all cells not hidden. Reordered parameters in usage template.) |
||
Line 1: | Line 1: | ||
+ | <includeonly> | ||
{| class=table1 style="background-color:#f3e3c1; margin-left: 25px; margin-right: auto;" width=75% | {| class=table1 style="background-color:#f3e3c1; margin-left: 25px; margin-right: auto;" width=75% | ||
| width=24% align="center" style="background-color:#f3e3c1; border-bottom: 0px;" | <big>'''{{{Name|?}}}'''</big> | | width=24% align="center" style="background-color:#f3e3c1; border-bottom: 0px;" | <big>'''{{{Name|?}}}'''</big> | ||
Line 67: | Line 68: | ||
|- | |- | ||
|} | |} | ||
+ | </includeonly> | ||
<noinclude> | <noinclude> | ||
− | [[ | + | {| class=table1 style="background-color:#f3e3c1; margin-left: 25px; margin-right: auto;" width=75% |
+ | | width=24% align="center" style="background-color:#f3e3c1; border-bottom: 0px;" | <big>'''{{{Name}}}'''</big> | ||
+ | | Width=12% style="background-color:#e8c681;" |'''HP''' || align="right" Width=9% | {{{Hp}}} | ||
+ | | width=12% style="background-color:#e8c681;" |'''ATK''' || align="right" Width=9% | {{{Minatk}}}~{{{Maxatk}}} | ||
+ | | Width=12% style="background-color:#e8c681;" |'''MATK''' || align="right" Width=9% | {{{Minmatk}}}~{{{Maxmatk}}} | ||
+ | | width=8% style="background-color:#e8c681;" |'''Level''' || align = "right" width=5% | {{{Level}}} | ||
+ | |- | ||
+ | | rowspan="5" style="border-top: 0px; border-bottom: 0px;" | [[image:{{{Sprite|No Image.png}}}|frameless|center|160px]] | ||
+ | | style="background-color:#e8c681;" | '''Def''' || align="right" | {{{Def}}} | ||
+ | | style="background-color:#e8c681;" | '''MDef''' || align="right" | {{{Mdef}}} | ||
+ | | style="background-color:#e8c681;" | '''Race''' || align="right" | {{{Race}}} | ||
+ | | style="background-color:#e8c681;" | '''STR''' || align="right" | {{{Str}}} | ||
+ | |- | ||
+ | | style="background-color:#e8c681;" | '''Exp''' || align="right" | {{{Exp}}} | ||
+ | | style="background-color:#e8c681;" | '''Job Exp''' || align="right" | {{{Jexp}}} | ||
+ | | style="background-color:#e8c681;" | '''Element''' || align="right" | {{{Element}}} | ||
+ | | style="background-color:#e8c681;" | '''AGI''' || align="right" | {{{Agi}}} | ||
+ | |- | ||
+ | | style="background-color:#e8c681;" | '''MVP Exp''' || align="right" | {{{Mvpexp}}} | ||
+ | | style="background-color:#e8c681;" | '''ASPD''' || align="right" | {{{Aspd}}} | ||
+ | | style="background-color:#e8c681;" | '''Size''' || align="right" | {{{Size}}} | ||
+ | | style="background-color:#e8c681;" | '''VIT''' || align="right" | {{{Vit}}} | ||
+ | |- | ||
+ | | style="background-color:#e8c681;" | '''Speed''' || align="right" | {{{Speed}}} | ||
+ | | style="background-color:#e8c681;" | '''Stunlock Delay''' || align="right" | {{{Stunlockdelay}}} | ||
+ | | style="background-color:#e8c681;" | '''Attack Range''' || align="right" | {{{Atkrange}}} | ||
+ | | style="background-color:#e8c681;" | '''INT''' || align="right" | {{{Int}}} | ||
+ | |- | ||
+ | | style="background-color:#e8c681;" | '''Flee''' || align="right" | {{{Flee}}} | ||
+ | | style="background-color:#e8c681;" | '''Hit''' || align="right" | {{{Hit}}} | ||
+ | | style="background-color:#e8c681;" | '''Spell Range''' || align="right" | {{{Spellrange}}} | ||
+ | | style="background-color:#e8c681;" | '''DEX''' || align="right" | {{{Dex}}} | ||
+ | |- | ||
+ | | align="center" align="center" style="border-top: 0px;" | '''#{{{Id}}}''' | ||
+ | | style="background-color:#e8c681;" | '''Flee (95%)''' || align="right" | {{{Flee95}}} | ||
+ | | style="background-color:#e8c681;" | '''Hit (100%)''' || align="right" | {{{Hit100}}} | ||
+ | | style="background-color:#e8c681;" | '''Sight Range''' || align="right" | {{{Sightrange}}} | ||
+ | | style="background-color:#e8c681;" | '''LUK''' || align="right" | {{{Luk}}} | ||
+ | |- | ||
+ | | style="background-color:#e8c681; text-align: center;" | '''Pet Availability''' | ||
+ | | colspan=8 style="padding: 5px;" | | ||
+ | {{{Pet}}} | ||
+ | |- | ||
+ | | style="background-color:#e8c681; text-align: center;" | '''Mode''' | ||
+ | | colspan=8 style="padding: 5px;" | | ||
+ | {{{Mode}}} | ||
+ | |- | ||
+ | | style="background-color:#e8c681; text-align: center;" | '''Skills''' | ||
+ | | colspan=8 style="padding: 5px;" | | ||
+ | {{{Skills}}} | ||
+ | |- | ||
+ | | style="background-color:#e8c681; text-align: center;" | '''Drops''' | ||
+ | | colspan=8 style="padding: 5px;" | | ||
+ | {{{Drops}}} | ||
+ | |- | ||
+ | | style="background-color:#e8c681; text-align: center;" | '''MVP Drops''' | ||
+ | | colspan=8 style="padding: 5px;" | | ||
+ | {{{Mvpdrops}}} | ||
+ | |- | ||
+ | | style="background-color:#e8c681; text-align: center;" | '''Strategy''' | ||
+ | | colspan=8 style="padding: 5px;" | | ||
+ | {{{Tips}}} | ||
+ | |- | ||
+ | | style="background-color:#e8c681; text-align: center;" | '''Note''' | ||
+ | | colspan=8 style="padding: 5px;" | | ||
+ | {{{Notes}}} | ||
+ | |- | ||
+ | |} | ||
==Usage== | ==Usage== | ||
Line 87: | Line 156: | ||
|Jexp= | |Jexp= | ||
|Mvpexp= | |Mvpexp= | ||
− | |||
|Str= | |Str= | ||
|Agi= | |Agi= | ||
Line 97: | Line 165: | ||
|Spellrange= | |Spellrange= | ||
|Sightrange= | |Sightrange= | ||
− | |||
|Aspd= | |Aspd= | ||
+ | |Speed= | ||
|Stunlockdelay= | |Stunlockdelay= | ||
|Id= | |Id= | ||
Line 108: | Line 176: | ||
|Flee95= | |Flee95= | ||
|Pet= | |Pet= | ||
− | |||
|Mode=Can Move, Aggressive, Can Attack, Change Chase, Change Target Melee/Chase | |Mode=Can Move, Aggressive, Can Attack, Change Chase, Change Target Melee/Chase | ||
|Skills=*Skill Lv 1, Attacking - Always @ Target, 1s Cast Time, 8s delay, 10% chance, uninterruptable | |Skills=*Skill Lv 1, Attacking - Always @ Target, 1s Cast Time, 8s delay, 10% chance, uninterruptable | ||
|Drops= | |Drops= | ||
|Mvpdrops= | |Mvpdrops= | ||
+ | |Tips= | ||
|Notes= }} | |Notes= }} | ||
− | </pre>This template is used to show customized non-MVP monsters with customized item changes but are not changed in any other way.</noinclude> | + | </pre> |
+ | This template is used to show customized non-MVP monsters with customized item changes but are not changed in any other way. | ||
+ | [[category:Template]] | ||
+ | </noinclude> |
Revision as of 07:20, 1 October 2019
{{{Name}}} | HP | {{{Hp}}} | ATK | {{{Minatk}}}~{{{Maxatk}}} | MATK | {{{Minmatk}}}~{{{Maxmatk}}} | Level | {{{Level}}} |
Def | {{{Def}}} | MDef | {{{Mdef}}} | Race | {{{Race}}} | STR | {{{Str}}} | |
Exp | {{{Exp}}} | Job Exp | {{{Jexp}}} | Element | {{{Element}}} | AGI | {{{Agi}}} | |
MVP Exp | {{{Mvpexp}}} | ASPD | {{{Aspd}}} | Size | {{{Size}}} | VIT | {{{Vit}}} | |
Speed | {{{Speed}}} | Stunlock Delay | {{{Stunlockdelay}}} | Attack Range | {{{Atkrange}}} | INT | {{{Int}}} | |
Flee | {{{Flee}}} | Hit | {{{Hit}}} | Spell Range | {{{Spellrange}}} | DEX | {{{Dex}}} | |
#{{{Id}}} | Flee (95%) | {{{Flee95}}} | Hit (100%) | {{{Hit100}}} | Sight Range | {{{Sightrange}}} | LUK | {{{Luk}}} |
Pet Availability |
{{{Pet}}} | |||||||
Mode |
{{{Mode}}} | |||||||
Skills |
{{{Skills}}} | |||||||
Drops |
{{{Drops}}} | |||||||
MVP Drops |
{{{Mvpdrops}}} | |||||||
Strategy |
{{{Tips}}} | |||||||
Note |
{{{Notes}}} |
Usage
{{Template:Monster |Name= |Race= |Level= |Minatk= |Maxatk= |Sprite=No Image.png |Element= |Hp= |Def= |Mdef= |Size= |Exp= |Jexp= |Mvpexp= |Str= |Agi= |Vit= |Int= |Dex= |Luk= |Atkrange= |Spellrange= |Sightrange= |Aspd= |Speed= |Stunlockdelay= |Id= |Minmatk= |Maxmatk= |Flee= |Hit100= |Hit= |Flee95= |Pet= |Mode=Can Move, Aggressive, Can Attack, Change Chase, Change Target Melee/Chase |Skills=*Skill Lv 1, Attacking - Always @ Target, 1s Cast Time, 8s delay, 10% chance, uninterruptable |Drops= |Mvpdrops= |Tips= |Notes= }}
This template is used to show customized non-MVP monsters with customized item changes but are not changed in any other way.