Jump to content

Template:Monster: Difference between revisions

From PAD Wiki
No edit summary
No edit summary
Line 22: Line 22:
   | Awakenings  = String
   | Awakenings  = String
   | Image      = File
   | Image      = File
   | Obtain      = String  
   | Obtain      = String
  | EvolvesFrom = String
  | EvolvesTo  = String
  | EvoMaterials = String
  | EvoMaterialCosts = String  
}}
}}
</noinclude>
</noinclude>
<includeonly>
<includeonly>
{{#cargo_store:
{{#cargo_store:
   _table      = monsters
   _table      = monsters
Line 50: Line 53:
   | Image    = {{{image|}}}
   | Image    = {{{image|}}}
   | Obtain    = {{{obtain|}}}
   | Obtain    = {{{obtain|}}}
  | EvolvesFrom = {{{evolvesfrom|}}}
  | EvolvesTo = {{{evolvesto|}}}
  | EvoMaterials = {{{evomaterials|}}}
  | EvoMaterialCosts = {{{evomaterialcosts|}}}
}}
}}
== Monster Info ==
{| class="wikitable"
{| class="wikitable"
! colspan="2" | {{{name|{{PAGENAME}}}}}
! colspan="2" | {{{name|{{PAGENAME}}}}}
Line 69: Line 75:
| Awakenings || {{{awakenings|}}}
| Awakenings || {{{awakenings|}}}
|}
|}
== Stats ==
 
{| class="wikitable"
{| class="wikitable"
! Stats || '''Max Level ({{{maxlevel|99}}})''' || '''Level 110''' || '''Level 120'''
! Stats || '''Max Level ({{{maxlevel|99}}})''' || '''Level 110''' || '''Level 120'''
Line 81: Line 87:
== How to Obtain ==
== How to Obtain ==
{{{obtain|Unknown}}}
{{{obtain|Unknown}}}
{{#if:{{{evolvesfrom|}}}{{{evolvesto|}}}|
== Evolution ==
{{#if:{{{evolvesfrom|}}}|
'''Evolves From:''' [[{{{evolvesfrom}}}]]<br/>
}}
{{#if:{{{evolvesto|}}}|
'''Evolves To:''' [[{{{evolvesto}}}]]<br/>
}}
{{#if:{{{evomaterials|}}}|
'''Evolution Materials:''' {{{evomaterials|}}}{{#if:{{{evomaterialcosts|}}}| ({{{evomaterialcosts}}} coins)}}<br/>
}}
|}}
</includeonly>
</includeonly>
<noinclude>
<noinclude>
Line 103: Line 122:
| types = Devil; Attacker
| types = Devil; Attacker
| awakenings = +HP; Skill Boost
| awakenings = +HP; Skill Boost
| evolvesto = Red Dragon
| evomaterials = Dragon Fruit x5; Red Dragon Fruit x3
| evomaterialcosts = 500000
| image = Red_Ogre.png
| image = Red_Ogre.png
}}</nowiki>
}}</nowiki>
* Use semicolons (;) to separate lists.
* Use semicolons (;) to separate lists.
</noinclude>
</noinclude>

Revision as of 06:51, 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.