Location: Home / Lua Coding / Item Properties The table below lists item properties visible from Lua at the time of writing. This is not even close to complete, just a small set to test the initial Lua implementation with.
| Property | Description |
| Level | Level of item |
| Name | Name of item |
| Weight | Item total weight |
| Keywords | Item keywords |
| *Owner | Current owner of item |
| Value | Value of item |
| Type | Type of item as a number |
| Typestr | Type of item as a name |
| Foodname | Name of drink type on a drink container |
| Foodleft | Capacity remaining on a drink container |
| Foodpoisoned | Returns 1 if item is poisoned food/drink |
| Ingame | Number of items with the same object key in game |
| Key | Returns the object key |
| Clan | Clan number if the item is from a clan |
|