-
Notifications
You must be signed in to change notification settings - Fork 0
/
FileConfig.json
48 lines (46 loc) · 2.01 KB
/
FileConfig.json
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
{
"offsets":{
"monsterKill": 665,
"monsterDeath": 721,
"trapDeaths": 777
},
"ordering":{
"monsters":[
"Snake", "Spider", "Bat", "Caveman", "Damsel", "Shopkeeper", "Frog", "Man Trap",
"Yeti", "UFO", "Hawk Man", "Skeleton", "Piranha", "Mummy", "Monkey", "Alien Lord",
"Ghost", "Giant Spider", "Jiang Shi", "Vampire", "Fire Frog", "The Tunnel map",
"Old Bitey", "Scarab", "Yeti King", "Alien", "Magma Man", "Vlad", "Scorpion", "Imp",
"Devil", "Killer Bee", "Anubis", "Queen Bee", "Bacterium", "Cobra", "Spinner Spider",
"Giant Frog", "Mammoth", "Alien Tank", "Tiki Man", "Scorpion Fly", "Snail", "Croc Man",
"Green Knight", "Worm Egg", "Worm Baby", "Alien Queen", "Black Knight",
"Golden Monkey", "Succubus", "Horse Head", "Ox Face", "Anubis II", "Olmec", "King Yama"
],
"traps":[
"Spikes", "Arrow Trap", "Powder Box", "Boulder", "Tiki Trap", "Acid", "Spring", "Mine",
"Turret?", "Forcefield", "Crush Trap", "Ceiling Trap", "Lava", "Spike Ball"
],
"items":[
"Climbing Gloves", "???", "???", "???",
"Parachute", "Compass", "Spring Shoes", "Pitchers Mitt",
"Crysknife", "Sticky Paste", "Spectacles", "Spike Boots",
"???", "Hedjet", "Kapala", "???"
],
"levelVariants": [
"Mines", "Jungle", "Ice Caves", "Temple", "Hell", "Worm", "Black Market", "Haunted Castle", "Mothership", "City Of Gold", "Olmec", "King Yama", "Completed", "Completed Hell"
]
},
"killers":{
"firstMonster":1001,
"firstTrap":1100,
"otherValues":{
"1200":"Brain Damage",
"1201":"Long Fall",
"1202":"Blown up",
"1206":"Crushed",
"1208":"Abyss",
"1213":"Old Age",
"1214":"Sacrificed",
"1215":"Shopkeeper (shot)"
}
}
}