Category:Leveled Lists

Revision as of 15:10, 10 February 2006 by imported>Bnesmith
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A leveled list is an object type for generating references based on the level of the player. When the game need to load the reference for a particular leveled list object, it looks at the data on the leveled list, makes a calculation and determines which of the available objects will be used to generate the actual reference.

For example, a leveled creature list may have two creatures listed, a goblin for level one, and a wolf for level six. If the player is less than level 6, a goblin is placed. If the player is level six or higher, a wolf is placed.

Leveled lists can be nested. By convention, the lowest level lists have prefixes of LL0. The LL1 lists usually contain objects or LL0 lists. The LL2 lists usually contain LL1 or occasionally LL2 lists.

Pages in category "Leveled Lists"

The following 3 pages are in this category, out of 3 total.