Actions

Template

Monster: Difference between revisions

From MM6 Wiki

No edit summary
No edit summary
Line 1: Line 1:
<includeonly>{| border cellspacing=0 cellpadding=4px
<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
|-
|-
! colspan=2 | Stats
| '''Level:''' || {{{level}}}
|-
|-
| '''Level:'''<br>'''HP:'''<br>'''Armor Class:''' || {{{level}}}<br> {{{HP}}}<br> {{{AC}}}
| '''HP:''' || {{{HP}}}
|-
|-
| '''Armor Class:''' || {{{AC}}}
|- style="background-color: {{{bgcolor_title}}};"
! colspan=2 | Reward
! colspan=2 | Reward
|-
|-
| '''Experience:'''<br>'''Gold:''' <br>'''Item:''' || {{{exp}}}<br>  {{{gold}}}<br>  {{{item}}}
| '''Experience:''' || {{{exp}}}
|-
|-
! colspan=2 | Movement and combat
| '''Gold:''' || {{{gold}}}
|-
|-
| '''Fly:'''<br>'''Move:'''<br>'''AI type:'''<br>'''Speed:'''<br>'''Recovery:'''<br>'''Bonus Attack:''' || {{{fly}}}<br>{{{move}}}<br> {{{ai_type}}}<br> {{{speed}}}<br> {{{recovery}}}<br> {{{bonus}}}
| '''Item:''' || {{{item}}}  
|- style="background-color: {{{bgcolor_title}}};"
! colspan=2 | Attack
|-
|-
! colspan=2 | Attack
| '''Type:''' || {{{a1type}}}
|-
|-
| ''Attack 1:''<br> '''Type:'''<br>'''Damage:''' || <br>{{{a1type}}}<br> {{{a1dmg}}}{{{no_a1missile|<br>'''Missile:''' {{{a1missile}}}}}}
| '''Damage:''' || {{{a1dmg}}}
{{{no_a1missile|
{{!}}-
{{!}} '''Missile:''' {{!!}} {{{a1missile}}}}}}
|-
|-
| ''Attack 2:'' {{{a2|'''Chance:''' {{{a2%}}}<br>'''Type:''' {{{a2type}}}<br>'''Damage:''' {{{a2dmg}}}{{{no_a2missile|<br>'''Missile:''' {{{a2missile}}}}}}}}}
| '''Bonus Attack:''' || {{{bonus}}}
|-
|-
| ''Spell Attack:'' {{{spell_attack|'''Chance:''' {{{spell_attack%}}}<br>'''Spell, mastery, skill:''' {{{spell}}}}}}
{{{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:'''<br>'''Electricity:'''<br>'''Cold:'''<br>'''Poison:'''<br>'''Magic:'''<br>'''Physical:''' || {{{fire_res}}}<br> {{{elec_res}}}<br> {{{cold_res}}}<br> {{{pois_res}}}<br> {{{mag_res}}}<br> {{{phys_res}}}
| '''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 =
  | spell_attack%=
  | 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 = N
  | 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
  | a2 = no
  | no_a1missile
  | spell_attack = no
 
| 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	=	
}}

Devil of Baa
Tier: special
Stats
Level: 60
HP: 540
Armor Class: 40
Reward
Experience: 4200
Gold: no
Item: Devil Plans
Attack
Type: physical
Damage: 2d6+20
Missile: test
Bonus Attack: drain SP
Attack 2:
Chance: test
Type: test
Damage: test
Missile: test
Spell Attack:
Chance: test
Spell, mastery, skill: test
Resistances
Fire: 30
Electricity: 30
Cold: 30
Poison: 30
Magic: 30
Physical: 0
Movement and combat
Fly: no
Move: short
AI type: suicidal
Speed: 300
Recovery: 90