📑ItemLevelName
Alternative names for the same item based on the level (+0, +1, +2, etc.) of that specific item instance. This file is used when a single item code (defined only once in Item.txt) needs to appear with different names depending on its level, such as reward boxes, transformation rings, or teleport scrolls.
ItemIndex
Number (item code)
The item to which this alternative name applies.
ItemLevel
Number
The specific item level that uses this name.
Name
Text enclosed in quotes
The name displayed in-game for this item/level combination.
Notes
A single
ItemIndextypically has multiple entries, one for each supported level. This is how, for example, the same item code7179appears as "Lucky Box" at level 0, "Firecracker" at level 2, "Box of Heaven" at level 7, and so on.If a particular
ItemIndex/ItemLevelcombination is not listed here, the game simply uses the default item name defined inItem.txt.
Last updated