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
   | LeaderSkillID = Integer
   | LeaderSkillDesc = Text
   | ActiveSkillID = Integer
  | ActiveSkill = String
  | ActiveSkillDesc = Text
  | ActiveSkillCooldown = String
   | Image      = File
   | Image      = File
   | Obtain      = String
   | Obtain      = String
Line 56: Line 53:
   | Types    = {{{types|}}}        <!-- separate with semicolons ; -->
   | Types    = {{{types|}}}        <!-- separate with semicolons ; -->
   | Awakenings= {{{awakenings|}}}  <!-- separate with semicolons ; -->
   | Awakenings= {{{awakenings|}}}  <!-- separate with semicolons ; -->
   | LeaderSkill = {{{leaderskill|}}}
   | LeaderSkillID = {{{leaderskillid|}}}
   | LeaderSkillDesc = {{{leaderskilldesc|}}}
   | ActiveSkillID = {{{activeskillid|}}}
  | ActiveSkill = {{{activeskill|}}}
  | ActiveSkillDesc = {{{activeskilldesc|}}}
  | ActiveSkillCooldown = {{{activeskillcooldown|}}}
   | Image    = {{{image|}}}
   | Image    = {{{image|}}}
   | Obtain    = {{{obtain|}}}
   | Obtain    = {{{obtain|}}}
Line 98: Line 92:
|}
|}


{{#if:{{{leaderskill|}}}|
{{#if:{{{leaderskillid|}}}|
== Leader Skill ==
== Leader Skill ==
'''Name:''' {{{leaderskill|}}}{{#if:{{{leaderskilldesc|}}}|<br/>
{{#cargo_query:
'''Description:''' {{{leaderskilldesc}}}}}
tables=leaderskills
|fields=SkillName,Description
|where=SkillID={{{leaderskillid|}}}
|format=template
|template=Skill Display LS
|named args=no
}}
}}
}}


{{#if:{{{activeskill|}}}|
{{#if:{{{activeskillid|}}}|
== Active Skill ==
== Active Skill ==
'''Name:''' {{{activeskill|}}}{{#if:{{{activeskilldesc|}}}|<br/>
{{#cargo_query:
'''Description:''' {{{activeskilldesc}}}}}{{#if:{{{activeskillcooldown|}}}|<br/>
tables=activeskills
'''Cooldown:''' {{{activeskillcooldown}}} turns}}
|fields=SkillName,Description,MaxCooldown,MinCooldown
|where=SkillID={{{activeskillid|}}}
|format=template
|template=Skill Display AS
|named args=no
}}
}}
}}


Line 148: Line 153:
| types = Devil; Attacker
| types = Devil; Attacker
| awakenings = +HP; Skill Boost
| awakenings = +HP; Skill Boost
| leaderskill = Fire Power
| leaderskillid = 1
| leaderskilldesc = Fire attribute cards ATK x3, RCV x1.5
| activeskillid = 1
| 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

Revision as of 23:47, 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 | leaderskillid = 1 | activeskillid = 1 | 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.