Template:DQ9EnemyNew: Difference between revisions

From Dragon Quest Wiki
Jump to navigation Jump to search
putting whole table under "Resistances" label to save space
m paired list stack
Line 25: Line 25:
  | value 8 = {{{gold|?}}}
  | value 8 = {{{gold|?}}}
}}
}}
<div style="margin: 5px;">
{{paired list stack
    <table style="border: 1px solid black; border-radius: 3px; border-right: 1px solid black; text-align: center;" cellspacing="0" cellpadding="0">
| key background color = #00ccff
      <tr>
| key 1  = Bestiary no.
        <td style="width:25%; height: 24px; background-color#00ccff; border-bottom: 1px solid black; border-right: 1px solid black">'''Bestiary no.'''</td>
| value 1 = {{{bestiaryNumber|}}}
        <td style="text-align: center; border-bottom: 1px solid black;">{{#if: {{{bestiaryNumber|}}} | '''{{{bestiaryNumber}}}''' }}</td>
| key 2  = Family
      </tr>
| value 2 = {{{family|}}}
      <tr>
| key 3  = In-game description
        <td style="width: 25% height: 24px; background-color:  #00ccff; border-bottom: 1px solid black; border-right: 1px solid black">'''Family'''</td>
| value 3 = {{{description|}}}
        <td style="text-align: center; border-bottom: 1px solid black;">{{#if: {{{family|}}} | '''{{{family}}}''' }}</td>
| key 4  = Spell(s)
      </tr>
| value 4 = {{{spells|}}}
      <tr>
| key 5  = Skill(s)
        <td style="width: 25%; height: 24px; background-color:  #00ccff; border-bottom: 1px solid black; border-right: 1px solid black">'''In-game description'''</td>
| value 5 = {{{skills|}}}
        <td style="text-align: center; border-bottom: 1px solid black;">{{#if: {{{description|}}} | ''{{{description}}}'' }}</td>
| key 6  = Location(s)
      </tr>
| value 6 = {{{locations|}}}
      <tr>
| key 7  = Item(s) dropped
        <td style="width: 25%; height: 24px; background-color:  #00ccff; border-bottom: 1px solid black; border-right: 1px solid black">'''Spell(s)'''</td>
| value 7 = {{{items|}}}
        <td style="text-align: center; border-bottom: 1px solid black;">{{#if: {{{spells|}}} | '''{{{spells}}}''' }}</td>
}}
      </tr>
      <tr>
        <td style="width: 25%; height: 24px; background-color:  #00ccff; border-bottom: 1px solid black; border-right: 1px solid black">'''Skill(s)'''</td>
        <td style="text-align: center; border-bottom: 1px solid black;">{{#if: {{{skills|}}} | '''{{{skills}}}''' }}</td>
      </tr>
      <tr>
        <td style="width: 25%; height: 24px; background-color:  #00ccff; border-bottom: 1px solid black; border-right: 1px solid black;">'''Location(s)'''</td>
        <td style="text-align: center; border-bottom: 1px solid black;">{{#if: {{{locations|}}} | '''{{{locations}}}''' }}</td>
      </tr>
      <tr>
        <td style="width: 25%; height: 24px; background-color:  #00ccff; border-right: 1px solid black;">'''Item(s) dropped'''</td>
        <td style="text-align: center; border-bottom: 1px solid black;">{{#if: {{{items|}}} | '''{{{items}}}''' }}</td>
      </tr>
    </table>
</div>
<div role="figure" aria-labelledby="dq9-enemy-resistances">
<div role="figure" aria-labelledby="dq9-enemy-resistances">
<div id="dq9-enemy-resistances" style="text-align: center; font-weight: bold;">Resistances</div>
<div id="dq9-enemy-resistances" style="text-align: center; font-weight: bold;">Resistances</div>

Revision as of 03:26, 21 April 2025


This is a template for enemies as they appear in Dragon Quest IX: Sentinels of the Starry Skies. For appearances in other games, please use the corresponding enemy template.

Example

Slime
Dragon Quest IX: Sentinels of the Starry Skies
Model
HP
8
MP
2
Attack
10
Gold
4
Bestiary no.
#001
Family
Slime
In-game description
Slimes are common monsters that are found all over the world. Their simple yet lovable form attracts many admirers.

They're unimpressive alone, but if a few of them focus the force of friendship, they can make a miraculous metamorphosis.
Spell(s)
None
Skill(s)
None
Location(s)
Angel Falls region, The Hexagon
Item(s) dropped
Medicinal herb (18)
Slimedrop (116)
Resistances
Fire *
fire
Ice *
ice
Wind *
wind
Blast/Lightning *
blast
Earth *
rock
Dark *
dark
Light *
light
Drain Magic
drain
Whack *
whack
Dazzle *
dazzle
Fizzle *
fizzle
Fuddle *
fuddle
Paralysis *
paralysis
Snooze *
snooze
Poison *
poison
Stun *
stun
Blunt *
blunt
Deceleratle *
deceleratle
Sap *
sap
Spooky Aura *
spooky
Charm *
0%



Usage

{{DQ9EnemyNew
|name=
|kanji=
|romaji=
|bestiaryNumber=
|family=
|description=
|model=
|hp=
|mp=
|exp=
|gold=
|attack=
|defence=
|agility=
|spells=
|skills=
|items=
|locations= 
|fire-resist=
|ice-resist=
|wind-resist=
|blast-resist=
|rock-resist=
|dark-resist=
|light-resist=
|drain-resist=
|whack-resist=
|poison-resist=
|paralysis-resist=
|fuddle-resist=
|snooze-resist=
|dazzle-resist=
|sap-resist=
|blunt-resist=
|deceleratle-resist=
|spooky-aura-resist=
|fizzle-resist=
|stun-resist=
|charm-resist=
}}