Template:DQ8Enemy: Difference between revisions
Jump to navigation
Jump to search
Rigel Kent (talk | contribs) m (rewrote head as flex instead of table layout) |
No edit summary |
||
| (4 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div style="background-color: # | <div style="background-color: #F4C430; padding: 3px; border-radius: 7px; max-width: 63em;"> | ||
<div style="display: flex; padding: 0.5em; height: 1.35em; justify-content: space-between; align-items: center;"> | <div style="display: flex; padding: 0.5em; height: 1.35em; justify-content: space-between; align-items: center;"> | ||
<div>{{#if: {{{name|}}} | '''{{{name}}}''' }} {{#if: {{{kanji|}}} | ({{{kanji}}}{{#if: {{{romanji|}}} | ''{{{romanji}}}'' }})}}</div> | <div>{{#if: {{{name|}}} | '''{{{name}}}''' }} {{#if: {{{kanji|}}} | ({{{kanji}}}{{#if: {{{romanji|}}} | ''{{{romanji}}}'' }})}}</div> | ||
| Line 6: | Line 6: | ||
</div> | </div> | ||
<div style="background-color: #FFFFFF; border-radius: 5px; padding: 3px;"> | <div style="background-color: #FFFFFF; border-radius: 5px; padding: 3px;"> | ||
<div style="padding: 3px; "> | <div style="padding: 3px; "> | ||
<table style="border: 1px solid | <table style="border: 1px solid orange; border-radius: 3px; width: 100%;" cellspacing="0" cellpadding="0"> | ||
<tr> | <tr> | ||
</tr> | </tr> | ||
<tr> | |||
<td colspan="7" style="padding: 2px; width: 50px; height: 24px; text-align: center; border-right: 1px solid white">{{#if: {{{sprite|}}} | {{{sprite}}} }}</td> | |||
<tr> | <tr> | ||
</tr> | </tr> | ||
<tr> | |||
<td colspan="2" style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''Bestiary No.'''</td> | |||
<td colspan="2" style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''Family'''</td> | |||
<tr> | <tr> | ||
<td style=" | </tr> | ||
<td style=" | <td colspan="2" style="text-align: center; border-bottom: 1px solid orange">{{#if: {{{bestiaryNumber|}}} | '''{{{bestiaryNumber}}}''' }}</td> | ||
<td colspan="2" style="text-align: center; border-bottom: 1px solid orange">{{#if: {{{family|}}} | '''{{{family}}}''' }}</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="padding: 2px; width: | <td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{Exp}}erience'''</td> | ||
<td style="padding: 2px; width: | <td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''[[Gold]]'''</td> | ||
<td style="padding: 2px; width: | <td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{HP}}'''</td> | ||
<td style="padding: 2px; width: | <td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{MP}}'''</td> | ||
</tr> | |||
<tr> | |||
</tr> | |||
<tr> | |||
<td style="padding: 2px; width: 48px; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{exp|}}}|{{{exp}}}|?}}</td> | |||
<td style="padding: 2px; width: 48px; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{gold|}}}|{{{gold}}}|?}}</td> | |||
<td style="padding: 2px; width: 48px; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{hp|}}}|{{{hp}}}|?}}</td> | |||
<td style="padding: 2px; width: 48px; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{mp|}}}|{{{mp}}}|?}}</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="width: | <td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{Attack}}'''</td> | ||
<td style="text-align: center; border- | <td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{Defense}}'''</td> | ||
<td style="background-color: #f4ce81; padding: 2px; width: 64px; text-align: center; border-right: 1px solid orange">'''{{Agility}}'''</td> | |||
<td style="background-color: #f4ce81; padding: 2px; width: 32px; text-align: center; border-right: 1px solid orange">'''Evasion'''</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="width: | <td style="padding: 2px; width: 48px; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{attack|}}}|{{{attack}}}|?}}</td> | ||
<td style="text-align: center; border- | <td style="padding: 2px; width: 48px; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{defense|}}}|{{{defense}}}|?}}</td> | ||
<td style="padding: 2px; width: 48px; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{agility|}}}|{{{agility}}}|?}}</td> | |||
<td style="padding: 2px; width: 48px; height: 24px; text-align: center; border-right: 1px solid orange">{{#if: {{{evasion|}}} | {{{evasion}}}|?}}</td> | |||
</tr> | </tr> | ||
</table> | |||
<table style="border: 1px solid orange; border-radius: 3px; width: 100%; margin-top: 5px; text-align: center; height: 32px;" cellspacing="0" cellpadding="0"> | |||
<tr> | <tr> | ||
<td style="width: | <td style="width: 100px; height: 24px; background-color: #f4ce81; border-bottom: 1px solid orange;">'''In-Game Description'''</td> | ||
<td style="text-align: center; border-bottom: 1px solid | <td style="text-align: center; border-bottom: 1px solid orange">{{#if: {{{description|}}} | ''{{{description}}}'' }}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="width: | <td style="width: 100px; height: 24px; background-color: #f4ce81; border-bottom: 1px solid orange;">'''Spell(s)'''</td> | ||
<td style="text-align: center; border-bottom: 1px solid | <td style="text-align: center; border-bottom: 1px solid orange">{{#if: {{{spells|}}} | '''{{{spells}}}''' }}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="width: | <td style="width: 100px; height: 24px; background-color: #f4ce81; border-bottom: 1px solid orange;">'''Skill(s)'''</td> | ||
<td style="text-align: center; border-bottom: 1px solid | <td style="text-align: center; border-bottom: 1px solid orange">{{#if: {{{skills|}}} | '''{{{skills}}}''' }}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="width: | <td style="width: 100px; height: 24px; background-color: #f4ce81; border-bottom: 1px solid orange;">'''Location(s)'''</td> | ||
<td style="text-align: center; border-bottom: 1px solid | <td style="text-align: center; border-bottom: 1px solid orange">{{#if: {{{locations|}}} | '''{{{locations}}}''' }}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="width: | <td style="width: 100px; height: 24px; background-color: #f4ce81;">'''Item(s) Dropped'''</td> | ||
<td style="text-align: center;">{{#if: {{{items|}}} | '''{{{items}}}'''}}</td> | <td style="text-align: center;">{{#if: {{{items|}}} | '''{{{items}}}'''}}</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
<table style="border: 1px solid orange; border-radius: 3px; width: 100%; margin-top: 5px;" cellspacing="0" cellpadding="0"> | |||
<tr> | <tr> | ||
<td style="background-color:# | |||
<td style="background-color:# | <td style="background-color:#f4ce81; padding: 2px; font-size: 12px; width: 25%; text-align: center; border-right: 1px solid orange">'''Attack Resistance'''</td> | ||
<td style="background-color:# | <td style="background-color:#f4ce81; padding: 2px; font-size: 12px; width: 25%; text-align: center; border-right: 1px solid orange">'''[[Frizz]] Resistance''' {{tt|*|This includes Frizz, Frizzle, Kafrizzle, Firebird Throw & Big Banga}}</td> | ||
<td style="background-color:# | <td style="background-color:#f4ce81; padding: 2px; font-size: 12px; width: 25%; text-align: center; border-right: 1px solid orange">'''[[Sizz]] Resistance''' {{tt|*|This includes Sizz, Sizzle, Kasizzle, & Flame Slash}}</td> | ||
<td style="background-color:#f4ce81; padding: 2px; font-size: 12px; width: 25%; text-align: center; border-right: 1px solid orange">'''[[Fire Breath]]<br>Resistance''' {{tt|*|This includes Magic Burst, Fire Breath, Flame Breath, Inferno, & Scorch }}</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid | <td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{attack-resist|}}}|{{{attack-resist}}}|?}}</td> | ||
<td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid | <td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{frizz-resist|}}}|{{{frizz-resist}}}|?}}</td> | ||
<td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid | <td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{sizz-resist|}}}|{{{sizz-resist}}}|?}}</td> | ||
<td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid | <td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid orange">{{#if: {{{flame-resist|}}} | {{{flame-resist}}}|?}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="background-color:# | <td style="background-color:#f4ce81; padding: 2px; font-size: 12px; width: 25%; text-align: center; border-right: 1px solid orange">'''[[Bang]] Resistance''' {{tt|*|This includes Bang, Boom, Kaboom, Terrible Lightning, Lightning Slash, & Anger of the Gods}}</td> | ||
<td style="background-color:# | <td style="background-color:#f4ce81; padding: 2px; font-size: 12px; width: 25%; text-align: center; border-right: 1px solid orange">'''[[Crack]] Resistance''' {{tt|*|This includes Crack, Crackle, Kacrackle, & Kacrackle Slash}}</td> | ||
<td style="background-color:# | <td style="background-color:#f4ce81; padding: 2px; font-size: 12px; width: 25%; text-align: center; border-right: 1px solid orange">'''[[Cool Breath|Ice breath]]<br>Resistance''' {{tt|*|This includes Cool Breath, Chilly Breath, Freezing Blizard, & Frightfully C-c-cold Breath }}</td> | ||
<td style="background-color:# | <td style="background-color:#f4ce81; padding: 2px; font-size: 12px; width: 25%; text-align: center; border-right: 1px solid orange">'''[[Woosh]] Resistance''' {{tt|*|This includes Woosh, Swoosh, Kaswoosh, Vacuum Slash, Thin Air, Wind Sickles, Clean Sweep (enemy version) & Pearly Gates }}</td> | ||
</tr> | |||
<tr> | |||
<td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{bang-resist|}}}|{{{bang-resist}}}|?}}</td> | |||
<td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{crack-resist|}}}|{{{crack-resist}}}|?}}</td> | |||
<td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{ice-resist|}}}|{{{ice-resist}}}|?}}</td> | |||
<td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{woosh-resist|}}}|{{{woosh-resist}}}|?}}</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="padding: 2px; width: 25% | <td style="background-color:#f4ce81; padding: 2px; font-size: 12px; width: 25%; text-align: center; border-right: 1px solid orange">'''[[:Category:Strike skills|Strike/Rock]] Resistance {{tt|*|This includes Stone's Throw, Boulder Toss, Knuckle Sandwich, Clean Sweep (player version), Power Throw, Super Throw, Swing Both Ways, & Serpent's Bite}}'''</td> | ||
<td style="padding: 2px; width: 25% | <td style="background-color:#f4ce81; padding: 2px; font-size: 12px; width: 25%; text-align: center; border-right: 1px solid orange">'''[[Zap]] Resistance''' {{tt|*|This includes Zap, Kazap, Lightning Storm, Gigaslash, Gigagash, & Gigathrow}}</td> | ||
<td style="padding: 2px; width: 25% | <td style="background-color: #f4ce81; padding: 2px; font-size: 12px; width: 25%; text-align: center; border-right: 1px solid orange">'''[[Drain Magic]] Resistance'''</td> | ||
<td style="padding: 2px; width: 25% | <td style="background-color:#f4ce81; padding: 2px; font-size: 12px; width: 25%; text-align: center; border-right: 1px solid orange">'''[[Whack]] Resistance''' {{tt|*|This includes Whack, Thwack, Kathwack, Kamikazee, Grim Reaper, Grimmer Reaper, Assassin's Stab, Sudden Death, Needle Shot, & Needle Rain }}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style=" | <td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{grapple-resist|}}}|{{{grapple-resist}}}|?}}</td> | ||
<td style=" | <td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{zap-resist|}}}|{{{zap-resist}}}|?}}</td> | ||
<td style=" | <td style="padding: 4px; width: 25%; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{drain-resist|}}}|{{{drain-resist}}}|?}}</td> | ||
<td style=" | <td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{death-resist|}}}|{{{death-resist}}}|?}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="padding: 2px; width: 25% | <td style="background-color:#f4ce81; padding: 2px; font-size: 12px; width: 25%; text-align: center; border-right: 1px solid orange">'''[[Ban Dance]] Resistance'''</td> | ||
<td style="padding: 2px; width: 25% | <td style="background-color:#f4ce81; padding: 2px; font-size: 12px; width: 25%; text-align: center; border-right: 1px solid orange">'''[[Dazzle]] Resistance'''</td> | ||
<td style="padding: 2px; width: 25% | <td style="background-color:#f4ce81; padding: 2px; font-size: 12px; width: 25%; text-align: center; border-right: 1px solid orange">'''[[Fizzle]] Resistance'''</td> | ||
<td | <td style="background-color:#f4ce81; padding: 2px; font-size: 12px; width: 25%; text-align: center; border-right: 1px solid orange">'''[[Fuddle]] Resistance''' {{tt|*|This includes Fuddle & Kafuddle}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style=" | <td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{dance-resist|}}}|{{{dance-resist}}}|?}}</td> | ||
<td style=" | <td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{dazzle-resist|}}}|{{{dazzle-resist}}}|?}}</td> | ||
<td style=" | <td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{fizzle-resist|}}}|{{{fizzle-resist}}}|?}}</td> | ||
<td style=" | <td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{confusion-resist|}}}|{{{confusion-resist}}}|?}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="padding: 2px; width: 25% | <td style="background-color:#f4ce81; padding: 2px; font-size: 12px; width: 25%; text-align: center; border-right: 1px solid orange">'''[[Paralysis]] Resistance''' {{tt|*|This includes Angel Eyes, Charming Look, Parallax, Whiplash, Lashings of Love, & Blow Kiss}}</td> | ||
<td style="padding: 2px; width: 25% | <td style="background-color:#f4ce81; padding: 2px; font-size: 12px; width: 25%; text-align: center; border-right: 1px solid orange">'''{{Poison}} Resistance''' {{tt|*|This includes Toxic Dagger, Toxic Sword}}</td> | ||
<td style="padding: 2px; width: 25% | <td style="background-color:#f4ce81; padding: 2px; font-size: 12px; width: 25%; text-align: center; border-right: 1px solid orange">'''[[Snooze]] resistance''' {{tt|*|This includes Snooze, Kasnooze, & Sandman's Arrow }}</td> | ||
<td style="padding: 2px; width: 25% | <td style="background-color:#f4ce81; padding: 2px; font-size: 12px; width: 25%; text-align: center; border-right: 1px solid orange">'''{{Stun}} Resistance''' {{tt|*|This includes Warcry, Underpants Dance, Puff-Puff, Heart Breaker, Mind Breaker, & Feel the Beat}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style=" | <td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{paralysis-resist|}}}|{{{paralysis-resist}}}|?}}</td> | ||
<td style=" | <td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{poison-resist|}}}|{{{poison-resist}}}|?}}</td> | ||
<td style=" | <td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid orange">{{#if: {{{sleep-resist|}}} | {{{sleep-resist}}}|?}}</td> | ||
<td style=" | <td style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{shock-resist|}}}|{{{shock-resist}}}|?}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td | <td colspan="4" style="background-color:#f4ce81; padding: 2px; font-size: 12px; width: 25%; text-align: center; border-right: 1px solid orange">'''[[Sap]] Resistance''' {{tt|*|This includes Sap, Kasap, & Helm Splitter}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style=" | <td colspan="4" style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{sap-resist|}}}|{{{sap-resist}}}|?}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="padding: 2px; width: 25% | <td colspan="4" style="background-color:#f4ce81; padding: 2px; font-size: 12px; width: 25%; text-align: center; border-right: 1px solid orange">'''Army Resistance''' {{tt|*|This includes Golden Oldies, Monster Mia, & Fire in the 'Ole}}</td> | ||
</tr> | |||
<td colspan=" | <tr> | ||
<td colspan="4" style="padding: 2px; width: 25%; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{troop-resist|}}}|{{{troop-resist}}}|?}}</td> | |||
</tr> | </tr> | ||
</table> | </table> | ||
</div> | </div> | ||
<div style="background-color: #FFFFFF; border-radius: 5px; padding: 3px;"> | <div style="background-color: #FFFFFF; border-radius: 5px; padding: 3px;"> | ||
<div style="height: 24px; width: 99%; color: ; background-color: # | <div style="height: 24px; width: 99%; color: ; background-color: #42cbec; border-radius: 5px; padding: 3px; text-align: center; line-height: 24px;">'''Ports ({{3DS}}, [[Cell phone|Mobile]])'''</div> | ||
<div style="padding: 3px; "> | <div style="padding: 3px; "> | ||
<table style="border: 1px solid | <table style="border: 1px solid orange; border-radius: 3px; width: 100%;" cellspacing="0" cellpadding="0"> | ||
<tr> | <tr> | ||
<td style="background-color:# | <td style="background-color:#f4ce81; padding: 2px; text-align: center; border-right: 1px solid orange">'''Notable Changes'''</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="padding: 2px; height: 24px; text-align: center; border-right: 1px solid | <td style="padding: 2px; height: 24px; text-align: center; border-right: 1px solid orange">{{#if:{{{remake-changes|}}}|{{{remake-changes}}}|None}}</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
| Line 155: | Line 164: | ||
</div>{{clear}}</includeonly> | </div>{{clear}}</includeonly> | ||
<noinclude> | <noinclude> | ||
This is a template for enemies that appear in {{DQ8}}. For appearances in other games, please use the corresponding enemy template. | This is a template for enemies that appear in {{DQ8}}. For appearances in other games, please use the corresponding enemy template. | ||
| Line 162: | Line 172: | ||
|kanji=スライム | |kanji=スライム | ||
|romanji=suraimu | |romanji=suraimu | ||
|sprite=[[File: | |sprite=[[File:HQDQ8-1.gif]] | ||
|hp= | |hp=100 | ||
|mp= | |mp=100 | ||
|exp= | |exp=100 | ||
|gold=1 | |gold=1,000 | ||
|attack=10 | |attack=10 | ||
|defense=8 | |defense=8 | ||
|agility=6 | |agility=6 | ||
|bestiaryNumber= | |bestiaryNumber=001 | ||
|family={{Slime}} | |family={{Slime}} | ||
|description=They are very slimey. | |description=They are very slimey. | ||
|spells= | |spells=None | ||
|skills= | |skills=None | ||
|locations=[[Farebury Region]] | |locations=[[Farebury Region]] | ||
|items= | |items=[[Medicinal herb]] | ||
|evasion={{fraction|0|64}} | |evasion={{fraction|0|64}} | ||
|attack-resist= | |attack-resist=100% | ||
|frizz-resist= | |frizz-resist=100% | ||
|sizz-resist= | |sizz-resist=100% | ||
|flame-resist= | |flame-resist=100% | ||
|bang-resist= | |bang-resist=100% | ||
|woosh-resist= | |woosh-resist=100% | ||
|crack-resist= | |crack-resist=100% | ||
|ice-resist= | |ice-resist=100% | ||
|grapple-resist= | |grapple-resist=100% | ||
|zap | |zap-resist=100% | ||
|drain-resist=100% | |drain-resist=100% | ||
|death-resist=100% | |||
|dance-resist=0% | |||
|dazzle-resist=100% | |||
|confusion-resist=100% | |||
|fizzle-resist=0% | |||
|paralysis-resist=100% | |||
|poison-resist=100% | |||
|sleep-resist=100% | |||
|shock-resist=100% | |||
|sap-resist=100% | |||
|troop-resist=100% | |||
|remake-sprite= | |remake-sprite= | ||
|remake-changes= | |remake-changes= | ||
| Line 253: | Line 263: | ||
</noinclude> | </noinclude> | ||
<noinclude> | <noinclude> | ||
[[Category:Enemy templates | [[Category:Enemy templates]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 21:05, 28 May 2025
This is a template for enemies that appear in Dragon Quest VIII: Journey of the Cursed King. For appearances in other games, please use the corresponding enemy template.
Example[edit]
![]() |
||||||
| Bestiary No. | Family | |||||
| 001 | Slime | |||||
| Experience | Gold | HP | MP | |||
| 100 | 1,000 | 100 | 100 | |||
| Attack | Defense | Agility | Evasion | |||
| 10 | 8 | 6 | 0⁄64 | |||
| In-Game Description | They are very slimey. |
| Spell(s) | None |
| Skill(s) | None |
| Location(s) | Farebury Region |
| Item(s) Dropped | Medicinal herb |
| Attack Resistance | Frizz Resistance * | Sizz Resistance * | Fire Breath Resistance * |
| 100% | 100% | 100% | 100% |
| Bang Resistance * | Crack Resistance * | Ice breath Resistance * |
Woosh Resistance * |
| 100% | 100% | 100% | 100% |
| Strike/Rock Resistance * | Zap Resistance * | Drain Magic Resistance | Whack Resistance * |
| 100% | 100% | 100% | 100% |
| Ban Dance Resistance | Dazzle Resistance | Fizzle Resistance | Fuddle Resistance * |
| 0% | 100% | 0% | 100% |
| Paralysis Resistance * | Poison Resistance * | Snooze resistance * | Stun Resistance * |
| 100% | 100% | 100% | 100% |
| Sap Resistance * | |||
| 100% | |||
| Army Resistance * | |||
| 100% | |||
Usage[edit]
{{DQ8Enemy
|name=
|kanji=
|romanji=
|sprite=
|hp=
|mp=
|exp=
|gold=
|attack=
|defense=
|agility=
|bestiaryNumber=
|family={{Slime}}
|description=
|spells=
|skills=
|locations=
|items=
|evasion=
|attack-resist=
|frizz-resist=
|sizz-resist=
|flame-resist=
|bang-resist=
|woosh-resist=
|crack-resist=
|ice-resist=
|grapple-resist=
|zap-resist=
|troop-resist=
|death-resist=
|poison-resist=
|paralysis-resist=
|shock-resist=
|sleep-resist=
|confusion-resist=
|dazzle-resist=
|fizzle-resist=
|dance-resist=
|sap-resist=
|drain-resist=
|remake-changes=
}}
