Jump to content

Template:Monster: Difference between revisions

From PAD Wiki
No edit summary
No edit summary
Line 9: Line 9:
   | Rarity      = Integer
   | Rarity      = Integer
   | Cost        = Integer
   | Cost        = Integer
   | HP          = Integer
   | MaxLevel    = Integer
   | ATK        = Integer
   | HP_Max      = Integer
   | RCV        = Integer
   | ATK_Max    = Integer
   | Types      = List (;) of String
  | RCV_Max    = Integer
   | Awakenings  = List (;) of String
  | HP_110      = Integer
  | ATK_110    = Integer
  | RCV_110    = Integer
  | HP_120      = Integer
  | ATK_120    = Integer
  | RCV_120    = Integer
   | Types      = String
   | Awakenings  = String
   | Image      = File
   | Image      = File
   | Obtain      = String  
   | Obtain      = String  
}}
}}
</noinclude>
</noinclude>
<includeonly>
<includeonly>
{{#cargo_store:
{{#cargo_store:
Line 30: Line 35:
   | Rarity    = {{{rarity|}}}
   | Rarity    = {{{rarity|}}}
   | Cost      = {{{cost|}}}
   | Cost      = {{{cost|}}}
   | HP        = {{{hp|}}}
   | MaxLevel  = {{{maxlevel|99}}}
   | ATK      = {{{atk|}}}
   | HP_Max    = {{{hp_max|}}}
   | RCV      = {{{rcv|}}}
   | ATK_Max  = {{{atk_max|}}}
  | RCV_Max  = {{{rcv_max|}}}
  | HP_110    = {{{hp_110|}}}
  | ATK_110  = {{{atk_110|}}}
  | RCV_110  = {{{rcv_110|}}}
  | HP_120    = {{{hp_120|}}}
  | ATK_120  = {{{atk_120|}}}
  | RCV_120  = {{{rcv_120|}}}
   | Types    = {{{types|}}}        <!-- separate with semicolons ; -->
   | Types    = {{{types|}}}        <!-- separate with semicolons ; -->
   | Awakenings= {{{awakenings|}}}  <!-- separate with semicolons ; -->
   | Awakenings= {{{awakenings|}}}  <!-- separate with semicolons ; -->
   | Image    = {{{image|}}}
   | Image    = {{{image|}}}
   | Obtain    = {{{obtain|}}}
   | Obtain    = {{{obtain|}}}
}}
}}
{| class="wikitable"
{| class="wikitable"
! colspan="2" | {{{name|{{PAGENAME}}}}}
! colspan="4" | {{{name|{{PAGENAME}}}}}
|-
|-
| Primary Attribute  || {{#if:{{{attribute|}}}|{{#ifeq:{{lc:{{{attribute}}}}}|none|None|{{Orbs|{{{attribute}}}}}}}|None}}
| Primary Attribute  || colspan="3" | {{#if:{{{attribute|}}}|{{#ifeq:{{lc:{{{attribute}}}}}|none|None|{{Orbs|{{{attribute}}}}}}}|None}}
|-
|-
| Secondary Attribute || {{#if:{{{subattribute|}}}|{{#ifeq:{{lc:{{{subattribute}}}}}|none|None|{{Orbs|{{{subattribute}}}}}}}|None}}
| Secondary Attribute || colspan="3" | {{#if:{{{subattribute|}}}|{{#ifeq:{{lc:{{{subattribute}}}}}|none|None|{{Orbs|{{{subattribute}}}}}}}|None}}
|-
|-
| Tertiary Attribute  || {{#if:{{{thirdattribute|}}}|{{#ifeq:{{lc:{{{thirdattribute}}}}}|none|None|{{Orbs|{{{thirdattribute}}}}}}}|None}}
| Tertiary Attribute  || colspan="3" | {{#if:{{{thirdattribute|}}}|{{#ifeq:{{lc:{{{thirdattribute}}}}}|none|None|{{Orbs|{{{thirdattribute}}}}}}}|None}}
|-
|-
| Rarity || {{{rarity|}}}
| Rarity || colspan="3" | {{{rarity|}}}
|-
|-
| Cost || {{{cost|}}}
| Cost || colspan="3" | {{{cost|}}}
|-
|-
| HP || {{{hp|}}}
! Stats || '''Max Level ({{{maxlevel|99}}})''' || '''Level 110''' || '''Level 120'''
|-
|-
| ATK || {{{atk|}}}
| '''HP''' || {{{hp_max|}}} || {{{hp_110|}}} || {{{hp_120|}}}
|-
|-
| RCV || {{{rcv|}}}
| '''ATK''' || {{{atk_max|}}} || {{{atk_110|}}} || {{{atk_120|}}}
|-
|-
| Types || {{{types|}}}
| '''RCV''' || {{{rcv_max|}}} || {{{rcv_110|}}} || {{{rcv_120|}}}
|-
|-
| Awakenings || {{{awakenings|}}}
| Types || colspan="3" | {{{types|}}}
|-
| Awakenings || colspan="3" | {{{awakenings|}}}
|}
|}
== How to Obtain ==
== How to Obtain ==
{{{obtain|Unknown}}}
{{{obtain|Unknown}}}
</includeonly>
</includeonly>
<noinclude>
<noinclude>
== Usage ==
== Usage ==
Line 78: Line 87:
| rarity = 3
| rarity = 3
| cost = 7
| cost = 7
| hp = 1400
| maxlevel = 99
| atk = 750
| hp_max = 1400
| rcv = 0
| 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
| types = Devil; Attacker
| awakenings = +HP; Skill Boost
| awakenings = +HP; Skill Boost

Revision as of 06:40, 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 | image = Red_Ogre.png }}

  • Use semicolons (;) to separate lists.