Template:Artifact weapon
Jump to navigation
Jump to search
| ) Artifact weapon (No tile) | |
|---|---|
| Base item | [[{{{base}}}]] |
| Damage vs. small | {{{smalldmg}}} |
| Damage vs. large | {{{largedmg}}} |
| To-hit bonus | +0 |
| Bonus versus | (any) |
| Weapon skill | [[{{{base}}}]] |
| Size | one-handed |
| Affiliation |
{{{affiliation}}} |
| When carried |
(none) |
| When wielded |
(none) |
| When invoked |
(none) |
| Base price | {{{cost}}} zm |
| Weight | {{{weight}}} |
| Material | [[{{{material}}}]] |
Put this template at the top of every artifact weapon page. Call it like this:
{{artifact weapon
|color=metal color
|name=Aklys of Anger
|base=aklys
|smalldmg=1d6 '''x2'''
|largedmg=1d3 '''x2'''
|tohit='''+1d5'''
|bonusversus=[[newt]]s
|skill=club
|size=one-handed
|affiliation=<ul><li>[[neutral]]</li><li>[[Tourist]]</li></ul>
|whencarried=<ul><li>[[aggravate monster]]</li></ul>
|whenwielded=<ul><li>[[magic resistance]]</li></ul>
|wheninvoked=<ul><li>summons [[insect]]s</li></ul>
|cost=5000
|weight=15
|material=iron
}}
Fields are as follows:
| Field | Description | Required? |
|---|---|---|
| color | name of the color template to use for the glyph | defaults to "metal color" |
| tile | tile representing this item | defaults to [[Image:{{{base}}}.png]] |
| name | name of the artifact | defaults to {{PAGENAME}} |
| base | the base item for this artifact | required |
| smalldmg | damage dealt to small monsters | required |
| largedmg | damage dealt to large monsters | required |
| tohit | to-hit bonus | defaults to "+0" |
| bonusversus | monster type that bolded damage/to-hit bonuses apply to | defaults to (any) |
| skill | weapon skill for base item | defaults to {{{base}}} |
| size | one-handed or two-handed | defaults to "one-handed" |
| affiliation | the alignment, role/race, and whether it is intelligent | required |
| whencarried | effect when carried | defaults to (none) |
| whenwielded | effect when wielded | defaults to (none) |
| wheninvoked | effect when invoked | defaults to (none) |
| cost | base cost of this artifact | required |
| weight | weight of this item (check base item) | required |
| material | material the base item is made of | required |