Template:Enemy/Content: Difference between revisions

Template page
No edit summary
No edit summary
Line 2: Line 2:
|-
|-
| align="center" colspan="4" |  
| align="center" colspan="4" |  
{| align="center" width="100%" class="textfield"
{| align="center" width="100%" class="textfield" style="height-min:100px"
|- align="center"
|- align="center"
| {{#if: {{{image|}}}|[[File:{{{tmname}}}.png|{{{size|x300px}}}]]
| {{#if: {{{image|}}}|[[File:{{{tmname|{{{name|King Jowy (sprite)}}}}}}.png]]
|}
|}
|-
|-
Line 10: Line 10:
{| class="charstatinner" style=" "
{| class="charstatinner" style=" "
|- align="center"
|- align="center"
|class="infoboxblank"|'''Stats'''
|class="infoboxblank"|'''Details'''
{| align="center" width="100%" style=" "
|- align="center"
| class="infoboxbubble" width="25%" | <small>'''LV'''<br>{{{level|80}}}</small>
| class="infoboxbubble" width="25%" | <small>'''HP'''<br>{{{hp|15000}}}</small>
| class="infoboxbubble" width="25%" | <small>'''PWR'''<br>{{{power|900}}}</small>
| class="infoboxbubble" width="25%" | <small>'''SKL'''<br>{{{skill|900}}}</small>
|}
{| align="center" width="100%" style=" "
|- align="center"
| class="infoboxbubble" width="25%" | <small>'''DEF'''<br>{{{defense|900}}}</small>
| class="infoboxbubble" width="25%" | <small>'''SPD'''<br>{{{speed|900}}}</small>
| class="infoboxbubble" width="25%" | <small>'''MGC'''<br>{{{magic|900}}}</small>
| class="infoboxbubble" width="25%" | <small>'''LUK'''<br>{{{luck|900}}}</small>
|}
|}
|-
| align="center" colspan="4" |
{| class="charstatinner" style=" "
|- align="center"
|class="infoboxblank"| '''Elemental Resistance'''
{| align="center" width="100%" style=" "
|- align="center"
| class="infoboxbubble" width="16%" | <small>'''Fire'''<br>{{{fire|Normal}}}</small>
| class="infoboxbubble" width="17%" | <small>'''Water'''<br>{{{water|Normal}}}</small>
| class="infoboxbubble" width="16%" | <small>'''Earth'''<br>{{{earth|Normal}}}</small>
| class="infoboxbubble" width="16%" | <small>'''Light.'''<br>{{{lightning|Normal}}}</small>
| class="infoboxbubble" width="17%" | <small>'''Wind'''<br>{{{wind|Normal}}}</small>
| class="infoboxbubble" width="16%" | <small>'''Holy'''<br>{{{holy|Normal}}}</small>
|}
|}
|}
{| class="charstatinner" align="center" width="100%"
|-
| align="center" colspan="4" |
{| class="charstatinner" style=" "
|- align="center"
|class="infoboxblank"| '''Location and Loot'''
{|  class="infoboxblank" align="center" width="100%" style=" "
|- align="left"
|- align="left"
|class="infoboxblank"| '''Area'''
|class="infoboxblank"|'''Area'''
|class="textfield" width="70%" style=" "|{{{area|Banaar Mines}}}
|class="textfield" width="70%" style=" "|{{{area|--}}}
|- align="left"
|- align="left"
|class="infoboxblank"| '''Potch ''(Bribe)'''''
|class="infoboxblank"|'''Type'''
|class="textfield" width="70%" style=" "|{{{potch|2500}}} ''({{#ifeq: {{{bribe|no}}}|no|Can't bribe|{{{buy|{{#expr: {{{potch|0}}} * 3}}}}}}})
|class="textfield" width="70%" style=" "|{{{type|--}}} enemy
|- align="left"
|class="infoboxblank"| '''Items'''
|class="textfield" width="70%" style=" "|{{{items|Sovereign Rune<br>Prakk}}}
|}
|}
|}
|-
|-
Line 72: Line 34:
|power = The PWR of the enemy.
|power = The PWR of the enemy.
|skill = The SKL of the enemy.
|skill = The SKL of the enemy.
|defense = The DEF of the enemy.
|speed = The SPD of the enemy.
|magic = The MGC of the enemy.
|magic = The MGC of the enemy.
|repel = The REP of the enemy.
|defense = The PDF of the enemy.
|magic_defense = The MDF of the enemy (if applicable).
|magic_defense = The MDF of the enemy (if applicable).
|luck = The LUCK of the enemy.
|speed = The SPD of the enemy.
|luck = The LUK of the enemy.
|elemental_strength = Elemental magic that the enemy is strong against, if any.
|elemental_strength = Elemental magic that the enemy is strong against, if any.
|elemental_weakness = Elemental magic that the enemy is weak against, if any.
|elemental_weakness = Elemental magic that the enemy is weak against, if any.
|move = The movement ability of the enemy(Long, Short, Immobile, Teleport) with optional ''(Flight)'' for flying enemies.
|area = The location in which this enemy can be encountered and battled in.
|area = The location in which this enemy can be encountered and battled in.
|items = Items that this enemy can drop.
|items = Items that this enemy can drop.
}}
}}
</pre>[[Category:Infobox templates]]</noinclude>
</pre>[[Category:Infobox templates]]</noinclude>

Revision as of 15:29, 19 March 2021

Details
Area --
Type -- enemy

This template is used to add an enemy infobox to a page. To add this template to an article copy and paste the code below and then fill in the information for each section.

{{Enemy
|name = The enemies English name or closest localisation.
|japanese_name= The enemies name in Japanese. This is usually written in Katakana.
|romaji_name = The enemies Japanese name once converted to Romaji
|level = The Level of the enemy.
|potch = The amount of potch this enemy awards upon defeat.
|bribe = Whether the enemy is bribable or not (yes or no),
|hp = The HP of the enemy.
|power = The PWR of the enemy.
|skill = The SKL of the enemy.
|magic = The MGC of the enemy.
|repel = The REP of the enemy.
|defense = The PDF of the enemy.
|magic_defense = The MDF of the enemy (if applicable).
|speed = The SPD of the enemy.
|luck = The LUK of the enemy.
|elemental_strength = Elemental magic that the enemy is strong against, if any.
|elemental_weakness = Elemental magic that the enemy is weak against, if any.
|move = The movement ability of the enemy(Long, Short, Immobile, Teleport) with optional ''(Flight)'' for flying enemies.
|area = The location in which this enemy can be encountered and battled in.
|items = Items that this enemy can drop.
}}