Template:NPC STORAGE: Difference between revisions

From Project Gorgon
Jump to navigation Jump to search
Donni Iris (talk | contribs)
No edit summary
Donni Iris (talk | contribs)
summary for prev edit: deprecated param favorrestriction, it now auto detects the first level of favor with slots ; each favor level defaults to 0 if nothing listed
Line 33: Line 33:
<pre>
<pre>
{{NPC STORAGE
{{NPC STORAGE
|npcname =  
|npcname         =  
|favorrestriction =
|favorrestriction =  
|itemrestriction =
|itemrestriction =  
|neutral =
|neutral         =  
|comfortable =
|comfortable     =  
|friends =
|friends         =  
|closefriends =
|closefriends     =  
|bestfriends =
|bestfriends     =  
|likefamily =
|likefamily       =
|soulmates        =  
|soulmates =
|soulmates =
}}
}}

Revision as of 00:33, 26 March 2026


Syntax

{{NPC STORAGE
|npcname          = 
|favorrestriction = 
|itemrestriction  = 
|neutral          = 
|comfortable      = 
|friends          = 
|closefriends     = 
|bestfriends      = 
|likefamily       = 
|soulmates        = 
|soulmates =
}}

Description

This template is used on the pages of NPCs that offer Storage slots.

Parameters

npcname
The name of the NPC the NPC STORAGE template is used on.
favorrestriction
Optional. The first stage of favor the NPC offers storage.
itemrestriction
Optional. A list of the types of restrictions an NPC may have on their storage.
neutral/comfortable/friends/closefriends/bestfriends/likefamily/soulmates
The seven positive levels of favor. Count of available slots should be recorded for each level.
{{NPC STORAGE
|npcname          = Gurki
|favorrestriction = Comfortable
|itemrestriction  = Fish
|neutral          = 0
|comfortable      = 10
|friends          = 15
|closefriends     = 20
|bestfriends      = 25
|likefamily       = 30
|soulmates        = 35
}}
Gurki offers storage at [Comfortable] Favor.
Storage is limited to Fish.
0 slots at [Neutral].
10 slots at [Comfortable].
15 slots at [Friends].
20 slots at [Close Friends].
25 slots at [Best Friends].
30 slots at [Like Family].
35 slots at [Soul Mates].