Jump to content

Template:Monster: Difference between revisions

From PAD Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 60: Line 60:
{| class="wikitable"
{| class="wikitable"
! colspan="2" | {{{name|{{PAGENAME}}}}}
! colspan="2" | {{{name|{{PAGENAME}}}}}
|-
| ID || {{{id|}}}
|-
|-
| Primary Attribute  || {{#if:{{{attribute|}}}|{{#ifeq:{{lc:{{{attribute}}}}}|none|None|{{Orbs|{{{attribute}}}}}}}|None}}
| Primary Attribute  || {{#if:{{{attribute|}}}|{{#ifeq:{{lc:{{{attribute}}}}}|none|None|{{Orbs|{{{attribute}}}}}}}|None}}
Line 75: Line 77:
| Awakenings || {{{awakenings|}}}
| Awakenings || {{{awakenings|}}}
|}
|}
{| class="wikitable"
{| class="wikitable"
! Stats || '''Max Level ({{{maxlevel|99}}})''' || '''Level 110''' || '''Level 120'''
! Stats || '''Max Level ({{{maxlevel|99}}})''' || '''Level 110''' || '''Level 120'''

Revision as of 07:02, 17 August 2025

This template defines the table "monsters". View table.


Usage

{{Monster | id = 1001 | name = Red Ogre | attribute = Fire | subattribute = Dark | rarity = 3 | cost = 7 | maxlevel = 99 | hp_max = 1400 | atk_max = 750 | rcv_max = 0 | hp_110 = 1540 | atk_110 = 825 | rcv_110 = 0 | hp_120 = 1680 | atk_120 = 900 | rcv_120 = 0 | types = Devil; Attacker | awakenings = +HP; Skill Boost | evolvesto = Red Dragon | evomaterials = Dragon Fruit x5; Red Dragon Fruit x3 | evomaterialcosts = 500000 | image = Red_Ogre.png }}

  • Use semicolons (;) to separate lists.