Template:Infobox Monster/doc: Difference between revisions

(Created page with "{{Documentation}} ==Parameters== ===name=== The name of the monster. ===image=== The image of the monster. ===release=== The release date of the monster. ===premium=== Whether or not this monster requires a premium pass. ===episode=== The episode of the monster. One of: * Hopeport * Hopeforest * Mine of Mantuban * Crenopolis ===hp=== The health of the monster. ==Quick copy== <pre>{{Infobox NPC |name = |image = |release = |premium = |episode = |hp = }}</...")
 
mNo edit summary
 
(18 intermediate revisions by 10 users not shown)
Line 10: Line 10:
===release===
===release===
The release date of the monster.
The release date of the monster.

===premium===
Whether or not this monster requires a [[premium pass]].


===episode===
===episode===
The episode of the monster.
The [[episode]] of the monster.


One of:
One of:
Line 23: Line 20:
* Crenopolis
* Crenopolis


===hp===
===unlock_level===
The profession level at which the monster is unlocked.

===health===
The health of the monster.
The health of the monster.

===experience===
The [[experience]] gained by defeating the monster.

===attack_style===
The [[Damage#List_of_damage_types|damage type]] of the monster's attacks.

One of:
* none
* impact
* cryonae
* arborae
* tempestae
* infernae
* necromae

===immune_to===
The [[Damage#List of damage types|damage type]] that the monster is immune to.

One of:
* none
* impact
* cryonae
* arborae
* tempestae
* infernae
* necromae

===vulnerable_to===
The [[Damage#List of damage types|damage type]] that the monster is vulnerable to.

One of:
* none
* impact
* cryonae
* arborae
* tempestae
* infernae
* necromae

===variant===
What base category the monster is a variant of.

===passive===
Whether or not the monster is passively fightable, indicated by a moon icon [[File:Passive activity icon.png|18px]].

===knowledge===
How many knowledge points [[File:Knowledge icon.png|link=Knowledge|width=18x18]] must be used in order to unlock the passive activity.

===aggressive===
Whether or not the monster is attacks you. Yes, No, N/A

===description===
The description of the monster in its card.

===profession_a===
The first profession that this monster has. (Optional)

===profession_a_level===
The level of the first profession that this monster has. (Optional, required if profession_a is filled)

===profession_b===
The second profession that this monster has. (Optional)

===profession_b_level===
The level of the second profession that this monster has. (Optional, required if profession_b is filled)


==Quick copy==
==Quick copy==
<pre>{{Infobox NPC
<pre>{{Infobox Monster
|name =
|name =
|image =
|image =
|release =
|release =
|premium =
|episode =
|episode =
|hp =
|unlock_level =
|health =
|experience =
|attack_style =
|immune_to =
|vulnerable_to =
|variant =
|passive =
|aggressive =
|knowledge =
|description =
|profession_a =
|profession_a_level =
|profession_b =
|profession_b_level =
}}</pre>
}}</pre>



Latest revision as of 18:42, 15 November 2024

This is a documentation subpage for Template:Infobox Monster.
It contains usage information, categories, and other content that is not part of the original template page.
Template:Infobox Monster invokes function main in Module:Infobox Monster using Lua.

Parameters

name

The name of the monster.

image

The image of the monster.

release

The release date of the monster.

episode

The episode of the monster.

One of:

  • Hopeport
  • Hopeforest
  • Mine of Mantuban
  • Crenopolis

unlock_level

The profession level at which the monster is unlocked.

health

The health of the monster.

experience

The experience gained by defeating the monster.

attack_style

The damage type of the monster's attacks.

One of:

  • none
  • impact
  • cryonae
  • arborae
  • tempestae
  • infernae
  • necromae

immune_to

The damage type that the monster is immune to.

One of:

  • none
  • impact
  • cryonae
  • arborae
  • tempestae
  • infernae
  • necromae

vulnerable_to

The damage type that the monster is vulnerable to.

One of:

  • none
  • impact
  • cryonae
  • arborae
  • tempestae
  • infernae
  • necromae

variant

What base category the monster is a variant of.

passive

Whether or not the monster is passively fightable, indicated by a moon icon .

knowledge

How many knowledge points must be used in order to unlock the passive activity.

aggressive

Whether or not the monster is attacks you. Yes, No, N/A

description

The description of the monster in its card.

profession_a

The first profession that this monster has. (Optional)

profession_a_level

The level of the first profession that this monster has. (Optional, required if profession_a is filled)

profession_b

The second profession that this monster has. (Optional)

profession_b_level

The level of the second profession that this monster has. (Optional, required if profession_b is filled)

Quick copy

{{Infobox Monster
|name = 
|image = 
|release = 
|episode = 
|unlock_level = 
|health = 
|experience = 
|attack_style = 
|immune_to = 
|vulnerable_to = 
|variant = 
|passive = 
|aggressive = 
|knowledge = 
|description = 
|profession_a = 
|profession_a_level = 
|profession_b = 
|profession_b_level = 
}}