Item stats
| Name | Result | Description | Code | Params | Examples |
|---|---|---|---|---|---|
| ItemType | Cardinal | Item type (0 - weapon, 1 - armor, 2 - jewelry, etc.) | |
There are no arguments | You need to register to view the code example. |
| BodyPart | Cardinal | Equipment type | |
There are no arguments | You need to register to view the code example. |
| Grade | Cardinal | Item grade (0 - NG, 1 - D, 2 - C, 3 - B, 4 - A, 5 - S, 6 - S80, 7 - R, 8 - R95, 9 - R99, 10 - R110) | |
There are no arguments | You need to register to view the code example. |
| GradeName | String | Item grade name ('NG', 'D', 'C', 'B', 'A', 'S', 'S80', 'R', 'R95', 'R99', 'R110') | |
There are no arguments | You need to register to view the code example. |
| Count | Int64 | Number of item | |
There are no arguments | You need to register to view the code example. |
| Equipped | Boolean | Is item equipped | |
There are no arguments |
You need to register to view the code example.
|
| Slot | Cardinal | Item slot in inventory | |
There are no arguments | You need to register to view the code example. |
| RemainTime | Cardinal | Item remaining time (in ms, 1sec = 1000ms) | |
There are no arguments | You need to register to view the code example. |
Enchant stats
| Name | Result | Description | Code | Params | Examples |
|---|---|---|---|---|---|
| EnchantLevel | Word | Item enchant level | |
There are no arguments | You need to register to view the code example. |
| AtkElem | Word | Item attack element type (0 - fire, 1 - water, 2 - wind, 3 - earth, 4 - holy, 5 - dark) | |
There are no arguments | You need to register to view the code example. |
| ElemPower | Word | Item attack element power | |
There are no arguments | You need to register to view the code example. |
| FirePower | Word | Item fire defense element power | |
There are no arguments | You need to register to view the code example. |
| WaterPower | Word | Item water defense element power | |
There are no arguments | You need to register to view the code example. |
| WindPower | Word | Item wind defense element power | |
There are no arguments | You need to register to view the code example. |
| EartPower | Word | Item earth defense element power | |
There are no arguments | You need to register to view the code example. |
| HolyPower | Word | Item holy defense element power | |
There are no arguments | You need to register to view the code example. |
| UnholyPower | Word | Item dark defense element power | |
There are no arguments | You need to register to view the code example. |
| AugmentID | Cardinal | Item 1st augmentation identificator | |
There are no arguments | You need to register to view the code example. |
| AugmentID2 | Cardinal | Item 2nd augmentation identificator | |
There are no arguments | You need to register to view the code example. |
Methods
| Имя | Результат | Description |
|---|---|---|
| TL2Live.Equips | TL2List из TL2Item | Object equipment list |