Monster: Difference between revisions
From MM6 Wiki
ShushMaster (talk | contribs) No edit summary |
ShushMaster (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{| | <includeonly>{| frame=box cellspacing=0 cellpadding="3px" style="background-color: {{{bgcolor}}};" | ||
! colspan=2 | {{{img}}}<br>{{{name}}}<br>Tier: {{{tier}}} | ! colspan=2 | {{{img}}}<br>{{{name}}}<br>Tier: {{{tier}}} | ||
|- style="background-color: {{{bgcolor_title}}};" | |||
! colspan=2 | Stats | |||
|- | |- | ||
| '''Level:''' || {{{level}}} | |||
|- | |- | ||
| | | '''HP:''' || {{{HP}}} | ||
|- | |- | ||
| '''Armor Class:''' || {{{AC}}} | |||
|- style="background-color: {{{bgcolor_title}}};" | |||
! colspan=2 | Reward | ! colspan=2 | Reward | ||
|- | |- | ||
| '''Experience | | '''Experience:''' || {{{exp}}} | ||
|- | |- | ||
| '''Gold:''' || {{{gold}}} | |||
|- | |- | ||
| ''' | | '''Item:''' || {{{item}}} | ||
|- style="background-color: {{{bgcolor_title}}};" | |||
! colspan=2 | Attack | |||
|- | |- | ||
| '''Type:''' || {{{a1type}}} | |||
|- | |- | ||
| | | '''Damage:''' || {{{a1dmg}}} | ||
{{{no_a1missile| | |||
{{!}}- | |||
{{!}} '''Missile:''' {{!!}} {{{a1missile}}}}}} | |||
|- | |- | ||
| ''Attack | | '''Bonus Attack:''' || {{{bonus}}} | ||
|- | |- | ||
| '' | {{{no_a2|{{!}} colspan=2 style="text-align:center;" {{!}} '''''Attack 2:''''' | ||
{{!}}- | |||
{{!}} '''Chance:''' {{!!}} {{{a2%}}} | |||
{{!}}- | |||
{{!}} '''Type:''' {{!!}} {{{a2type}}} | |||
{{!}}- | |||
{{!}} '''Damage:''' {{!!}} {{{a2dmg}}} | |||
{{{no_a2missile| | |||
{{!}}- | |||
{{!}} '''Missile:''' {{!!}} {{{a2missile}}} }}}}}} | |||
|- | |- | ||
{{{no_spellatt|{{!}} colspan=2 style="text-align:center;" {{!}} '''''Spell Attack:''''' | |||
{{!}}- | |||
{{!}} '''Chance:''' {{!!}} {{{spell_att%}}} | |||
{{!}}- | |||
{{!}} '''Spell, mastery, skill:''' {{!!}} {{{spell}}}}}} | |||
|- style="background-color: {{{bgcolor_title}}};" | |||
! colspan=2 | Resistances | ! colspan=2 | Resistances | ||
|- | |- | ||
| '''Fire:''' | | '''Fire:''' || {{{fire_res}}} | ||
|- | |||
| '''Electricity:''' || {{{elec_res}}} | |||
|- | |||
| '''Cold:''' || {{{cold_res}}} | |||
|- | |||
| '''Poison:''' || {{{pois_res}}} | |||
|- | |||
| '''Magic:''' || {{{mag_res}}} | |||
|- | |||
| '''Physical:''' || {{{phys_res}}} | |||
|- style="background-color: {{{bgcolor_title}}};" | |||
! colspan=2 | Movement and combat | |||
|- | |||
| '''Fly:''' || {{{fly}}} | |||
|- | |||
| '''Move:''' || {{{move}}} | |||
|- | |||
| '''AI type:''' || {{{ai_type}}} | |||
|- | |||
| '''Speed:''' || {{{speed}}} | |||
|- | |||
| '''Recovery:''' || {{{recovery}}} | |||
|}</includeonly><noinclude> | |}</includeonly><noinclude> | ||
<pre>{{Monster | <pre>{{Monster | ||
| name = | | bgcolor = | ||
| img = | | bgcolor_title= | ||
| tier = | | name = | ||
| img = | |||
| tier = | |||
| level = | | level = | ||
| HP = | | HP = | ||
Line 49: | Line 97: | ||
| a1dmg = | | a1dmg = | ||
| a1missile = | | a1missile = | ||
| no_a1missile | |||
| a2% = | | a2% = | ||
| a2type = | | a2type = | ||
| a2dmg = | | a2dmg = | ||
| a2missile = | | a2missile = | ||
| | | no_a2missile | ||
| no_a2 | |||
| spell_att% = | |||
| spell = | | spell = | ||
| no_spellatt | |||
<!-- Resist --> | <!-- Resist --> | ||
| fire_res = | | fire_res = | ||
Line 65: | Line 119: | ||
{{Monster | {{Monster | ||
| bgcolor = honeydew | |||
| bgcolor_title= #e3e3e3 | |||
| name = Devil of Baa | | name = Devil of Baa | ||
| img = [[file:npc609.png]] | | img = [[file:npc609.png]] | ||
Line 76: | Line 132: | ||
| item = Devil Plans | | item = Devil Plans | ||
<!-- Movement and Combat --> | <!-- Movement and Combat --> | ||
| fly = | | fly = no | ||
| move = short | | move = short | ||
| ai_type = suicidal | | ai_type = suicidal | ||
Line 85: | Line 141: | ||
| a1type = physical | | a1type = physical | ||
| a1dmg = 2d6+20 | | a1dmg = 2d6+20 | ||
| no_a1missile = | | a1missile = test | ||
| | | no_a1missile | ||
| | |||
| a2% = test | |||
| a2type = test | |||
| a2dmg = test | |||
| a2missile = test | |||
| no_a2missile | |||
| no_a2 | |||
| spell_att% = test | |||
| spell = test | |||
| no_spellatt | |||
<!-- Resistances --> | <!-- Resistances --> | ||
| fire_res = 30 | | fire_res = 30 |
Revision as of 01:29, 22 March 2019
{{Monster | bgcolor = | bgcolor_title= | name = | img = | tier = | level = | HP = | AC = <!-- Reward --> | exp = | gold = | item = <!-- Movement+ --> | fly = | move = | ai_type = | speed = | recovery = | bonus = <!-- Attack --> | a1type = | a1dmg = | a1missile = | no_a1missile | a2% = | a2type = | a2dmg = | a2missile = | no_a2missile | no_a2 | spell_att% = | spell = | no_spellatt <!-- Resist --> | fire_res = | elec_res = | cold_res = | pois_res = | mag_res = | phys_res = }}