Attackable: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
__TOC__ | |||
[[Attackable]] [[non-player character|NPCs]] are entities in the game world that players can engage in combat with. These NPCs can be damaged using various forms of combat, including [[strength|melee]], [[magic]], and [[range|ranged]] attacks. | |||
NPCs that you can attack typically include monsters, enemy factions, and certain quest-related characters. Unlike [[unattackable]] or non-combat NPCs, these characters will either retaliate when attacked or initiate combat if the player enters their aggro range. | |||
== Aggressive NPCs == | == Aggressive NPCs == | ||
<ul> | <ul>{{#cargo_query: | ||
{{#cargo_query: | |||
tables=NPCs | tables=NPCs | ||
|fields=_pageName | |fields=_pageName | ||
Line 14: | Line 15: | ||
|template=NPCListItem | |template=NPCListItem | ||
|named args=yes | |named args=yes | ||
}} | }}</ul> | ||
</ul> | |||
== Non-aggressive NPCs == | == Non-aggressive NPCs == | ||
<ul> | <ul>{{#cargo_query: | ||
{{#cargo_query: | |||
tables=NPCs | tables=NPCs | ||
|fields=_pageName | |fields=_pageName | ||
Line 28: | Line 27: | ||
|template=NPCListItem | |template=NPCListItem | ||
|named args=yes | |named args=yes | ||
}} | }}</ul> | ||
</ul> |