|
1 | 1 | /** Slots.ids */ |
2 | 2 | export declare type Slots = number & {}; |
| 3 | +/** 0 */ |
| 4 | +export declare const SLOT_AMULET: Slots; |
| 5 | +/** 1 */ |
| 6 | +export declare const SLOT_ARMOR: Slots; |
| 7 | +/** 2 */ |
| 8 | +export declare const SLOT_BELT: Slots; |
| 9 | +/** 3 */ |
| 10 | +export declare const SLOT_BOOTS: Slots; |
| 11 | +/** 4 */ |
| 12 | +export declare const SLOT_CLOAK: Slots; |
| 13 | +/** 5 */ |
| 14 | +export declare const SLOT_GAUNTLETS: Slots; |
| 15 | +/** 6 */ |
| 16 | +export declare const SLOT_HELMET: Slots; |
| 17 | +/** 7 */ |
| 18 | +export declare const SLOT_RING_LEFT: Slots; |
| 19 | +/** 8 */ |
| 20 | +export declare const SLOT_RING_RIGHT: Slots; |
| 21 | +/** 9 */ |
| 22 | +export declare const SLOT_SHIELD: Slots; |
| 23 | +/** 10 */ |
| 24 | +export declare const SLOT_FIST: Slots; |
| 25 | +/** 11 */ |
| 26 | +export declare const SLOT_AMMO: Slots; |
| 27 | +/** 15 */ |
| 28 | +export declare const SLOT_MISC: Slots; |
| 29 | +/** 35 */ |
| 30 | +export declare const SLOT_WEAPON: Slots; |
| 31 | +/** 11 */ |
| 32 | +export declare const SLOT_AMMO0: Slots; |
| 33 | +/** 12 */ |
| 34 | +export declare const SLOT_AMMO1: Slots; |
| 35 | +/** 13 */ |
| 36 | +export declare const SLOT_AMMO2: Slots; |
| 37 | +/** 14 */ |
| 38 | +export declare const SLOT_AMMO3: Slots; |
| 39 | +/** 15 */ |
| 40 | +export declare const SLOT_MISC0: Slots; |
| 41 | +/** 16 */ |
| 42 | +export declare const SLOT_MISC1: Slots; |
| 43 | +/** 17 */ |
| 44 | +export declare const SLOT_MISC2: Slots; |
| 45 | +/** 18 */ |
| 46 | +export declare const SLOT_MISC3: Slots; |
| 47 | +/** 19 */ |
| 48 | +export declare const SLOT_MISC4: Slots; |
| 49 | +/** 20 */ |
| 50 | +export declare const SLOT_MISC5: Slots; |
| 51 | +/** 21 */ |
| 52 | +export declare const SLOT_MISC6: Slots; |
| 53 | +/** 22 */ |
| 54 | +export declare const SLOT_MISC7: Slots; |
| 55 | +/** 23 */ |
| 56 | +export declare const SLOT_MISC8: Slots; |
| 57 | +/** 24 */ |
| 58 | +export declare const SLOT_MISC9: Slots; |
| 59 | +/** 25 */ |
| 60 | +export declare const SLOT_MISC10: Slots; |
| 61 | +/** 26 */ |
| 62 | +export declare const SLOT_MISC11: Slots; |
| 63 | +/** 27 */ |
| 64 | +export declare const SLOT_MISC12: Slots; |
| 65 | +/** 28 */ |
| 66 | +export declare const SLOT_MISC13: Slots; |
| 67 | +/** 29 */ |
| 68 | +export declare const SLOT_MISC14: Slots; |
| 69 | +/** 30 */ |
| 70 | +export declare const SLOT_MISC15: Slots; |
| 71 | +/** 31 */ |
| 72 | +export declare const SLOT_MISC16: Slots; |
| 73 | +/** 32 */ |
| 74 | +export declare const SLOT_MISC17: Slots; |
| 75 | +/** 33 */ |
| 76 | +export declare const SLOT_MISC18: Slots; |
| 77 | +/** 34 */ |
| 78 | +export declare const SLOT_MISC19: Slots; |
| 79 | +/** 35 */ |
| 80 | +export declare const SLOT_WEAPON0: Slots; |
| 81 | +/** 36 */ |
| 82 | +export declare const SLOT_WEAPON1: Slots; |
| 83 | +/** 37 */ |
| 84 | +export declare const SLOT_WEAPON2: Slots; |
| 85 | +/** 38 */ |
| 86 | +export declare const SLOT_WEAPON3: Slots; |
0 commit comments