Template:Infobox NPC
From OpenSpell Wiki
Infobox NPC
Use this template at the top of every NPC article.
Parameters
| Parameter | Required | Description |
|---|---|---|
name |
Yes | The NPC's in-game name, exactly as it appears |
image |
No | Full image syntax, e.g. [[File:Knight.png|250px]]. Upload images via Special:Upload.
|
caption |
No | Short caption shown below the image |
description |
No | The in-game description/examine text |
combat_level |
No | Leave empty for non-combat NPCs |
hitpoints |
No | |
accuracy |
No | |
strength |
No | |
defense |
No | |
magic |
No | |
range |
No | |
speed |
No | |
aggro |
No | yes or no
|
respawn |
No | Respawn time in game ticks |
pickpocketable |
No | yes or no
|
can_shop |
No | yes or no
|
Example
{{Infobox NPC
| name = Knight
| image = [[File:Knight.png|250px]]
| caption = A Knight patrolling the overworld
| description = A noble warrior
| combat_level = 60
| hitpoints = 65
| accuracy = 40
| strength = 45
| defense = 40
| magic = 1
| range = 1
| speed = 1
| aggro = no
| respawn = 75
| pickpocketable = yes
| can_shop = no
}}
See also: Template:NPC/preload for the full NPC page skeleton.