20,137
edits
Changes
m
; Icon
: Optional. If the item icon does not match that for the item name, an alternate item name may be used here. The icon for that alternate item name will be shown. Used for 'Learn' and 'Unlock' type items. Note: This argument is intentionally capitalized to indicate that {{tlc|Item icon}} is being used instead of older {{tlc|Icon}}, which used lowercase argument.
| favor = Neutral
}}
{{NPC training row
| ability=Ring of Fire
| skilllevel= 33
| cost = 1000
no edit summary
== Description ==
:Use this template to create a listing in the training table of an NPCthat offers a skill unlock. This template works alongside [[Template:NPC_training_row]].
==Syntax==
<pre>
{{vendor item NPC training unlock row | Icon=Unlock | item = | skilllevel= | cost = | favor =
}}
</pre>
== Parameters ==
; icon
: must be set to Unlock.
; item
: The item namewording used in the NPC's training screen in-game.; skilllevel: Optional. The level of skill required to use learn the ability. If not provided, an empty column is shown.
; cost
: Optional. The numerical cost eg. "15". If not provided, an empty column is shown.
; favor
: Optional. The favor level at which the item is available. If not provided, an empty column is shown.
== Sample output ==
<pre>
{{training table first}}|{{NPC training unlock row | abilityIcon=Unlock |item= Sword SlashShield{{pipe}}Unlock Shield Skill Levels 51-60
| skilllevel= 12
| cost = 980
| favor = Neutral
}}
|}
</pre>
{{training table first}}|{{NPC training unlock row | abilityIcon= Sword Slash 2Unlock |item=Shield{{pipe}}Unlock Shield Skill Levels 51-60
| skilllevel= 12
| cost = 980
| favor = Neutral
}}
==Examples==
See [[BraigonNPC Template]] Sells and Training for examples.
== Note ==