Template:DQBEnemy: Difference between revisions

From Dragon Quest Wiki
Jump to navigation Jump to search
created initial template. please report any bugs or missing features
 
m hopefully fixed a line-spacing bug
Line 6: Line 6:
</tr></table>
</tr></table>
</div>
</div>
<div style="background-color: #ffecc1; border-radius: 5px; padding: 3px;">
<div style="background-color: #ffecc1; border-radius: 5px; padding: 3px;">{{#if: {{{chapter-1-hp|}}}{{{chapter-1-attack|}}}{{{chapter-1-defense|}}}{{{chapter-1-items|}}} |  
{{#if: {{{chapter-1-hp|}}}{{{chapter-1-attack|}}}{{{chapter-1-defense|}}}{{{chapter-1-items|}}} |  
     <div style="height: 24px; width: 99%; background-color: #ffc456; border-radius: 5px; padding: 3px; text-align: center; line-height: 24px;">'''Chapter 1'''</div>
     <div style="height: 24px; width: 99%; background-color: #ffc456; border-radius: 5px; padding: 3px; text-align: center; line-height: 24px;">'''Chapter 1'''</div>
     <div style="padding: 3px; ">
     <div style="padding: 3px; ">
Line 24: Line 23:
       </tr>
       </tr>
     </table>
     </table>
</div>}}
</div>}}{{#if: {{{chapter-2-hp|}}}{{{chapter-2-attack|}}}{{{chapter-2-defense|}}}{{{chapter-2-items|}}} |  
 
{{#if: {{{chapter-2-hp|}}}{{{chapter-2-attack|}}}{{{chapter-2-defense|}}}{{{chapter-2-items|}}} |  
     <div style="height: 24px; width: 99%; background-color: #ffc456; border-radius: 5px; padding: 3px; text-align: center; line-height: 24px;">'''Chapter 2'''</div>
     <div style="height: 24px; width: 99%; background-color: #ffc456; border-radius: 5px; padding: 3px; text-align: center; line-height: 24px;">'''Chapter 2'''</div>
     <div style="padding: 3px; ">
     <div style="padding: 3px; ">
Line 43: Line 40:
       </tr>
       </tr>
     </table>
     </table>
</div>}}
</div>}}{{#if: {{{chapter-3-hp|}}}{{{chapter-3-attack|}}}{{{chapter-3-defense|}}}{{{chapter-3-items|}}} |  
 
{{#if: {{{chapter-3-hp|}}}{{{chapter-3-attack|}}}{{{chapter-3-defense|}}}{{{chapter-3-items|}}} |  
     <div style="height: 24px; width: 99%; background-color: #ffc456; border-radius: 5px; padding: 3px; text-align: center; line-height: 24px;">'''Chapter 3'''</div>
     <div style="height: 24px; width: 99%; background-color: #ffc456; border-radius: 5px; padding: 3px; text-align: center; line-height: 24px;">'''Chapter 3'''</div>
     <div style="padding: 3px; ">
     <div style="padding: 3px; ">
Line 62: Line 57:
       </tr>
       </tr>
     </table>
     </table>
</div>}}
</div>}}{{#if: {{{final-chapter-hp|}}}{{{final-chapter-attack|}}}{{{final-chapter-defense|}}}{{{final-chapter-items|}}} |  
 
{{#if: {{{final-chapter-hp|}}}{{{final-chapter-attack|}}}{{{final-chapter-defense|}}}{{{final-chapter-items|}}} |  
     <div style="height: 24px; width: 99%; background-color: #ffc456; border-radius: 5px; padding: 3px; text-align: center; line-height: 24px;">'''Final Chapter'''</div>
     <div style="height: 24px; width: 99%; background-color: #ffc456; border-radius: 5px; padding: 3px; text-align: center; line-height: 24px;">'''Final Chapter'''</div>
     <div style="padding: 3px; ">
     <div style="padding: 3px; ">

Revision as of 16:51, 3 January 2018


This is a template for enemies as they appear in Dragon Quest Builders. For appearances in other games, please use the corresponding enemy template.

Example

Slime (スライム suraimu)
Chapter 1
HP Attack Defense Item(s) Dropped
7 4 0 Blue goo (★★★), Milkblossom bud (★☆☆)
Chapter 2
HP Attack Defense Item(s) Dropped
12 6 0 Blue goo (★★★), Milkblossom bud (★☆☆)
Chapter 3
HP Attack Defense Item(s) Dropped
14 8 3 Blue goo (★★★), Milkblossom bud (★☆☆)
Final Chapter
HP Attack Defense Item(s) Dropped
9 8 0 Blue goo (★★★), Milkblossom bud (★☆☆)
Sprite


Usage

{{DQBEnemy
|name=
|kanji=
|romanji=
|chapter-1-hp=
|chapter-1-attack=
|chapter-1-defense=
|chapter-1-items=
|chapter-2-hp=
|chapter-2-attack=
|chapter-2-defense=
|chapter-2-items=
|chapter-3-hp=
|chapter-3-attack=
|chapter-3-defense=
|chapter-3-items=
|final-chapter-hp=
|final-chapter-attack=
|final-chapter-defense=
|final-chapter-items=
}}