Template:DQ9Enemy: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Trig Jegman (talk | contribs) m & this should run a whole lot faster |
||
| (22 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
< | <onlyinclude><includeonly> | ||
{{{{ | {{EnemyBase | ||
|float={{{float| }}} | |||
|image={{{image| }}} | |||
{| class="collapsible collapsed" | |name={{{name| }}} | ||
! colspan="7" | '''Additional Attributes''' | |game={{{game| }}} | ||
|console={{{console| }}} | |||
|romanji={{{romanji| }}} | |||
|kanji={{{kanji| }}} | |||
|hp={{{hp| }}} | |||
|mp={{{mp| }}} | |||
|attack={{{attack| }}} | |||
|defense={{{defense| }}} | |||
|agility={{{agility| }}} | |||
|experience={{{experience| }}} | |||
|gold={{{gold| }}} | |||
|droppedItem={{{droppedItem| }}} | |||
|skills={{{skills| }}} | |||
|spells={{{spells| }}} | |||
|family={{{family| }}} | |||
|bestiaryNumber={{{bestiaryNumber| }}} | |||
|captureRate={{{captureRate| }}} | |||
|description={{{description| }}} | |||
|locations={{{locations| }}} | |||
}} | |||
{| class="enemyTemplateTable mw-collapsible mw-collapsed" border="0" style="text-align:center" | |||
! colspan="7" class="enemyTemplateHeader" | '''Additional Attributes''' | |||
|- | |- | ||
| style=" | | style="background:#FF3333; height: 32px;" | '''Fire''' | ||
| style=" | | style="background:#99CCFF" | '''Ice''' | ||
| style=" | | style="background:#CCFFFF" | '''Wind''' | ||
| style=" | | style="background:#FFCC33" | '''Earth''' | ||
| style=" | | style="background:#FFFF33" | '''Light''' | ||
| style=" | | style="background:#333333; color:#FFFFFF" | '''Dark''' | ||
|- | |- | ||
| | | {{{fire|100}}} | ||
| | | {{{ice|100}}} | ||
| | | {{{wind|100}}} | ||
| {{{earth|100}}} | |||
| | | {{{light|100}}} | ||
| {{{dark|100}}} | |||
|- | |- | ||
| style=" | | style="background:#FF0066; height: 32px;" | '''Blast''' | ||
| style=" | | style="background:#9900FF" | '''Dazzle''' | ||
| style=" | | style="background:#00FFCC" | '''Sleep''' | ||
| style=" | | style="background:#666666; color:#FFFFFF" | '''Death''' | ||
| style="background:#0066FF" | '''Drain MP''' | |||
| style=" | | style="background:#339933" | '''Confusion''' | ||
| style=" | |||
|- | |- | ||
| | | {{{blast|100}}} | ||
| | | {{{dazzle|0}}} | ||
| {{{sleep|0}}} | |||
| {{{death|0}}} | |||
| {{{drnmp|100}}} | |||
| {{{confu|0}}} | |||
|- | |- | ||
| style=" | | style="background:#FF99CC; height: 32px;" | '''Fizzle''' | ||
| style=" | | style="background:#CCCCCC" | '''Inaction''' | ||
| style=" | | style="background:#CCCC00" | '''Paralyze''' | ||
| style=" | | style="background:#660066; color:#FFFF96" | '''Poison''' | ||
| style="background:#FF0099" | '''Charm''' | |||
| style="background:#669999" | '''Magic Res''' | |||
|- | |- | ||
| | | {{{fizzle|0}}} | ||
| | | {{{inact|0}}} | ||
| {{{poison|0}}} | |||
| style=" | | {{{prlyz|0}}} | ||
|} | | {{{charm|0}}} | ||
</ | | {{{mrdown|0}}} | ||
|- | |||
| style="background:#FFAA33; height: 32px;" | '''[[Blunt]]''' | |||
| style="background:#f44444" | '''[[Sap|<span style="color: yellow">Sap</span>]]''' | |||
| style="background:#44f4d7" | '''[[Decelerate]]''' | |||
|- | |||
| {{{blunt|0}}} | |||
| {{{sap|0}}} | |||
| {{{decelerate|0}}} | |||
|}</includeonly></onlyinclude><noinclude> | |||
{{DQ9Enemy/doc}} | |||
[[Category:Enemy templates]] | |||
</noinclude> | |||
Latest revision as of 02:34, 3 March 2026
Usage[edit source]
The enemy template is used to display statistics about a specific enemy/monster/boss in Dragon Quest IX: Sentinels of the Starry Skies. It is a custom version of the Enemy template specifically for Dragon Quest IX.
Parameters[edit source]
- float: whether the template should be floated left or right (default is left)
- image: wikitext for the sprite image of this monster
- name: the name of the enemy
- game: the name of the game
- console: the name of the console version of the game
- romanji: the romanji version of the monster's name
- kanji: the kanji version of the monster's name
- hp: the enemy's hit points
- mp: the enemy's magic points
- attack: the enemy's attack power
- defense: the enemy's defense power
- agility: the enemy's agility/speed
- experience: the experience points for defeating the enemy
- gold: the gold for defeating the enemy
- droppedItem: the item that might be dropped when the enemy is defeated. should include percentage or ratio.
- skills: any skills the enemy uses. use wikitext to link.
- spells: any spells the enemy uses use wikitext to link.
- bestiaryNumber: the identifying number of the enemy in the bestiary
- captureRate: the capture rate of enemies which can be captured. should be a percentage or ratio.
- description: any notes or other information about this monster
- locations: where the enemy can be found. can include wikimarkup for links.
- fire: value of fire defense (default 100)
- ice: value of ice defense (default 100)
- wind: value of wind defense (default 100)
- light: value of light defense (default 100)
- dark: value of dark defense (default 100)
- blast: value of blast defense (default 100)
- dazzle: value of Dazzle defense (default 0)
- sleep: value of sleep defense (default 0)
- death: value of death defense (default 0)
- drnmp: value of drain MP defense (default 100)
- confu: value of confusion defense (default 0)
- fizzle: value of Fizzle defense (default 0)
- inact: value of inaction defense (default 0)
- poison: value of poison defense (default 0)
- prlyz: value of paralysis defense (deafult 0)
- charm: value of attraction defense (default 0)
- mrdown: value of magic resistance defense (default 0)
- blunt: value of resistance to blunt
- sap: value of resistance to sap
- decelerate: value of resistance to decelerate
Example[edit source]
Sample[edit source]
| #24 - Test | |||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||
| Dropped Item | Club | ||||||||||||||||||||||||||||||||||||||||||
| Locations | South of Mercado, North of Coburg | ||||||||||||||||||||||||||||||||||||||||||
| Skills | Ninjitsu | ||||||||||||||||||||||||||||||||||||||||||
| Spells | Kamikaze | ||||||||||||||||||||||||||||||||||||||||||
| Family | Slime family | ||||||||||||||||||||||||||||||||||||||||||
| Capture Rate | 1/32 | ||||||||||||||||||||||||||||||||||||||||||
| Bestiary # | 24 | ||||||||||||||||||||||||||||||||||||||||||
| Game | Dragon Quest XXVI | ||||||||||||||||||||||||||||||||||||||||||
| Console | GBC | ||||||||||||||||||||||||||||||||||||||||||
| Japanese Name | ninanana | ||||||||||||||||||||||||||||||||||||||||||
| Romanized Jap. | chingchow | ||||||||||||||||||||||||||||||||||||||||||
| Description | This is a test enemy. | ||||||||||||||||||||||||||||||||||||||||||
| Additional Attributes | ||||||
|---|---|---|---|---|---|---|
| Fire | Ice | Wind | Earth | Light | Dark | |
| 150 | 150 | 150 | 150 | 200 | 200 | |
| Blast | Dazzle | Sleep | Death | Drain MP | Confusion | |
| 1 | 0 | 15 | 25 | 44 | 50 | |
| Fizzle | Inaction | Paralyze | Poison | Charm | Magic Res | |
| 0 | 0 | 66 | 45 | 0 | 23 | |
| Blunt | Sap | Decelerate | ||||
| 0 | 0 | 0 | ||||
Wiki markup[edit source]
{{Enemy
|float=left
|image=[[Image:Orgodemir DQVII PSX.gif]]
|name=Test
|game=Dragon Quest XXVI
|console=GBC
|romanji= chingchow
|kanji= ninanana
|hp= 400
|mp= 20
|attack= 23
|defense=44
|agility=33
|experience=400
|gold=21
|droppedItem=Club
|skills=Ninjitsu
|spells=Kamikaze
|family=[[Slime family]]
|bestiaryNumber=24
|captureRate=1/32
|description=This is a test enemy.
|locations=South of Mercado, North of Coburg
|fire=150
|ice=150
|wind=150
|earth=150
|light=200
|dark=200
|blast=1
|dazzle=10
|sleep=15
|death=25
|drnmp=44
|confu=50
|fizzle=100
|inact=33
|prlyz=45
|poison=66
|blunt=
|sap=
|decelerate=
|charm=77
|mrdown=23
}}
