Template:Artifact
Jump to navigation
Jump to search
Put this template at the top of every (non-weapon) artifact page. Call it like this:
{{artifact
|color=metal color
|glyph=_
|tile=[[Image:Iron chain.png]]
|name=The Mystical Chain of Rodney
|base=iron chain
|affiliation=<ul><li>[[neutral]]</li><li>[[Wizard]]</li><li>[[intelligent artifacts|intelligent]]</li></ul>
|whencarried=<ul><li>[[telepathy]]</li><li>[[magic resistance]]</li></ul>
|used=kicked
|whenused=<ul><li>gives random [[rumor]]</li></ul>
|wheninvoked=<ul><li>summons [[Rodney]]</li></ul>
|cost=1500
|weight=120
|material=iron
}}
Fields are as follows:
| Field | Description | Required? |
|---|---|---|
| color | name of the color template to use for the glyph | required |
| glyph | character representing this item (check the base item) | required |
| 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 |
| affiliation | the alignment, role/race, and whether it is intelligent | required |
| whencarried | effect when carried | defaults to (none) |
| used | displayed instead of "used" in When used | defaults to "used" |
| whenused | effect when applied/worn/whatever | 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 | the material of the item | required |