EditorEnums.ts
1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
export const enum RoleType {
Role_Blank = 1,
Role_Player = 2,
Role_Major = 3,
Role_Minor = 4,
Role_Group = 5,
}
export const enum FaceType {
Normal = 1,
Suprised = 2,
Sad = 3,
Angry = 4,
Happy = 5,
Fear = 6,
Confused = 7,
Angrya = 8,
cry = 9,
shy = 10,
serious = 11,
buxie = 12,
bybx = 13,
bysmile = 14,
bingjiao = 15,
qbr = 16,
qhr = 17,
qgy = 18,
qbrb = 19,
hmj = 20,
}
export const enum GuideType {
Tab_Msg = 1,
View_Msg = 2,
Tab_Date = 3,
View_Date = 4,
}
export const enum DateType {
Date_Normal = 1,
Date_Sp = 2,
Date_Commission = 3,
}
export const enum ItemType {
hua = 1,
qiang = 2,
biao = 3,
ben = 4,
}
export const enum ActicityType {
JumpToTaoBao = 1,
PageInGame = 2,
}
export const enum PageIndex {
Invalid = 1,
MessageView = 2,
DateEventView = 3,
BedroomView = 4,
ExtraPlotView = 5,
}
export const enum CommissionType {
Commission_Normal = 1,
Commission_Special = 2,
}
export const enum CommissionUnlockType {
UnlockByPlotId = 1,
UnlockByCommission = 2,
UnlockByPlayerLevel = 3,
UnlockByRoleLikeLevel = 4,
UnlockByTime = 5,
UnlockByNone = 6,
}
export const enum BagItemType {
BAGITEM = 1,
BAGINTERACTION = 2,
BAGCOLLECTION = 3,
BAGNONE = 4,
}
export const enum CommissionDifficulty {
Difficulty_Easy = 1,
Difficulty_Generally = 2,
Difficulty_Hard = 3,
Difficulty_VeryHard = 4,
}
export const enum BagItemUseType {
Normal = 1,
PlayerGift = 2,
PetGift = 3,
Money = 4,
}