Mabinogi World Wiki is brought to you by Coty C., 808idiotz, our other patrons, and contributors like you!!
Keep this wiki going by contributing to our Patreon!

Template:DungeonBossMonsterTable

From Mabinogi World Wiki


Edit the page to see or edit the template text. Make edits to the document about the template here.

[edit]Template Documentation

Description

This is the "DungeonBossMonsterTable" template.

How to Use

It should be called in the following format:

{{DungeonBossMonsterTable
|<!-- List Main Boss then Lesser Bosses; see Template for accepted Headers-->
|Boss Header 1=Any Party
|Boss Header 1 Boss List=
*
|Boss Header 1 Boss Summons=
|Boss Header 1 Boss Drops=

|<!-- Different Boss-->
|Boss Header 2=
|Boss Header 2 Boss List=
|Boss Header 2 Boss Summons=
|Boss Header 2 Boss Drops=

|<!-- Different Boss-->
|Boss Header 3=
|Boss Header 3 Boss List=
|Boss Header 3 Boss Summons=
|Boss Header 3 Boss Drops=

|<!-- Different Boss-->
|Boss Header 4=
|Boss Header 4 Boss List=
|Boss Header 4 Boss Summons=
|Boss Header 4 Boss Drops=
}}

Parameters

Parameter Usage Example
Boss Header NUMBER The name of the Row Header which describes the conditions where the bosses spawns. Header 1 defaults to Any Party unless Headers 2-4 contain content. If they do, each Header defaults to NUMBER Player(s). Header 1 expects the editor to write "Any Party", "1", "1-2", or "1-3". Header 2 expects "2", "2-3", "2-4", or "2-4+". Header 3 expects "3", "3-4", or "3-4+". Header 4 expects "4" or "4+". Giving a Header data it does not expect returns the default.

Do not include information like "Giant-Only" or "Giant-Required" here.

Any Party
1
1-2
4+
Boss Header NUMBER Boss List A bulleted list of the main bosses and lesser bosses. List main boss followed by any lesser bosses; order enemies alphabetically when they first appear at the same time
  • [[Black Succubus]]
  • [[Red Succubus]]
Boss Header NUMBER Boss Summons A bulleted list of monsters that the bosses can summon. Summons are often endlessly repeated, though they are sometimes only summoned during specific circumstances.
  • [[Black Ship Rat]] x10
  • [[Flying Sword (Black)]] x10
Boss Header NUMBER Boss Drops A bulleted list of items that the bosses can drop. Only input items relative to the RE:Fine update like bonus sales weapons or special items ex:Ice Spear page, put the rest under the specific monster instead. See below for a future, possible semantification of the drops.
  • [Refined Light Armor] Blacksmith Manual Fragment

Future Semantification

It is possible to semantify this template to include boss drops automatically. Code, such as {{#ask: [[Monster name::Duke (Monster)]] |?Monster drops equip list common= |mainlabel=-}}{{#ask: [[Monster name::Duke (Monster)]] |?Monster drops misc list common= |mainlabel=-}} could be used to include monster drops if parameters like {{{Boss Header 1 Boss Name 1}}}, {{{Boss Header 1 Boss Name 2}}} were used instead of {{{Boss Header 1 Boss List}}} and {{{Boss Header 1 Boss Drops}}}.