Difference between revisions of "Template:Guardian"
From Tales of Maj'Eyal
m (automatically link to target location) |
m (Added image param) |
||
Line 1: | Line 1: | ||
<div style="margin: 1.4em; margin-top:0; margin-right:0; padding: 0px; float: right; border:none; "> | <div style="margin: 1.4em; margin-top:0; margin-right:0; padding: 0px; float: right; border:none; "> | ||
{|class="wikitable" | {|class="wikitable" | ||
− | ! colspan=6 style="font-size:larger;" | {{{name}}} | + | ! colspan=6 style="font-size:larger;" | {{{name}}} |
+ | |- | ||
+ | ! colspan=6 | {{#switch:{{{image|}}}|-| = ''(no image)''|#default = [[File:{{{image}}}]]}} | ||
|- | |- | ||
! colspan=6 | Game Version: {{{game_version}}} | ! colspan=6 | Game Version: {{{game_version}}} | ||
Line 65: | Line 67: | ||
|game_version= | |game_version= | ||
|name= | |name= | ||
+ | |image= | ||
|location= | |location= | ||
|level= | |level= | ||
Line 83: | Line 86: | ||
;name | ;name | ||
:Name of the guardian | :Name of the guardian | ||
+ | ;image | ||
+ | :Image of the guardian | ||
;location | ;location | ||
:Zone the boss is found in. The template link to it automatically, so you don't have to put brackets around the location name. | :Zone the boss is found in. The template link to it automatically, so you don't have to put brackets around the location name. |
Latest revision as of 04:42, 25 January 2021
{{{name}}} | |||||
---|---|---|---|---|---|
(no image) | |||||
Game Version: {{{game_version}}} | |||||
Location | Level range | ||||
{{{location}}} "{{{location}}}" cannot be used as a page name in this wiki. |
{{{level}}} | ||||
Description | |||||
{{{description}}} | |||||
Base Statistics | |||||
Strength | Dexterity | Constitution | Magic | Willpower | Cunning |
10 | 10 | 10 | 10 | 10 | 10 |
Stat Progress | |||||
?? | |||||
Abilities | |||||
{{{abilities}}} |
Use this template on pages that define a zone boss (aka Guardian):
{{Guardian |game_version= |name= |image= |location= |level= |description= |str= |dex= |cun= |mag= |wil= |con= |autolevel= |abilities= }}
- game_version
- Version of the game
- name
- Name of the guardian
- image
- Image of the guardian
- location
- Zone the boss is found in. The template link to it automatically, so you don't have to put brackets around the location name.
- level
- Level range of the boss (best found in lua code)
- description
- The flavor text for the boss. Use italics if desired.
- Str, Dex, Cun, Mag, Wil, Con
- Boss stat abilities at level 1. Note that if a stat is not specified in the lua file, it has will be the same as the 'base' creature described in the file, or using the default value (10) if there is no base creature type.
- autolevel
- Which auto-level scheme the boss used to assign stat points while leveling up. In the specific npc's lua file it is assigned by 'autolevel'. Please copy what follow the annotation here, minus the quatation mark, such as "warrior", "caster", "rogue"... etc. The actual scheme can be found in
game/modules/data/autolevel_schemes.lua
- abilities
- Everything else goes here - boss talents, max life, resistances, status resistances, damage type, etc.