Name Result Description Code Params Examples
Type1 Byte Item type. Can be changed(0 = jewelry / resource / other 1 = armor 2 = weapons).
property Type1: byte;
There are no arguments You need to register to view the code example.
Type2 Integer Item type. Can be changed.
property Type2: integer;
There are no arguments You need to register to view the code example.
Grade Integer Item grade (0 - NG, 1 - D, 2 - C, 3 - B, 4 - A, 5 - S, 6 - S80, 7 - R, 8 - R95, 9 - R99, 10 - R110). Can be changed.
property Grade: integer;
There are no arguments You need to register to view the code example.
IsCrystal Boolean Is item can be crystallized. Can be chnaged.
property isCrystal: boolean;
There are no arguments You need to register to view the code example.
Weight Integer Item Weight. Can be changed.
property Weight: integer;
There are no arguments You need to register to view the code example.
Material Integer Item material type. Can be changed.
property Material: integer;
There are no arguments You need to register to view the code example.
SsCount Integer Required soul shots count for item. Can be changed.
property SScount: integer;
There are no arguments You need to register to view the code example.
SpsCount Integer Required spirit shots count for item. Can be changed.
property SpsCount: integer;
There are no arguments You need to register to view the code example.