Difference between revisions of "Template:MOB Location"
From Project: Gorgon Wiki
(Updated descriptions) |
(Added an optional variant parameter for clones/summons/dev spawned bosses.) |
||
Line 5: | Line 5: | ||
{{pipe}}- | {{pipe}}- | ||
! class="block2" style="background:#1e1615ff;width:500px;border-radius:5px;" colspan="2" align="left" {{pipe}} [[{{{area|}}}]] | ! class="block2" style="background:#1e1615ff;width:500px;border-radius:5px;" colspan="2" align="left" {{pipe}} [[{{{area|}}}]] | ||
+ | }} | ||
+ | |- | ||
+ | {{ #if:{{{variant|}}} |{{pipe}}- valign="top" | ||
+ | ! style="background:#f5e0c7; color:#000000; border-radius:2px; width:140px;" align="right" {{pipe}} Variant: | ||
+ | {{pipe}}'''{{{variant}}}''' | ||
}} | }} | ||
|- | |- | ||
Line 44: | Line 49: | ||
; area | ; area | ||
: List a region or map where the mob can be found. | : List a region or map where the mob can be found. | ||
+ | ; variant | ||
+ | : Optional. Used for alternative forms of a mob. Limit to stronger versions, summoned clones, dev spawned bosses, and other minor changes. Do not use when Effective/Ineffective information differs, such as the [[Red Drakeworm]] and [[Blue Drakeworm]], even though both are simply called '''Drakeworm''' in-game. | ||
; health | ; health | ||
: Semi-Optional. If no Health is listed, Armor and Rage will not display. The amount of health the mob has in a location. | : Semi-Optional. If no Health is listed, Armor and Rage will not display. The amount of health the mob has in a location. | ||
Line 75: | Line 82: | ||
| rage = X | | rage = X | ||
| location = Description of whereabouts. | | location = Description of whereabouts. | ||
+ | }} | ||
+ | {{MOB Location | ||
+ | | area = Dark Chapel | ||
+ | | variant = Maronesa Enhanced | ||
+ | | location = Scion's cavern. | ||
+ | | time = Summoned by the [[Scion of Discord]] | ||
+ | | health = 4110 | ||
+ | | armor = 446 | ||
+ | | rage = 730 | ||
}} | }} | ||
</pre> | </pre> | ||
Line 92: | Line 108: | ||
| rage = X | | rage = X | ||
| location = Description of whereabouts. | | location = Description of whereabouts. | ||
+ | }} | ||
+ | {{MOB Location | ||
+ | | area = Dark Chapel | ||
+ | | variant = Maronesa Enhanced | ||
+ | | location = Scion's cavern. | ||
+ | | time = Summoned by the [[Scion of Discord]] | ||
+ | | health = 4110 | ||
+ | | armor = 446 | ||
+ | | rage = 730 | ||
}} | }} | ||
[[Category:Formatting templates]] | [[Category:Formatting templates]] | ||
</noinclude> | </noinclude> |
Revision as of 18:19, 23 May 2018
Syntax
{{MOB Location | area= | location= | health = | armor = | rage = }}
Parameters
- area
- List a region or map where the mob can be found.
- variant
- Optional. Used for alternative forms of a mob. Limit to stronger versions, summoned clones, dev spawned bosses, and other minor changes. Do not use when Effective/Ineffective information differs, such as the Red Drakeworm and Blue Drakeworm, even though both are simply called Drakeworm in-game.
- health
- Semi-Optional. If no Health is listed, Armor and Rage will not display. The amount of health the mob has in a location.
- armor
- The amount of armor the mob has.
- rage
- The amount of rage the mob has.
- location
- A short description of where or how to find the mob.
- time
- OPTIONAL. If a monster only spawns during a particular time of day, or during an event (Druid/Halloween), write that here!
- weather
- OPTIONAL. Used if a monster only spawns during a particular type of weather event (Not in-game yet).
Description
This automatically adds the location category to that page. So if you entered location1 = Serbule, [[Category:Serbule Creatures]] would be added for you. At the moment, do not enter locations surrounded by double brackets.
{{MOB Location | area = Serbule | health = 90000 | armor = 85 | rage = 999999 | location = Description of whereabouts. | time = Appears during [[Halloween 2016]]. | weather = Appears during heavy rain. }} {{MOB Location | area = Eltibule | health = X | armor = X | rage = X | location = Description of whereabouts. }} {{MOB Location | area = Dark Chapel | variant = Maronesa Enhanced | location = Scion's cavern. | time = Summoned by the [[Scion of Discord]] | health = 4110 | armor = 446 | rage = 730 }}
Serbule | |
---|---|
Vitals: | 90000 85 999999 |
Location: | Description of whereabouts. |
Time Conditions: | Appears during Halloween 2016. |
Weather Conditions: | Appears during heavy rain. |
Eltibule | |
---|---|
Vitals: | X X X |
Location: | Description of whereabouts. |
Dark Chapel | |
---|---|
Variant: | Maronesa Enhanced |
Vitals: | 4110 446 730 |
Location: | Scion's cavern. |
Time Conditions: | Summoned by the Scion of Discord |