Jump to content

Template:Monster: Difference between revisions

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


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

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