-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathkind_const_module.lua
executable file
·80 lines (77 loc) · 1.91 KB
/
kind_const_module.lua
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
module("ProtoEnums.Kind", package.seeall)
-- this file is generated by xresloader, please don't edit it.
local const_res = {
arr_in_arr = {
test_nested_enum = {
EN_TEST_NESTED_ENUM_VAL_1 = 0,
EN_TEST_NESTED_ENUM_VAL_2 = 123,
},
test_nested_message = {
test_nested_enum = {
EN_TEST_NESTED_MESSAGE_ENUM_VAL_1 = 0,
EN_TEST_NESTED_MESSAGE_ENUM_VAL_2 = 123,
},
test_onof = {
kTestNestedMessageInfoRole = 11,
kTestNestedMessageRoleUpgradeCfg = 12,
},
},
test_onof = {
kTestInfoRole = 11,
kTestRoleUpgradeCfg = 12,
},
},
arr_in_arr_cfg = {
},
cost_type = {
EN_CT_DIAMOND = 10101,
EN_CT_MONEY = 10001,
EN_CT_UNKNOWN = 0,
},
event_cfg = {
reward = {
kEnumType = 14,
kItem = 11,
kNote = 13,
kUserExp = 12,
},
unlock_type = {
kUserLevel = 51,
},
},
event_reward_item = {
nested = {
kNestedEnumType = 12,
kNestedNote = 11,
},
},
event_rule_item = {
nested = {
kNestedEnumType = 12,
kNestedNote = 11,
},
},
game_const_config = {
EN_GCC_ACTIVITY_TYPE_MASK = 1000,
EN_GCC_CAMERA_OFFSET = 268,
EN_GCC_FORMULAR_TYPE_MASK = 10,
EN_GCC_LEVEL_LIMIT = 999,
EN_GCC_PERCENT_BASE = 10000,
EN_GCC_RANDOM_RANGE_UNIT = 10,
EN_GCC_RESOURCE_MAX_LIMIT = 9999999,
EN_GCC_SCREEN_HEIGHT = 640,
EN_GCC_SCREEN_WIDTH = 1136,
EN_GCC_SOLDIER_TYPE_MASK = 100,
EN_GCC_UNKNOWN = 0,
},
process_by_script = {
},
}
game_const_config = const_res.game_const_config
arr_in_arr_cfg = const_res.arr_in_arr_cfg
process_by_script = const_res.process_by_script
cost_type = const_res.cost_type
event_cfg = const_res.event_cfg
event_reward_item = const_res.event_reward_item
arr_in_arr = const_res.arr_in_arr
event_rule_item = const_res.event_rule_item