-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtable_id.lua
68 lines (67 loc) · 1.01 KB
/
table_id.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
-- key item ids
keyid = {
-- packs
heli_pack=2,
thruster_pack=3,
hydro_pack=4,
-- helmets
sonic_summoner=5,
o2_mask=6,
pilots_helmet=7,
-- gadgets
swingshot=0xc,
hydrodisplacer=0x16,
trespasser=0x1a,
metal_detector=0x1b,
hologuise=0x1f,
pda=0x20,
-- boots
magneboots=0x1c,
grindboots=0x1d,
-- items
hoverboard=0x1e,
map_o_matic=0x21,
bolt_grabber=0x22,
persuader=0x23,
zoomerator=0x30,
raritanium=0x31,
codebot=0x32,
premium_nanotech=0x34,
ultra_nanotech=0x35,
-- vendor weapons
devastator=0xb,
visibomb=0xd,
taunter=0xe,
blaster=0xf,
pyrociter=0x10,
mine_glove=0x11,
walloper=0x12,
tesla_claw=0x13,
glove_of_doom=0x14,
drone_device=0x18,
decoy_glove=0x19,
-- check weapons
bomb_glove=10, -- currently unused
suck_cannon=0x9,
morph_o_ray=0x15,
ryno=0x17,
-- infobots
novalis=1,
aridia=2,
kerwan=3,
eudora=4,
rilgar=5,
blarg=6,
umbris=7,
batalia=8,
gaspar=9,
orxon=10,
pokitaru=0xb,
hoven=0xc,
gemlik=0xd,
oltanis=0xe,
quartu=0xf,
kalebo=0x10,
fleet=0x11,
veldin=0x12,
}