Overview

This file controls the grid sizes of the inventory slots for the game’s various UI windows.

These values are measured in pixels on the screen.

Data Fields

class – This is a reference field to define the type of inventory screen

invLeft – Starting X coordinate pixel position of the inventory panel

invRight – Ending X coordinate pixel position of the inventory panel (Includes the “invLeft” value with the inventory width size)

invTop – Starting Y coordinate pixel position of the inventory panel

invBottom – Ending Y coordinate pixel position of the inventory panel (Includes the “invTop” value with the inventory height size)

gridX – Column number size of the inventory grid, measured in the number of grid boxes to use

gridY – Column row size of the inventory grid, measured in the number of grid boxes to use

gridLeft – Starting X coordinate location of the inventory’s left grid side

gridRight – Ending X coordinate location of the inventory’s right grid side (Includes the “gridLeft” value with the grid width size)

gridTop – Starting Y coordinate location of the inventory’s top grid side

gridBottom – Ending Y coordinate location of the inventory’s bottom grid side (Includes the “gridTop” value with the grid height size)

gridBoxWidth – Width size of an inventory’s box cell

gridBoxHeight – Height size of an inventory’s box cell

rArmLeft – Starting X coordinate location of the Right Weapon Slot

rArmRight – Ending X coordinate location of the Right Weapon Slot (Includes the “rArmLeft” value with the “rArmWidth” value)

rArmTop – Starting Y coordinate location of the Right Weapon Slot

rArmBottom – Ending Y coordinate location of the Right Weapon Slot (Includes the “rArmTop” value with the “rArmHeight” value)

rArmWidth – The pixel width of theRight Weapon Slot

rArmHeight – The pixel Height of the Right Weapon Slot

torsoLeft – Starting X coordinate location of the Body Armor Slot

torsoRight – Ending X coordinate location of the Body Armor Slot (Includes the “torsoLeft” value with the “torsoWidth” value)

torsoTop – Starting Y coordinate location of the Body Armor Slot

torsoBottom – Ending Y coordinate location of the Body Armor Slot (Includes the “torsoTop” value with the “torsoHeight” value)

torsoWidth – The pixel width of theBody Armor Slot

torsoHeight – The pixel Height of the Body Armor Slot

lArmLeft – Starting X coordinate location of the Left Weapon Slot

lArmRight – Ending X coordinate location of the Left Weapon Slot (Includes the “lArmLeft” value with the “lArmWidth” value)

lArmTop – Starting Y coordinate location of the Left Weapon Slot

lArmBottom – Ending Y coordinate location of the Left Weapon Slot (Includes the “lArmTop” value with the “lArmHeight” value)

lArmWidth – The pixel width of theLeft Weapon Slot

lArmHeight – The pixel Height of the Left Weapon Slot

headLeft – Starting X coordinate location of the Helm Slot

headRight – Ending X coordinate location of the Helm Slot (Includes the “headLeft” value with the “headWidth” value)

headTop – Starting Y coordinate location of the Helm Slot

headBottom – Ending Y coordinate location of the Helm Slot (Includes the “headTop” value with the “headHeight” value)

headWidth – The pixel width of theHelm Slot

headHeight – The pixel Height of the Helm Slot

neckLeft – Starting X coordinate location of the Amulet Slot

neckRight – Ending X coordinate location of the Amulet Slot (Includes the “neckLeft” value with the “neckWidth” value)

neckTop – Starting Y coordinate location of the Amulet Slot

neckBottom – Ending Y coordinate location of the Amulet Slot (Includes the “neckTop” value with the “neckHeight” value)

neckWidth – The pixel width of theAmulet Slot

neckHeight – The pixel Height of the Amulet Slot

rHandLeft – Starting X coordinate location of the Right Ring Slot

rHandLeft – Ending X coordinate location of the Right Ring Slot (Includes the “rHandLeft” value with the “rHandWidth” value)

rHandTop – Starting Y coordinate location of the Right Ring Slot

rHandBottom – Ending Y coordinate location of the Right Ring Slot (Includes the “rHandTop” value with the “rHandHeight” value)

rHandWidth – The pixel width of theRight Ring Slot

rHandHeight – The pixel Height of the Right Ring Slot

lHandLeft – Starting X coordinate location of the Left Ring Slot

lHandRight – Ending X coordinate location of the Left Ring Slot (Includes the “lHandLeft” value with the “lHandWidth” value)

lHandTop – Starting Y coordinate location of the Left Ring Slot

lHandBottom – Ending Y coordinate location of the Left Ring Slot (Includes the “lHandTop” value with the “lHandHeight” value)

lHandWidth – The pixel width of theLeft Ring Slot

lHandHeight – The pixel Height of the Left Ring Slot

beltLeft – Starting X coordinate location of the Belt Slot

beltRight – Ending X coordinate location of the Belt Slot (Includes the “beltLeft” value with the “beltWidth” value)

beltTop – Starting Y coordinate location of the Belt Slot

beltBottom – Ending Y coordinate location of the Belt Slot (Includes the “beltTop” value with the “beltHeight” value)

beltWidth – The pixel width of theBelt Slot

beltHeight – The pixel Height of the Belt Slot

feetLeft – Starting X coordinate location of the Boots Slot

feetRight – Ending X coordinate location of the Boots Slot (Includes the “feetLeft” value with the “feetWidth” value)

feetTop – Starting Y coordinate location of the Boots Slot

feetBottom – Ending Y coordinate location of the Boots Slot (Includes the “feetTop” value with the “feetHeight” value)

feetWidth – The pixel width of theBoots Slot

feetHeight – The pixel Height of the Boots Slot

glovesLeft – Starting X coordinate location of the Gloves Slot

glovesRight – Ending X coordinate location of the Gloves Slot (Includes the “glovesLeft” value with the “glovesWidth” value)

glovesTop – Starting Y coordinate location of the Gloves Slot

glovesBottom – Ending Y coordinate location of the Gloves Slot (Includes the “glovesTop” value with the “glovesHeight” value)

glovesWidth – The pixel width of theGloves Slot

glovesHeight – The pixel Height of the Gloves Slot