Jump to content

Template:Monster: Difference between revisions

From PAD Wiki
No edit summary
No edit summary
Line 51: Line 51:
}}
}}
{| class="wikitable"
{| class="wikitable"
! colspan="4" | {{{name|{{PAGENAME}}}}}
! colspan="2" | {{{name|{{PAGENAME}}}}}
|-
|-
| Primary Attribute  || colspan="3" | {{#if:{{{attribute|}}}|{{#ifeq:{{lc:{{{attribute}}}}}|none|None|{{Orbs|{{{attribute}}}}}}}|None}}
| Primary Attribute  || {{#if:{{{attribute|}}}|{{#ifeq:{{lc:{{{attribute}}}}}|none|None|{{Orbs|{{{attribute}}}}}}}|None}}
|-
|-
| Secondary Attribute || colspan="3" | {{#if:{{{subattribute|}}}|{{#ifeq:{{lc:{{{subattribute}}}}}|none|None|{{Orbs|{{{subattribute}}}}}}}|None}}
| Secondary Attribute || {{#if:{{{subattribute|}}}|{{#ifeq:{{lc:{{{subattribute}}}}}|none|None|{{Orbs|{{{subattribute}}}}}}}|None}}
|-
|-
| Tertiary Attribute  || colspan="3" | {{#if:{{{thirdattribute|}}}|{{#ifeq:{{lc:{{{thirdattribute}}}}}|none|None|{{Orbs|{{{thirdattribute}}}}}}}|None}}
| Tertiary Attribute  || {{#if:{{{thirdattribute|}}}|{{#ifeq:{{lc:{{{thirdattribute}}}}}|none|None|{{Orbs|{{{thirdattribute}}}}}}}|None}}
|-
|-
| Rarity || colspan="3" | {{{rarity|}}}
| Rarity || {{{rarity|}}}
|-
|-
| Cost || colspan="3" | {{{cost|}}}
| Cost || {{{cost|}}}
|-
|-
| Types || {{{types|}}}
|-
| Awakenings || {{{awakenings|}}}
|}
{| class="wikitable"
! Stats || '''Max Level ({{{maxlevel|99}}})''' || '''Level 110''' || '''Level 120'''
! Stats || '''Max Level ({{{maxlevel|99}}})''' || '''Level 110''' || '''Level 120'''
|-
|-
Line 70: Line 76:
|-
|-
| '''RCV''' || {{{rcv_max|}}} || {{{rcv_110|}}} || {{{rcv_120|}}}
| '''RCV''' || {{{rcv_max|}}} || {{{rcv_110|}}} || {{{rcv_120|}}}
|-
| Types || colspan="3" | {{{types|}}}
|-
| Awakenings || colspan="3" | {{{awakenings|}}}
|}
|}
== How to Obtain ==
== How to Obtain ==

Revision as of 06:44, 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 | image = Red_Ogre.png }}

  • Use semicolons (;) to separate lists.