Difference between revisions of "Template:Monster"
m (1 revision: importing templates from old_crawl wiki) |
m (allow specifying a tile name explicitly, part-2) |
||
(26 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | <div style="margin: 1.4em; margin-top:0; margin-right:0; padding: 0px; float: right; border:none;"> | + | {{#set:Monster glyph={{{glyph}}}}}<div style="margin: 1.4em; margin-top:0; margin-right:0; padding: 0px; float: right; border:none;"> |
{| class="prettytable" style="border:none; margin:0; padding:0; text-align:left" | {| class="prettytable" style="border:none; margin:0; padding:0; text-align:left" | ||
− | !colspan="2" style="font-size:larger;"|{{{name}}} {{{glyph}}} [[File:{{ | + | !colspan="2" style="font-size:larger;"|{{{name}}} {{{glyph}}} {{{tile|[[File:{{{tile_name}}}.png|32px]]}}} |
|- | |- | ||
! style="width:80px;" | [[Hit points|HP]] | ! style="width:80px;" | [[Hit points|HP]] | ||
Line 7: | Line 7: | ||
|- | |- | ||
! [[Hit dice|HD]] | ! [[Hit dice|HD]] | ||
− | | {{{hit_dice}}} | + | | [[Hit dice::{{{hit_dice}}}]] |
|- | |- | ||
! [[XP]] | ! [[XP]] | ||
− | | {{{xp}}} | + | | [[Monster experience::{{{xp}}}]] |
|- | |- | ||
− | ! [[Speed]] | + | ! [[Monster speed|Speed]] |
− | | {{{speed}}} | + | | {{{speed}}} {{#set:Monster speed={{#invoke:String|first_word|{{{speed}}}}}}} |
|- | |- | ||
! [[Armour class|AC]] | ! [[Armour class|AC]] | ||
− | | {{{armour_class}}} | + | | [[Monster AC::{{{armour_class}}}]] |
|- | |- | ||
! [[Evasion|EV]] | ! [[Evasion|EV]] | ||
− | | {{{evasion}}} | + | | [[Monster evasion::{{{evasion}}}]] |
− | |||
− | |||
− | |||
|- | |- | ||
+ | ! [[Willpower|Will]] | ||
+ | | {{{magic_resistance}}} {{#set:Monster magic resistance={{#invoke:String|fix_magic_resistance|{{{magic_resistance}}}}}}} | ||
+ | {{if|{{{attack1|}}}| | ||
+ | {{#!:|- | ||
! Attack<sup>1</sup> | ! Attack<sup>1</sup> | ||
| {{{attack1}}} | | {{{attack1}}} | ||
− | |- | + | }}}} |
+ | {{if|{{{attack2|}}}| | ||
+ | {{#!:|- | ||
! Attack<sup>2</sup> | ! Attack<sup>2</sup> | ||
| {{{attack2}}} | | {{{attack2}}} | ||
− | |- | + | }}}} |
+ | {{if|{{{attack3|}}}| | ||
+ | {{#!:|- | ||
! Attack<sup>3</sup> | ! Attack<sup>3</sup> | ||
| {{{attack3}}} | | {{{attack3}}} | ||
− | |- | + | }}}} |
+ | {{if|{{{attack4|}}}| | ||
+ | {{#!:|- | ||
! Attack<sup>4</sup> | ! Attack<sup>4</sup> | ||
| {{{attack4}}} | | {{{attack4}}} | ||
− | + | }}}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
! [[Resistance]]s | ! [[Resistance]]s | ||
Line 52: | Line 54: | ||
|- | |- | ||
! [[Monster intelligence|Intelligence]] | ! [[Monster intelligence|Intelligence]] | ||
− | | {{{intelligence}}} | + | | {{{intelligence}}} {{#set:Monster intelligence={{#invoke:String|fix_monster_intelligence|{{{intelligence}}}}}}} |
|- | |- | ||
! [[Item usage|Uses]] | ! [[Item usage|Uses]] | ||
Line 61: | Line 63: | ||
|- | |- | ||
! [[Size]] | ! [[Size]] | ||
− | | {{{size}}} | + | | {{{size}}} {{#set:Monster size={{#invoke:String|fix_monster_size|{{{size}}}}}}} |
|- | |- | ||
! [[Type]] | ! [[Type]] |
Latest revision as of 20:31, 25 January 2024
{{{name}}} {{{glyph}}} [[File:{{{tile_name}}}.png|32px]] | |
---|---|
HP | {{{hp_range}}} |
HD | {{{hit_dice}}} |
XP | {{{xp}}} |
Speed | {{{speed}}} "{{{speed}}}" is not a number.
|
AC | {{{armour_class}}} |
EV | {{{evasion}}} |
Will | {{{magic_resistance}}} "{{{magic_resistance}}}" is not a number.
|
Resistances | {{{resistances}}} |
Vulnerabilities | {{{vulnerabilities}}} |
Habitat | {{{habitat}}} |
Intelligence | {{{intelligence}}} |
Uses | {{{item_use}}} |
Holiness | {{{holiness}}} |
Size | {{{size}}} |
Type | {{{genus}}}, {{{species}}} |
Flags | {{{flags}}} |