Jump to content

Template:Monster: Difference between revisions

From PAD Wiki
No edit summary
No edit summary
Line 106: Line 106:
   }}
   }}
|None}}
|None}}
== Active Skill ==
== Active Skill ==
{{#if:{{{activeskillid|}}}|
{{#if:{{{activeskillid|}}}|
{{#cargo_query:
  {{#ifeq:{{{activeskillid}}}|0|
tables=activeskills
    None
|fields=SkillID=id,SkillName=name,Description=description,MaxCooldown=maxcooldown,MinCooldown=mincooldown
    |{{#cargo_query:
|where=SkillID={{{activeskillid|}}}
      tables=activeskills
|limit=1
      |fields=SkillID=id,SkillName=name,Description=description,MaxCooldown=maxcooldown,MinCooldown=mincooldown
|format=template
      |where=SkillID={{{activeskillid|}}}
|template=ActiveSkill_Display
      |limit=1
|named args=yes
      |format=template
|more results text=
      |template=ActiveSkill_Display
}}
      |named args=yes
}} <!-- This closes the #if for activeskillid -->
      |more results text=
    }}
  }}
|None}}
 


== How to Obtain ==
== How to Obtain ==

Revision as of 00:59, 18 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.