Template:Monster: Difference between revisions
Appearance
GlifterPad (talk | contribs) No edit summary |
GlifterPad (talk | contribs) No edit summary |
||
| Line 9: | Line 9: | ||
| Rarity = Integer | | Rarity = Integer | ||
| Cost = Integer | | Cost = Integer | ||
| | | MaxLevel = Integer | ||
| | | HP_Max = Integer | ||
| | | ATK_Max = Integer | ||
| Types = | | RCV_Max = Integer | ||
| Awakenings = | | 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|}}} | ||
| | | MaxLevel = {{{maxlevel|99}}} | ||
| | | HP_Max = {{{hp_max|}}} | ||
| | | 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=" | ! 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|}}} | ||
|- | |- | ||
! Stats || '''Max Level ({{{maxlevel|99}}})''' || '''Level 110''' || '''Level 120''' | |||
|- | |- | ||
| | | '''HP''' || {{{hp_max|}}} || {{{hp_110|}}} || {{{hp_120|}}} | ||
|- | |- | ||
| | | '''ATK''' || {{{atk_max|}}} || {{{atk_110|}}} || {{{atk_120|}}} | ||
|- | |- | ||
| | | '''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 | ||
| | | 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 | | 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.