@rpg-engine/shared 0.8.48 → 0.8.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +29 -29
- package/dist/constants/date.constants.d.ts +2 -2
- package/dist/constants/date.constants.js +5 -5
- package/dist/constants/npc.constants.d.ts +1 -1
- package/dist/constants/npc.constants.js +4 -4
- package/dist/constants/socket.constants.d.ts +2 -2
- package/dist/constants/socket.constants.js +6 -6
- package/dist/constants/world.constants.d.ts +10 -10
- package/dist/constants/world.constants.js +13 -13
- package/dist/helpers/deviceHelpers.d.ts +2 -2
- package/dist/helpers/deviceHelpers.js +16 -16
- package/dist/helpers/itemSlotHelper.d.ts +7 -7
- package/dist/helpers/itemSlotHelper.js +27 -27
- package/dist/helpers/skillHelpers.d.ts +4 -4
- package/dist/helpers/skillHelpers.js +25 -25
- package/dist/helpers/weightHelper.d.ts +1 -1
- package/dist/helpers/weightHelper.js +14 -14
- package/dist/index.d.ts +55 -55
- package/dist/index.js +71 -71
- package/dist/libs/GridHelper.d.ts +11 -11
- package/dist/libs/GridHelper.js +37 -37
- package/dist/libs/MathHelper.d.ts +16 -16
- package/dist/libs/MathHelper.js +14 -14
- package/dist/libs/SocketHelper.d.ts +2 -2
- package/dist/libs/SocketHelper.js +14 -14
- package/dist/libs/TextHelper.d.ts +7 -7
- package/dist/libs/TextHelper.js +21 -21
- package/dist/libs/TypeHelper.d.ts +3 -3
- package/dist/libs/TypeHelper.js +16 -16
- package/dist/translations/app-rate.lang.json +38 -38
- package/dist/translations/assets.lang.json +82 -82
- package/dist/translations/auth.lang.json +182 -182
- package/dist/translations/email.lang.json +70 -70
- package/dist/translations/error.lang.json +18 -18
- package/dist/translations/form.lang.json +94 -94
- package/dist/translations/global.lang.json +90 -90
- package/dist/translations/logs.lang.json +6 -6
- package/dist/translations/onboarding.lang.d.ts +10 -10
- package/dist/translations/onboarding.lang.js +21 -21
- package/dist/translations/onboarding.lang.json +50 -50
- package/dist/translations/order.lang.json +90 -90
- package/dist/translations/search.lang.json +50 -50
- package/dist/translations/settings.lang.json +14 -14
- package/dist/translations/tabs.lang.json +22 -22
- package/dist/translations/users.lang.json +22 -22
- package/dist/translations/validation.lang.json +86 -86
- package/dist/types/animation.types.d.ts +69 -69
- package/dist/types/animation.types.js +46 -46
- package/dist/types/api.types.d.ts +21 -21
- package/dist/types/api.types.js +20 -20
- package/dist/types/asset.types.d.ts +6 -6
- package/dist/types/asset.types.js +2 -2
- package/dist/types/auth.types.d.ts +7 -7
- package/dist/types/auth.types.js +2 -2
- package/dist/types/battle.types.d.ts +41 -41
- package/dist/types/battle.types.js +18 -18
- package/dist/types/buff.types.d.ts +39 -39
- package/dist/types/buff.types.js +13 -13
- package/dist/types/character.types.d.ts +228 -216
- package/dist/types/character.types.d.ts.map +1 -1
- package/dist/types/character.types.js +65 -59
- package/dist/types/character.types.js.map +1 -1
- package/dist/types/chat.types.d.ts +30 -30
- package/dist/types/chat.types.js +14 -14
- package/dist/types/depot.types.d.ts +18 -18
- package/dist/types/depot.types.js +9 -9
- package/dist/types/device.types.d.ts +24 -24
- package/dist/types/device.types.js +7 -7
- package/dist/types/displayText.types.d.ts +10 -10
- package/dist/types/displayText.types.js +7 -7
- package/dist/types/entity.types.d.ts +30 -30
- package/dist/types/entity.types.js +20 -20
- package/dist/types/env.types.d.ts +5 -5
- package/dist/types/env.types.js +9 -9
- package/dist/types/equipment.types.d.ts +35 -35
- package/dist/types/equipment.types.js +18 -18
- package/dist/types/googleOAuth.types.d.ts +47 -47
- package/dist/types/googleOAuth.types.js +2 -2
- package/dist/types/inventory.types.d.ts +7 -7
- package/dist/types/inventory.types.js +2 -2
- package/dist/types/item.types.d.ts +370 -370
- package/dist/types/item.types.js +154 -154
- package/dist/types/itemContainer.types.d.ts +83 -83
- package/dist/types/itemContainer.types.js +11 -11
- package/dist/types/macro.types.d.ts +8 -8
- package/dist/types/macro.types.js +12 -12
- package/dist/types/maps.types.d.ts +82 -82
- package/dist/types/maps.types.js +81 -81
- package/dist/types/marketplace.types.d.ts +60 -60
- package/dist/types/marketplace.types.js +14 -14
- package/dist/types/notification.types.d.ts +14 -14
- package/dist/types/notification.types.js +2 -2
- package/dist/types/npc.types.d.ts +152 -152
- package/dist/types/npc.types.js +48 -48
- package/dist/types/pagination.types.d.ts +13 -13
- package/dist/types/pagination.types.js +2 -2
- package/dist/types/party.types.d.ts +82 -82
- package/dist/types/party.types.js +54 -54
- package/dist/types/places.types.d.ts +16 -16
- package/dist/types/places.types.js +9 -9
- package/dist/types/preloadScene.types.d.ts +4 -4
- package/dist/types/preloadScene.types.js +7 -7
- package/dist/types/quest.types.d.ts +74 -74
- package/dist/types/quest.types.js +21 -21
- package/dist/types/resource.types.d.ts +5 -5
- package/dist/types/resource.types.js +2 -2
- package/dist/types/scene.types.d.ts +8 -8
- package/dist/types/scene.types.js +8 -8
- package/dist/types/shortcut.types.d.ts +11 -11
- package/dist/types/shortcut.types.js +9 -9
- package/dist/types/skills.types.d.ts +144 -144
- package/dist/types/skills.types.js +106 -106
- package/dist/types/socket.types.d.ts +18 -18
- package/dist/types/socket.types.js +8 -8
- package/dist/types/spell.types.d.ts +127 -127
- package/dist/types/spell.types.js +86 -86
- package/dist/types/tiled.types.d.ts +119 -119
- package/dist/types/tiled.types.js +7 -7
- package/dist/types/trade.types.d.ts +65 -65
- package/dist/types/trade.types.js +15 -15
- package/dist/types/translation.types.d.ts +5 -5
- package/dist/types/translation.types.js +8 -8
- package/dist/types/ui.types.d.ts +8 -8
- package/dist/types/ui.types.js +7 -7
- package/dist/types/useWith.types.d.ts +25 -25
- package/dist/types/useWith.types.js +9 -9
- package/dist/types/user.types.d.ts +101 -101
- package/dist/types/user.types.js +38 -38
- package/dist/types/validation.types.d.ts +9 -9
- package/dist/types/validation.types.js +2 -2
- package/dist/types/view.types.d.ts +15 -15
- package/dist/types/view.types.js +7 -7
- package/package.json +43 -43
|
@@ -1,60 +1,66 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Modes = exports.ShadowWalkerRaces = exports.LifeBringerRaces = exports.CharacterFactions = exports.CharacterSocketEvents = exports.CharacterGender = exports.CharacterClass = void 0;
|
|
4
|
-
var CharacterClass;
|
|
5
|
-
(function (CharacterClass) {
|
|
6
|
-
CharacterClass["None"] = "None";
|
|
7
|
-
CharacterClass["Warrior"] = "Warrior";
|
|
8
|
-
CharacterClass["Berserker"] = "Berserker";
|
|
9
|
-
CharacterClass["Druid"] = "Druid";
|
|
10
|
-
CharacterClass["Sorcerer"] = "Sorcerer";
|
|
11
|
-
CharacterClass["Rogue"] = "Rogue";
|
|
12
|
-
CharacterClass["Hunter"] = "Hunter";
|
|
13
|
-
})(CharacterClass = exports.CharacterClass || (exports.CharacterClass = {}));
|
|
14
|
-
var CharacterGender;
|
|
15
|
-
(function (CharacterGender) {
|
|
16
|
-
CharacterGender["Male"] = "Male";
|
|
17
|
-
CharacterGender["Female"] = "Female";
|
|
18
|
-
})(CharacterGender = exports.CharacterGender || (exports.CharacterGender = {}));
|
|
19
|
-
var CharacterSocketEvents;
|
|
20
|
-
(function (CharacterSocketEvents) {
|
|
21
|
-
CharacterSocketEvents["CharacterRefresh"] = "CharacterRefresh";
|
|
22
|
-
CharacterSocketEvents["CharacterCreate"] = "CharacterCreate";
|
|
23
|
-
CharacterSocketEvents["CharacterPositionUpdate"] = "CharacterPositionUpdate";
|
|
24
|
-
CharacterSocketEvents["CharacterPositionUpdateAll"] = "CharacterPositionUpdateAll";
|
|
25
|
-
CharacterSocketEvents["CharacterPositionUpdateConfirm"] = "CharacterPositionUpdateConfirm";
|
|
26
|
-
CharacterSocketEvents["CharacterLogout"] = "CharacterLogout";
|
|
27
|
-
CharacterSocketEvents["CharacterPrivateMessage"] = "CharacterPrivateMessage";
|
|
28
|
-
CharacterSocketEvents["CharacterPing"] = "CharacterPing";
|
|
29
|
-
CharacterSocketEvents["CharacterForceDisconnect"] = "CharacterForceDisconnect";
|
|
30
|
-
CharacterSocketEvents["CharacterSyncPosition"] = "CharacterSyncPosition";
|
|
31
|
-
CharacterSocketEvents["Login"] = "Login";
|
|
32
|
-
CharacterSocketEvents["ItemConsumed"] = "ItemConsumed";
|
|
33
|
-
CharacterSocketEvents["AttributeChanged"] = "AttributeChanged";
|
|
34
|
-
CharacterSocketEvents["CharacterRemoveFromView"] = "CharacterRemoveFromView";
|
|
35
|
-
CharacterSocketEvents["CharacterPayload"] = "CharacterPayload";
|
|
36
|
-
})(CharacterSocketEvents = exports.CharacterSocketEvents || (exports.CharacterSocketEvents = {}));
|
|
37
|
-
var CharacterFactions;
|
|
38
|
-
(function (CharacterFactions) {
|
|
39
|
-
CharacterFactions["LifeBringer"] = "Life Bringer";
|
|
40
|
-
CharacterFactions["ShadowWalker"] = "Shadow Walker";
|
|
41
|
-
})(CharacterFactions = exports.CharacterFactions || (exports.CharacterFactions = {}));
|
|
42
|
-
var LifeBringerRaces;
|
|
43
|
-
(function (LifeBringerRaces) {
|
|
44
|
-
LifeBringerRaces["Human"] = "Human";
|
|
45
|
-
LifeBringerRaces["Elf"] = "Elf";
|
|
46
|
-
LifeBringerRaces["Dwarf"] = "Dwarf";
|
|
47
|
-
})(LifeBringerRaces = exports.LifeBringerRaces || (exports.LifeBringerRaces = {}));
|
|
48
|
-
var ShadowWalkerRaces;
|
|
49
|
-
(function (ShadowWalkerRaces) {
|
|
50
|
-
ShadowWalkerRaces["Human"] = "Human";
|
|
51
|
-
ShadowWalkerRaces["Orc"] = "Orc";
|
|
52
|
-
ShadowWalkerRaces["Minotaur"] = "Minotaur";
|
|
53
|
-
})(ShadowWalkerRaces = exports.ShadowWalkerRaces || (exports.ShadowWalkerRaces = {}));
|
|
54
|
-
var Modes;
|
|
55
|
-
(function (Modes) {
|
|
56
|
-
Modes["SoftMode"] = "Soft";
|
|
57
|
-
Modes["HardcoreMode"] = "Hardcore";
|
|
58
|
-
Modes["PermadeathMode"] = "Permadeath";
|
|
59
|
-
})(Modes = exports.Modes || (exports.Modes = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CharacterSkullType = exports.Modes = exports.ShadowWalkerRaces = exports.LifeBringerRaces = exports.CharacterFactions = exports.CharacterSocketEvents = exports.CharacterGender = exports.CharacterClass = void 0;
|
|
4
|
+
var CharacterClass;
|
|
5
|
+
(function (CharacterClass) {
|
|
6
|
+
CharacterClass["None"] = "None";
|
|
7
|
+
CharacterClass["Warrior"] = "Warrior";
|
|
8
|
+
CharacterClass["Berserker"] = "Berserker";
|
|
9
|
+
CharacterClass["Druid"] = "Druid";
|
|
10
|
+
CharacterClass["Sorcerer"] = "Sorcerer";
|
|
11
|
+
CharacterClass["Rogue"] = "Rogue";
|
|
12
|
+
CharacterClass["Hunter"] = "Hunter";
|
|
13
|
+
})(CharacterClass = exports.CharacterClass || (exports.CharacterClass = {}));
|
|
14
|
+
var CharacterGender;
|
|
15
|
+
(function (CharacterGender) {
|
|
16
|
+
CharacterGender["Male"] = "Male";
|
|
17
|
+
CharacterGender["Female"] = "Female";
|
|
18
|
+
})(CharacterGender = exports.CharacterGender || (exports.CharacterGender = {}));
|
|
19
|
+
var CharacterSocketEvents;
|
|
20
|
+
(function (CharacterSocketEvents) {
|
|
21
|
+
CharacterSocketEvents["CharacterRefresh"] = "CharacterRefresh";
|
|
22
|
+
CharacterSocketEvents["CharacterCreate"] = "CharacterCreate";
|
|
23
|
+
CharacterSocketEvents["CharacterPositionUpdate"] = "CharacterPositionUpdate";
|
|
24
|
+
CharacterSocketEvents["CharacterPositionUpdateAll"] = "CharacterPositionUpdateAll";
|
|
25
|
+
CharacterSocketEvents["CharacterPositionUpdateConfirm"] = "CharacterPositionUpdateConfirm";
|
|
26
|
+
CharacterSocketEvents["CharacterLogout"] = "CharacterLogout";
|
|
27
|
+
CharacterSocketEvents["CharacterPrivateMessage"] = "CharacterPrivateMessage";
|
|
28
|
+
CharacterSocketEvents["CharacterPing"] = "CharacterPing";
|
|
29
|
+
CharacterSocketEvents["CharacterForceDisconnect"] = "CharacterForceDisconnect";
|
|
30
|
+
CharacterSocketEvents["CharacterSyncPosition"] = "CharacterSyncPosition";
|
|
31
|
+
CharacterSocketEvents["Login"] = "Login";
|
|
32
|
+
CharacterSocketEvents["ItemConsumed"] = "ItemConsumed";
|
|
33
|
+
CharacterSocketEvents["AttributeChanged"] = "AttributeChanged";
|
|
34
|
+
CharacterSocketEvents["CharacterRemoveFromView"] = "CharacterRemoveFromView";
|
|
35
|
+
CharacterSocketEvents["CharacterPayload"] = "CharacterPayload";
|
|
36
|
+
})(CharacterSocketEvents = exports.CharacterSocketEvents || (exports.CharacterSocketEvents = {}));
|
|
37
|
+
var CharacterFactions;
|
|
38
|
+
(function (CharacterFactions) {
|
|
39
|
+
CharacterFactions["LifeBringer"] = "Life Bringer";
|
|
40
|
+
CharacterFactions["ShadowWalker"] = "Shadow Walker";
|
|
41
|
+
})(CharacterFactions = exports.CharacterFactions || (exports.CharacterFactions = {}));
|
|
42
|
+
var LifeBringerRaces;
|
|
43
|
+
(function (LifeBringerRaces) {
|
|
44
|
+
LifeBringerRaces["Human"] = "Human";
|
|
45
|
+
LifeBringerRaces["Elf"] = "Elf";
|
|
46
|
+
LifeBringerRaces["Dwarf"] = "Dwarf";
|
|
47
|
+
})(LifeBringerRaces = exports.LifeBringerRaces || (exports.LifeBringerRaces = {}));
|
|
48
|
+
var ShadowWalkerRaces;
|
|
49
|
+
(function (ShadowWalkerRaces) {
|
|
50
|
+
ShadowWalkerRaces["Human"] = "Human";
|
|
51
|
+
ShadowWalkerRaces["Orc"] = "Orc";
|
|
52
|
+
ShadowWalkerRaces["Minotaur"] = "Minotaur";
|
|
53
|
+
})(ShadowWalkerRaces = exports.ShadowWalkerRaces || (exports.ShadowWalkerRaces = {}));
|
|
54
|
+
var Modes;
|
|
55
|
+
(function (Modes) {
|
|
56
|
+
Modes["SoftMode"] = "Soft";
|
|
57
|
+
Modes["HardcoreMode"] = "Hardcore";
|
|
58
|
+
Modes["PermadeathMode"] = "Permadeath";
|
|
59
|
+
})(Modes = exports.Modes || (exports.Modes = {}));
|
|
60
|
+
var CharacterSkullType;
|
|
61
|
+
(function (CharacterSkullType) {
|
|
62
|
+
CharacterSkullType["WhiteSkull"] = "WhiteSkull";
|
|
63
|
+
CharacterSkullType["YellowSkull"] = "YellowSkull";
|
|
64
|
+
CharacterSkullType["RedSkull"] = "RedSkull";
|
|
65
|
+
})(CharacterSkullType = exports.CharacterSkullType || (exports.CharacterSkullType = {}));
|
|
60
66
|
//# sourceMappingURL=character.types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"character.types.js","sourceRoot":"","sources":["../../src/types/character.types.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"character.types.js","sourceRoot":"","sources":["../../src/types/character.types.ts"],"names":[],"mappings":";;;AA4DA,IAAY,cAQX;AARD,WAAY,cAAc;IACxB,+BAAa,CAAA;IACb,qCAAmB,CAAA;IACnB,yCAAuB,CAAA;IACvB,iCAAe,CAAA;IACf,uCAAqB,CAAA;IACrB,iCAAe,CAAA;IACf,mCAAiB,CAAA;AACnB,CAAC,EARW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAQzB;AAED,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,gCAAa,CAAA;IACb,oCAAiB,CAAA;AACnB,CAAC,EAHW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAG1B;AAGD,IAAY,qBAgBX;AAhBD,WAAY,qBAAqB;IAC/B,8DAAqC,CAAA;IACrC,4DAAmC,CAAA;IACnC,4EAAmD,CAAA;IACnD,kFAAyD,CAAA;IACzD,0FAAiE,CAAA;IACjE,4DAAmC,CAAA;IACnC,4EAAmD,CAAA;IACnD,wDAA+B,CAAA;IAC/B,8EAAqD,CAAA;IACrD,wEAA+C,CAAA;IAC/C,wCAAe,CAAA;IACf,sDAA6B,CAAA;IAC7B,8DAAqC,CAAA;IACrC,4EAAmD,CAAA;IACnD,8DAAqC,CAAA;AACvC,CAAC,EAhBW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAgBhC;AAED,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,iDAA4B,CAAA;IAC5B,mDAA8B,CAAA;AAChC,CAAC,EAHW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAG5B;AAED,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC1B,mCAAe,CAAA;IACf,+BAAW,CAAA;IACX,mCAAe,CAAA;AACjB,CAAC,EAJW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAI3B;AAED,IAAY,iBAIX;AAJD,WAAY,iBAAiB;IAC3B,oCAAe,CAAA;IACf,gCAAW,CAAA;IACX,0CAAqB,CAAA;AACvB,CAAC,EAJW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAI5B;AAID,IAAY,KAIX;AAJD,WAAY,KAAK;IACf,0BAAiB,CAAA;IACjB,kCAAyB,CAAA;IACzB,sCAA6B,CAAA;AAC/B,CAAC,EAJW,KAAK,GAAL,aAAK,KAAL,aAAK,QAIhB;AAmID,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,+CAAyB,CAAA;IACzB,iDAA2B,CAAA;IAC3B,2CAAqB,CAAA;AACvB,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B"}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { IResource } from "./resource.types";
|
|
2
|
-
export declare enum ChatMessageType {
|
|
3
|
-
Global = "Global",
|
|
4
|
-
Private = "Private"
|
|
5
|
-
}
|
|
6
|
-
export declare enum ChatSocketEvents {
|
|
7
|
-
GlobalChatMessageCreate = "GlobalChatMessageCreate",
|
|
8
|
-
GlobalChatMessageRead = "GlobalChatMessageRead",
|
|
9
|
-
PrivateChatMessage = "PrivateChatMessage"
|
|
10
|
-
}
|
|
11
|
-
export interface IChatMessage extends IResource {
|
|
12
|
-
emitter: {
|
|
13
|
-
_id: string;
|
|
14
|
-
name: string;
|
|
15
|
-
};
|
|
16
|
-
message: string;
|
|
17
|
-
type: ChatMessageType;
|
|
18
|
-
}
|
|
19
|
-
export interface IChatMessageCreatePayload {
|
|
20
|
-
emitter: {
|
|
21
|
-
_id: string;
|
|
22
|
-
name: string;
|
|
23
|
-
};
|
|
24
|
-
message: string;
|
|
25
|
-
type: ChatMessageType;
|
|
26
|
-
limit: number;
|
|
27
|
-
}
|
|
28
|
-
export interface IChatMessageReadPayload {
|
|
29
|
-
messages: IChatMessage[];
|
|
30
|
-
}
|
|
1
|
+
import { IResource } from "./resource.types";
|
|
2
|
+
export declare enum ChatMessageType {
|
|
3
|
+
Global = "Global",
|
|
4
|
+
Private = "Private"
|
|
5
|
+
}
|
|
6
|
+
export declare enum ChatSocketEvents {
|
|
7
|
+
GlobalChatMessageCreate = "GlobalChatMessageCreate",
|
|
8
|
+
GlobalChatMessageRead = "GlobalChatMessageRead",
|
|
9
|
+
PrivateChatMessage = "PrivateChatMessage"
|
|
10
|
+
}
|
|
11
|
+
export interface IChatMessage extends IResource {
|
|
12
|
+
emitter: {
|
|
13
|
+
_id: string;
|
|
14
|
+
name: string;
|
|
15
|
+
};
|
|
16
|
+
message: string;
|
|
17
|
+
type: ChatMessageType;
|
|
18
|
+
}
|
|
19
|
+
export interface IChatMessageCreatePayload {
|
|
20
|
+
emitter: {
|
|
21
|
+
_id: string;
|
|
22
|
+
name: string;
|
|
23
|
+
};
|
|
24
|
+
message: string;
|
|
25
|
+
type: ChatMessageType;
|
|
26
|
+
limit: number;
|
|
27
|
+
}
|
|
28
|
+
export interface IChatMessageReadPayload {
|
|
29
|
+
messages: IChatMessage[];
|
|
30
|
+
}
|
|
31
31
|
//# sourceMappingURL=chat.types.d.ts.map
|
package/dist/types/chat.types.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ChatSocketEvents = exports.ChatMessageType = void 0;
|
|
4
|
-
var ChatMessageType;
|
|
5
|
-
(function (ChatMessageType) {
|
|
6
|
-
ChatMessageType["Global"] = "Global";
|
|
7
|
-
ChatMessageType["Private"] = "Private";
|
|
8
|
-
})(ChatMessageType = exports.ChatMessageType || (exports.ChatMessageType = {}));
|
|
9
|
-
var ChatSocketEvents;
|
|
10
|
-
(function (ChatSocketEvents) {
|
|
11
|
-
ChatSocketEvents["GlobalChatMessageCreate"] = "GlobalChatMessageCreate";
|
|
12
|
-
ChatSocketEvents["GlobalChatMessageRead"] = "GlobalChatMessageRead";
|
|
13
|
-
ChatSocketEvents["PrivateChatMessage"] = "PrivateChatMessage";
|
|
14
|
-
})(ChatSocketEvents = exports.ChatSocketEvents || (exports.ChatSocketEvents = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ChatSocketEvents = exports.ChatMessageType = void 0;
|
|
4
|
+
var ChatMessageType;
|
|
5
|
+
(function (ChatMessageType) {
|
|
6
|
+
ChatMessageType["Global"] = "Global";
|
|
7
|
+
ChatMessageType["Private"] = "Private";
|
|
8
|
+
})(ChatMessageType = exports.ChatMessageType || (exports.ChatMessageType = {}));
|
|
9
|
+
var ChatSocketEvents;
|
|
10
|
+
(function (ChatSocketEvents) {
|
|
11
|
+
ChatSocketEvents["GlobalChatMessageCreate"] = "GlobalChatMessageCreate";
|
|
12
|
+
ChatSocketEvents["GlobalChatMessageRead"] = "GlobalChatMessageRead";
|
|
13
|
+
ChatSocketEvents["PrivateChatMessage"] = "PrivateChatMessage";
|
|
14
|
+
})(ChatSocketEvents = exports.ChatSocketEvents || (exports.ChatSocketEvents = {}));
|
|
15
15
|
//# sourceMappingURL=chat.types.js.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export interface IDepotContainerOpen {
|
|
2
|
-
npcId: string;
|
|
3
|
-
}
|
|
4
|
-
export interface IDepotContainerWithdraw {
|
|
5
|
-
itemId: string;
|
|
6
|
-
npcId: string;
|
|
7
|
-
toContainerId: string;
|
|
8
|
-
}
|
|
9
|
-
export interface IDepotDepositItem {
|
|
10
|
-
itemId: string;
|
|
11
|
-
npcId: string;
|
|
12
|
-
fromContainerId?: string;
|
|
13
|
-
}
|
|
14
|
-
export declare enum DepotSocketEvents {
|
|
15
|
-
OpenContainer = "OpenContainer",
|
|
16
|
-
Deposit = "Deposit",
|
|
17
|
-
Withdraw = "Withdraw"
|
|
18
|
-
}
|
|
1
|
+
export interface IDepotContainerOpen {
|
|
2
|
+
npcId: string;
|
|
3
|
+
}
|
|
4
|
+
export interface IDepotContainerWithdraw {
|
|
5
|
+
itemId: string;
|
|
6
|
+
npcId: string;
|
|
7
|
+
toContainerId: string;
|
|
8
|
+
}
|
|
9
|
+
export interface IDepotDepositItem {
|
|
10
|
+
itemId: string;
|
|
11
|
+
npcId: string;
|
|
12
|
+
fromContainerId?: string;
|
|
13
|
+
}
|
|
14
|
+
export declare enum DepotSocketEvents {
|
|
15
|
+
OpenContainer = "OpenContainer",
|
|
16
|
+
Deposit = "Deposit",
|
|
17
|
+
Withdraw = "Withdraw"
|
|
18
|
+
}
|
|
19
19
|
//# sourceMappingURL=depot.types.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DepotSocketEvents = void 0;
|
|
4
|
-
var DepotSocketEvents;
|
|
5
|
-
(function (DepotSocketEvents) {
|
|
6
|
-
DepotSocketEvents["OpenContainer"] = "OpenContainer";
|
|
7
|
-
DepotSocketEvents["Deposit"] = "Deposit";
|
|
8
|
-
DepotSocketEvents["Withdraw"] = "Withdraw";
|
|
9
|
-
})(DepotSocketEvents = exports.DepotSocketEvents || (exports.DepotSocketEvents = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DepotSocketEvents = void 0;
|
|
4
|
+
var DepotSocketEvents;
|
|
5
|
+
(function (DepotSocketEvents) {
|
|
6
|
+
DepotSocketEvents["OpenContainer"] = "OpenContainer";
|
|
7
|
+
DepotSocketEvents["Deposit"] = "Deposit";
|
|
8
|
+
DepotSocketEvents["Withdraw"] = "Withdraw";
|
|
9
|
+
})(DepotSocketEvents = exports.DepotSocketEvents || (exports.DepotSocketEvents = {}));
|
|
10
10
|
//# sourceMappingURL=depot.types.js.map
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { Languages } from "./translation.types";
|
|
2
|
-
interface IDeviceDetailedInfo {
|
|
3
|
-
isVirtual: boolean;
|
|
4
|
-
manufacturer: string;
|
|
5
|
-
model: string;
|
|
6
|
-
operatingSystem: string;
|
|
7
|
-
osVersion: string;
|
|
8
|
-
platform: string;
|
|
9
|
-
}
|
|
10
|
-
export interface IDeviceInfo {
|
|
11
|
-
info: IDeviceDetailedInfo | null;
|
|
12
|
-
screenOrientation: "landscape" | "portrait" | null;
|
|
13
|
-
isAssetScreen: boolean | null;
|
|
14
|
-
language: Languages | null;
|
|
15
|
-
}
|
|
16
|
-
export declare enum DeviceInfoActionTypes {
|
|
17
|
-
updateDeviceInfo = "updateDeviceInfo"
|
|
18
|
-
}
|
|
19
|
-
export interface IDispatchUpdateDeviceInfo {
|
|
20
|
-
type: DeviceInfoActionTypes.updateDeviceInfo;
|
|
21
|
-
payload: IDeviceInfo;
|
|
22
|
-
}
|
|
23
|
-
export declare type DeviceAction = IDispatchUpdateDeviceInfo;
|
|
24
|
-
export {};
|
|
1
|
+
import { Languages } from "./translation.types";
|
|
2
|
+
interface IDeviceDetailedInfo {
|
|
3
|
+
isVirtual: boolean;
|
|
4
|
+
manufacturer: string;
|
|
5
|
+
model: string;
|
|
6
|
+
operatingSystem: string;
|
|
7
|
+
osVersion: string;
|
|
8
|
+
platform: string;
|
|
9
|
+
}
|
|
10
|
+
export interface IDeviceInfo {
|
|
11
|
+
info: IDeviceDetailedInfo | null;
|
|
12
|
+
screenOrientation: "landscape" | "portrait" | null;
|
|
13
|
+
isAssetScreen: boolean | null;
|
|
14
|
+
language: Languages | null;
|
|
15
|
+
}
|
|
16
|
+
export declare enum DeviceInfoActionTypes {
|
|
17
|
+
updateDeviceInfo = "updateDeviceInfo"
|
|
18
|
+
}
|
|
19
|
+
export interface IDispatchUpdateDeviceInfo {
|
|
20
|
+
type: DeviceInfoActionTypes.updateDeviceInfo;
|
|
21
|
+
payload: IDeviceInfo;
|
|
22
|
+
}
|
|
23
|
+
export declare type DeviceAction = IDispatchUpdateDeviceInfo;
|
|
24
|
+
export {};
|
|
25
25
|
//# sourceMappingURL=device.types.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeviceInfoActionTypes = void 0;
|
|
4
|
-
var DeviceInfoActionTypes;
|
|
5
|
-
(function (DeviceInfoActionTypes) {
|
|
6
|
-
DeviceInfoActionTypes["updateDeviceInfo"] = "updateDeviceInfo";
|
|
7
|
-
})(DeviceInfoActionTypes = exports.DeviceInfoActionTypes || (exports.DeviceInfoActionTypes = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeviceInfoActionTypes = void 0;
|
|
4
|
+
var DeviceInfoActionTypes;
|
|
5
|
+
(function (DeviceInfoActionTypes) {
|
|
6
|
+
DeviceInfoActionTypes["updateDeviceInfo"] = "updateDeviceInfo";
|
|
7
|
+
})(DeviceInfoActionTypes = exports.DeviceInfoActionTypes || (exports.DeviceInfoActionTypes = {}));
|
|
8
8
|
//# sourceMappingURL=device.types.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export interface IDisplayTextEvent {
|
|
2
|
-
value: string | number;
|
|
3
|
-
targetId: string;
|
|
4
|
-
prefix?: string;
|
|
5
|
-
color?: string;
|
|
6
|
-
fontSize?: number;
|
|
7
|
-
}
|
|
8
|
-
export declare enum DisplayTextSocketEvents {
|
|
9
|
-
DisplayText = "DisplayText"
|
|
10
|
-
}
|
|
1
|
+
export interface IDisplayTextEvent {
|
|
2
|
+
value: string | number;
|
|
3
|
+
targetId: string;
|
|
4
|
+
prefix?: string;
|
|
5
|
+
color?: string;
|
|
6
|
+
fontSize?: number;
|
|
7
|
+
}
|
|
8
|
+
export declare enum DisplayTextSocketEvents {
|
|
9
|
+
DisplayText = "DisplayText"
|
|
10
|
+
}
|
|
11
11
|
//# sourceMappingURL=displayText.types.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisplayTextSocketEvents = void 0;
|
|
4
|
-
var DisplayTextSocketEvents;
|
|
5
|
-
(function (DisplayTextSocketEvents) {
|
|
6
|
-
DisplayTextSocketEvents["DisplayText"] = "DisplayText";
|
|
7
|
-
})(DisplayTextSocketEvents = exports.DisplayTextSocketEvents || (exports.DisplayTextSocketEvents = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DisplayTextSocketEvents = void 0;
|
|
4
|
+
var DisplayTextSocketEvents;
|
|
5
|
+
(function (DisplayTextSocketEvents) {
|
|
6
|
+
DisplayTextSocketEvents["DisplayText"] = "DisplayText";
|
|
7
|
+
})(DisplayTextSocketEvents = exports.DisplayTextSocketEvents || (exports.DisplayTextSocketEvents = {}));
|
|
8
8
|
//# sourceMappingURL=displayText.types.js.map
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
export declare enum EntityType {
|
|
2
|
-
Character = "Character",
|
|
3
|
-
NPC = "NPC",
|
|
4
|
-
Item = "Item"
|
|
5
|
-
}
|
|
6
|
-
export declare enum EntityAttackType {
|
|
7
|
-
Melee = "Melee",
|
|
8
|
-
Ranged = "Ranged",
|
|
9
|
-
None = "None",
|
|
10
|
-
MeleeRanged = "MeleeRanged"
|
|
11
|
-
}
|
|
12
|
-
export interface IEntitiesInView {
|
|
13
|
-
[id: string]: IEntityInViewBasicInfo;
|
|
14
|
-
}
|
|
15
|
-
export interface IEntityInViewBasicInfo {
|
|
16
|
-
id: string;
|
|
17
|
-
type?: EntityType;
|
|
18
|
-
name?: string;
|
|
19
|
-
x?: number;
|
|
20
|
-
y?: number;
|
|
21
|
-
direction?: string;
|
|
22
|
-
}
|
|
23
|
-
export interface IEntityEffectEvent {
|
|
24
|
-
targetId: string;
|
|
25
|
-
targetType: EntityType;
|
|
26
|
-
value: number;
|
|
27
|
-
}
|
|
28
|
-
export declare enum EffectsSocketEvents {
|
|
29
|
-
EntityEffect = "EntityEffect"
|
|
30
|
-
}
|
|
1
|
+
export declare enum EntityType {
|
|
2
|
+
Character = "Character",
|
|
3
|
+
NPC = "NPC",
|
|
4
|
+
Item = "Item"
|
|
5
|
+
}
|
|
6
|
+
export declare enum EntityAttackType {
|
|
7
|
+
Melee = "Melee",
|
|
8
|
+
Ranged = "Ranged",
|
|
9
|
+
None = "None",
|
|
10
|
+
MeleeRanged = "MeleeRanged"
|
|
11
|
+
}
|
|
12
|
+
export interface IEntitiesInView {
|
|
13
|
+
[id: string]: IEntityInViewBasicInfo;
|
|
14
|
+
}
|
|
15
|
+
export interface IEntityInViewBasicInfo {
|
|
16
|
+
id: string;
|
|
17
|
+
type?: EntityType;
|
|
18
|
+
name?: string;
|
|
19
|
+
x?: number;
|
|
20
|
+
y?: number;
|
|
21
|
+
direction?: string;
|
|
22
|
+
}
|
|
23
|
+
export interface IEntityEffectEvent {
|
|
24
|
+
targetId: string;
|
|
25
|
+
targetType: EntityType;
|
|
26
|
+
value: number;
|
|
27
|
+
}
|
|
28
|
+
export declare enum EffectsSocketEvents {
|
|
29
|
+
EntityEffect = "EntityEffect"
|
|
30
|
+
}
|
|
31
31
|
//# sourceMappingURL=entity.types.d.ts.map
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EffectsSocketEvents = exports.EntityAttackType = exports.EntityType = void 0;
|
|
4
|
-
var EntityType;
|
|
5
|
-
(function (EntityType) {
|
|
6
|
-
EntityType["Character"] = "Character";
|
|
7
|
-
EntityType["NPC"] = "NPC";
|
|
8
|
-
EntityType["Item"] = "Item";
|
|
9
|
-
})(EntityType = exports.EntityType || (exports.EntityType = {}));
|
|
10
|
-
var EntityAttackType;
|
|
11
|
-
(function (EntityAttackType) {
|
|
12
|
-
EntityAttackType["Melee"] = "Melee";
|
|
13
|
-
EntityAttackType["Ranged"] = "Ranged";
|
|
14
|
-
EntityAttackType["None"] = "None";
|
|
15
|
-
EntityAttackType["MeleeRanged"] = "MeleeRanged";
|
|
16
|
-
})(EntityAttackType = exports.EntityAttackType || (exports.EntityAttackType = {}));
|
|
17
|
-
var EffectsSocketEvents;
|
|
18
|
-
(function (EffectsSocketEvents) {
|
|
19
|
-
EffectsSocketEvents["EntityEffect"] = "EntityEffect";
|
|
20
|
-
})(EffectsSocketEvents = exports.EffectsSocketEvents || (exports.EffectsSocketEvents = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EffectsSocketEvents = exports.EntityAttackType = exports.EntityType = void 0;
|
|
4
|
+
var EntityType;
|
|
5
|
+
(function (EntityType) {
|
|
6
|
+
EntityType["Character"] = "Character";
|
|
7
|
+
EntityType["NPC"] = "NPC";
|
|
8
|
+
EntityType["Item"] = "Item";
|
|
9
|
+
})(EntityType = exports.EntityType || (exports.EntityType = {}));
|
|
10
|
+
var EntityAttackType;
|
|
11
|
+
(function (EntityAttackType) {
|
|
12
|
+
EntityAttackType["Melee"] = "Melee";
|
|
13
|
+
EntityAttackType["Ranged"] = "Ranged";
|
|
14
|
+
EntityAttackType["None"] = "None";
|
|
15
|
+
EntityAttackType["MeleeRanged"] = "MeleeRanged";
|
|
16
|
+
})(EntityAttackType = exports.EntityAttackType || (exports.EntityAttackType = {}));
|
|
17
|
+
var EffectsSocketEvents;
|
|
18
|
+
(function (EffectsSocketEvents) {
|
|
19
|
+
EffectsSocketEvents["EntityEffect"] = "EntityEffect";
|
|
20
|
+
})(EffectsSocketEvents = exports.EffectsSocketEvents || (exports.EffectsSocketEvents = {}));
|
|
21
21
|
//# sourceMappingURL=entity.types.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare enum EnvType {
|
|
2
|
-
Development = "Development",
|
|
3
|
-
Staging = "Staging",
|
|
4
|
-
Production = "Production"
|
|
5
|
-
}
|
|
1
|
+
export declare enum EnvType {
|
|
2
|
+
Development = "Development",
|
|
3
|
+
Staging = "Staging",
|
|
4
|
+
Production = "Production"
|
|
5
|
+
}
|
|
6
6
|
//# sourceMappingURL=env.types.d.ts.map
|
package/dist/types/env.types.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EnvType = void 0;
|
|
4
|
-
var EnvType;
|
|
5
|
-
(function (EnvType) {
|
|
6
|
-
EnvType["Development"] = "Development";
|
|
7
|
-
EnvType["Staging"] = "Staging";
|
|
8
|
-
EnvType["Production"] = "Production";
|
|
9
|
-
})(EnvType = exports.EnvType || (exports.EnvType = {}));
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EnvType = void 0;
|
|
4
|
+
var EnvType;
|
|
5
|
+
(function (EnvType) {
|
|
6
|
+
EnvType["Development"] = "Development";
|
|
7
|
+
EnvType["Staging"] = "Staging";
|
|
8
|
+
EnvType["Production"] = "Production";
|
|
9
|
+
})(EnvType = exports.EnvType || (exports.EnvType = {}));
|
|
10
10
|
//# sourceMappingURL=env.types.js.map
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import { ICharacter } from "./character.types";
|
|
2
|
-
import { IItem } from "./item.types";
|
|
3
|
-
import { IResource } from "./resource.types";
|
|
4
|
-
export interface IEquipmentSet extends IResource {
|
|
5
|
-
owner?: ICharacter | string;
|
|
6
|
-
ownerRef?: string;
|
|
7
|
-
head?: IItem | string;
|
|
8
|
-
neck?: IItem | string;
|
|
9
|
-
leftHand?: IItem | string;
|
|
10
|
-
rightHand?: IItem | string;
|
|
11
|
-
ring?: IItem | string;
|
|
12
|
-
legs?: IItem | string;
|
|
13
|
-
boot?: IItem | string;
|
|
14
|
-
armor?: IItem | string;
|
|
15
|
-
accessory?: IItem | string;
|
|
16
|
-
inventory?: IItem | string;
|
|
17
|
-
totalEquippedAttack?: Promise<number>;
|
|
18
|
-
totalEquippedDefense?: Promise<number>;
|
|
19
|
-
}
|
|
20
|
-
export declare enum EquipmentSocketEvents {
|
|
21
|
-
Unequip = "Unequip",
|
|
22
|
-
ContainerOpen = "EquipmentOpen",
|
|
23
|
-
ContainerRead = "EquipmentRead",
|
|
24
|
-
GetEquipmentInfo = "GetEquipmentInfo",
|
|
25
|
-
ReadEquipmentInfo = "ReadEquipmentInfo",
|
|
26
|
-
EquipmentUpdate = "EquipmentUpdate"
|
|
27
|
-
}
|
|
28
|
-
export interface IEquipmentRead {
|
|
29
|
-
equipment: IEquipmentSet;
|
|
30
|
-
}
|
|
31
|
-
interface IStringIndex {
|
|
32
|
-
[key: string]: any;
|
|
33
|
-
}
|
|
34
|
-
export declare const EquipmentSocketEventsDisplayLabels: IStringIndex;
|
|
35
|
-
export {};
|
|
1
|
+
import { ICharacter } from "./character.types";
|
|
2
|
+
import { IItem } from "./item.types";
|
|
3
|
+
import { IResource } from "./resource.types";
|
|
4
|
+
export interface IEquipmentSet extends IResource {
|
|
5
|
+
owner?: ICharacter | string;
|
|
6
|
+
ownerRef?: string;
|
|
7
|
+
head?: IItem | string;
|
|
8
|
+
neck?: IItem | string;
|
|
9
|
+
leftHand?: IItem | string;
|
|
10
|
+
rightHand?: IItem | string;
|
|
11
|
+
ring?: IItem | string;
|
|
12
|
+
legs?: IItem | string;
|
|
13
|
+
boot?: IItem | string;
|
|
14
|
+
armor?: IItem | string;
|
|
15
|
+
accessory?: IItem | string;
|
|
16
|
+
inventory?: IItem | string;
|
|
17
|
+
totalEquippedAttack?: Promise<number>;
|
|
18
|
+
totalEquippedDefense?: Promise<number>;
|
|
19
|
+
}
|
|
20
|
+
export declare enum EquipmentSocketEvents {
|
|
21
|
+
Unequip = "Unequip",
|
|
22
|
+
ContainerOpen = "EquipmentOpen",
|
|
23
|
+
ContainerRead = "EquipmentRead",
|
|
24
|
+
GetEquipmentInfo = "GetEquipmentInfo",
|
|
25
|
+
ReadEquipmentInfo = "ReadEquipmentInfo",
|
|
26
|
+
EquipmentUpdate = "EquipmentUpdate"
|
|
27
|
+
}
|
|
28
|
+
export interface IEquipmentRead {
|
|
29
|
+
equipment: IEquipmentSet;
|
|
30
|
+
}
|
|
31
|
+
interface IStringIndex {
|
|
32
|
+
[key: string]: any;
|
|
33
|
+
}
|
|
34
|
+
export declare const EquipmentSocketEventsDisplayLabels: IStringIndex;
|
|
35
|
+
export {};
|
|
36
36
|
//# sourceMappingURL=equipment.types.d.ts.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EquipmentSocketEventsDisplayLabels = exports.EquipmentSocketEvents = void 0;
|
|
4
|
-
var EquipmentSocketEvents;
|
|
5
|
-
(function (EquipmentSocketEvents) {
|
|
6
|
-
EquipmentSocketEvents["Unequip"] = "Unequip";
|
|
7
|
-
EquipmentSocketEvents["ContainerOpen"] = "EquipmentOpen";
|
|
8
|
-
EquipmentSocketEvents["ContainerRead"] = "EquipmentRead";
|
|
9
|
-
EquipmentSocketEvents["GetEquipmentInfo"] = "GetEquipmentInfo";
|
|
10
|
-
EquipmentSocketEvents["ReadEquipmentInfo"] = "ReadEquipmentInfo";
|
|
11
|
-
EquipmentSocketEvents["EquipmentUpdate"] = "EquipmentUpdate";
|
|
12
|
-
})(EquipmentSocketEvents = exports.EquipmentSocketEvents || (exports.EquipmentSocketEvents = {}));
|
|
13
|
-
exports.EquipmentSocketEventsDisplayLabels = {
|
|
14
|
-
[EquipmentSocketEvents.Unequip]: "Unequip",
|
|
15
|
-
[EquipmentSocketEvents.GetEquipmentInfo]: "Look",
|
|
16
|
-
[EquipmentSocketEvents.ContainerOpen]: "Open",
|
|
17
|
-
[EquipmentSocketEvents.ContainerRead]: "Read",
|
|
18
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EquipmentSocketEventsDisplayLabels = exports.EquipmentSocketEvents = void 0;
|
|
4
|
+
var EquipmentSocketEvents;
|
|
5
|
+
(function (EquipmentSocketEvents) {
|
|
6
|
+
EquipmentSocketEvents["Unequip"] = "Unequip";
|
|
7
|
+
EquipmentSocketEvents["ContainerOpen"] = "EquipmentOpen";
|
|
8
|
+
EquipmentSocketEvents["ContainerRead"] = "EquipmentRead";
|
|
9
|
+
EquipmentSocketEvents["GetEquipmentInfo"] = "GetEquipmentInfo";
|
|
10
|
+
EquipmentSocketEvents["ReadEquipmentInfo"] = "ReadEquipmentInfo";
|
|
11
|
+
EquipmentSocketEvents["EquipmentUpdate"] = "EquipmentUpdate";
|
|
12
|
+
})(EquipmentSocketEvents = exports.EquipmentSocketEvents || (exports.EquipmentSocketEvents = {}));
|
|
13
|
+
exports.EquipmentSocketEventsDisplayLabels = {
|
|
14
|
+
[EquipmentSocketEvents.Unequip]: "Unequip",
|
|
15
|
+
[EquipmentSocketEvents.GetEquipmentInfo]: "Look",
|
|
16
|
+
[EquipmentSocketEvents.ContainerOpen]: "Open",
|
|
17
|
+
[EquipmentSocketEvents.ContainerRead]: "Read",
|
|
18
|
+
};
|
|
19
19
|
//# sourceMappingURL=equipment.types.js.map
|