Jump to content

Template:Monster: Difference between revisions

From PAD Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 21: Line 21:
   | Types      = String
   | Types      = String
   | Awakenings  = String
   | Awakenings  = String
  | LeaderSkill = String
  | LeaderSkillDesc = Text
  | ActiveSkill = String
  | ActiveSkillDesc = Text
  | ActiveSkillCooldown = String
   | Image      = File
   | Image      = File
   | Obtain      = String
   | Obtain      = String
Line 51: Line 56:
   | Types    = {{{types|}}}        <!-- separate with semicolons ; -->
   | Types    = {{{types|}}}        <!-- separate with semicolons ; -->
   | Awakenings= {{{awakenings|}}}  <!-- separate with semicolons ; -->
   | Awakenings= {{{awakenings|}}}  <!-- separate with semicolons ; -->
  | LeaderSkill = {{{leaderskill|}}}
  | LeaderSkillDesc = {{{leaderskilldesc|}}}
  | ActiveSkill = {{{activeskill|}}}
  | ActiveSkillDesc = {{{activeskilldesc|}}}
  | ActiveSkillCooldown = {{{activeskillcooldown|}}}
   | Image    = {{{image|}}}
   | Image    = {{{image|}}}
   | Obtain    = {{{obtain|}}}
   | Obtain    = {{{obtain|}}}
Line 77: Line 87:
| 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'''
Line 86: Line 97:
| '''RCV''' || {{{rcv_max|}}} || {{{rcv_110|}}} || {{{rcv_120|}}}
| '''RCV''' || {{{rcv_max|}}} || {{{rcv_110|}}} || {{{rcv_120|}}}
|}
|}
{{#if:{{{leaderskill|}}}|
== Leader Skill ==
'''Name:''' {{{leaderskill|}}}{{#if:{{{leaderskilldesc|}}}|<br/>
'''Description:''' {{{leaderskilldesc}}}}}
}}
{{#if:{{{activeskill|}}}|
== Active Skill ==
'''Name:''' {{{activeskill|}}}{{#if:{{{activeskilldesc|}}}|<br/>
'''Description:''' {{{activeskilldesc}}}}}{{#if:{{{activeskillcooldown|}}}|<br/>
'''Cooldown:''' {{{activeskillcooldown}}} turns}}
}}
== How to Obtain ==
== How to Obtain ==
{{#if:{{{evolvesfrom|}}}|Evolution from [[{{{evolvesfrom}}}]]{{#if:{{{obtain|}}}|<br/>{{{obtain}}}}}|{{{obtain|Unknown}}}}}
{{#if:{{{evolvesfrom|}}}|Evolution from [[{{{evolvesfrom}}}]]{{#if:{{{obtain|}}}|<br/>{{{obtain}}}}}|{{{obtain|Unknown}}}}}
Line 123: Line 148:
| types = Devil; Attacker
| types = Devil; Attacker
| awakenings = +HP; Skill Boost
| awakenings = +HP; Skill Boost
| leaderskill = Fire Power
| leaderskilldesc = Fire attribute cards ATK x3, RCV x1.5
| activeskill = Flame Strike
| activeskilldesc = Deal 50x ATK damage to all enemies. Change all orbs to Fire orbs.
| activeskillcooldown = 15 → 10
| evolvesto = Red Dragon
| evolvesto = Red Dragon
| evomaterials = Dragon Fruit x5; Red Dragon Fruit x3
| evomaterials = Dragon Fruit x5; Red Dragon Fruit x3
Line 129: Line 159:
}}</nowiki>
}}</nowiki>
* Use semicolons (;) to separate lists.
* Use semicolons (;) to separate lists.
* Skills are optional - leave blank if monster doesn't have them.
* For cooldowns, use format like "15 → 10" to show max and min turns.
</noinclude>
</noinclude>

Revision as of 16:50, 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 | leaderskill = Fire Power | leaderskilldesc = Fire attribute cards ATK x3, RCV x1.5 | activeskill = Flame Strike | activeskilldesc = Deal 50x ATK damage to all enemies. Change all orbs to Fire orbs. | activeskillcooldown = 15 → 10 | evolvesto = Red Dragon | evomaterials = Dragon Fruit x5; Red Dragon Fruit x3 | evomaterialcosts = 500000 | image = Red_Ogre.png }}

  • Use semicolons (;) to separate lists.
  • Skills are optional - leave blank if monster doesn't have them.
  • For cooldowns, use format like "15 → 10" to show max and min turns.