forked from rain-world-map/rain-world-map.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
global.js
157 lines (155 loc) · 5.01 KB
/
global.js
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
const icon_by_name = {
"clear": "00_clear",
"rock": "01_rock",
"spear": "02_spear",
"boomstick": "03_explosivespear",
"bomb": "04_explosivebomb",
"hive": "05_hive",
"lantern": "06_lantern",
"lure": "07_lureplant",
"mushroom": "08_mushroom",
"flashbang": "09_flashbomb",
"puffball": "10_puffball",
"waternut": "11_bubblefruit",
"firecrackerplant": "12_firecrackerplant",
"bluefruit": "13_bluefruit",
"jellyfish": "14_jellyfish",
"bubbleweed": "15_bubbleweed",
"slimemold": "16_slimemold",
"slugcat": "17_slugcat",
//## Creatures from the World File
"Green": "18_greenlizard",
"Pink": "19_pinklizard",
"Blue": "20_bluelizard",
"White": "21_whitelizard",
"Black": "22_molelizard",
"Yellow": "23_orangelizard",
"Cyan": "24_cyanlizard",
"Red": "25_redlizard",
"Salamander": "26_salamander",
"batfly": "27_batfly",
"CicadaA": "28_whitecicada",
"CicadaB": "29_darkcicada",
"Snail": "30_snailturtle",
"Leech": "31_redleech",
"Sea Leech": "32_blueleech",
"SeaLeech": "32_blueleech",
"Mimic": "33_poleplant",
"PoleMimic": "33_poleplant",
"TentaclePlant": "34_monsterkelp",
"Tentacle Plant": "34_monsterkelp",
"Tentacle": "34_monsterkelp",
"Scavenger": "35_scavenger",
"vulturegrub": "36_vulturegrub",
"Vulture": "37_vulture",
"KingVulture": "38_kingvulture",
"King Vulture": "38_kingvulture",
"Small Centipede": "39_smallcentipede",
"SmallCentipede": "39_smallcentipede",
"Centipede": "40_centipede",
"Big Centipede": "41_bigcentipede",
"Red Centipede": "42_redcentipede",
"RedCentipede": "42_redcentipede",
"Centiwing": "43_flyingcentipede",
"grappleworm": "44_grappleworm",
"Tube": "44_grappleworm",
"TubeWorm": "44_grappleworm",
"Tube Worm": "44_grappleworm",
"hazer": "45_hazer",
"Lantern Mouse": "46_lanternmouse",
"Mouse": "46_lanternmouse",
"Spider": "47_spider",
"BigSpider": "48_bigspider",
"Big Spider": "48_bigspider",
"Bigspider": "48_bigspider",
"SpitterSpider": "49_spitterspider",
"Miros Bird": "50_mirosbird",
"Miros": "50_mirosbird",
"Bro": "51_brotherlonglegs",
"Daddy": "52_daddylonglegs",
"Deer": "53_raindeer",
"EggBug": "54_bubblebug",
"Eggbug": "54_bubblebug",
"DropBug": "55_dropwig",
"Dropbug": "55_dropwig",
"DropWig": "55_dropwig",
"Dropwig": "55_dropwig",
"BigNeedleWorm": "56_noodlefly",
"BigNeedle": "56_noodlefly",
"Needle": "56_noodlefly",
"SmallNeedleWorm": "57_babynoodlefly",
"SmallNeedle": "57_babynoodlefly",
"Jet Fish": "58_jetfish",
"JetFish": "58_jetfish",
"Jetfish": "58_jetfish",
"Leviathan": "59_leviathan",
"randomitems": "60_randomitems_inactive",
// MSC. excluded: SlugNPC (no predefined den), Stowaway (no icon), HunterDaddy (no icon and no predefined den), ScavengerKing (no den)
"Caramel": "73_caramel",
"SpitLizard": "73_caramel",
"Strawberry": "74_strawberry",
"ZoopLizard": "74_strawberry",
"Eel": "75_eel",
"EelLizard": "75_eel",
"Terror": "76_terror",
"TerrorLongLegs": "76_terror",
"MotherSpider": "77_motherspider",
"Mother Spider": "77_motherspider",
"MirosVulture": "78_mirosvulture",
"Miros Vulture": "78_mirosvulture",
"Hellbug": "79_hellbug",
"HellBug": "79_hellbug",
"Firebug": "79_hellbug",
"FireBug": "79_hellbug",
"ScavengerElite": "80_scavengerelite",
"Scavenger Elite": "80_scavengerelite",
"EliteScavenger": "80_scavengerelite",
"Elite Scavenger": "80_scavengerelite",
"Elite": "80_scavengerelite",
"Inspector": "81_inspector",
"Yeek": "82_yeek",
"BigJelly": "83_bigjelly",
"AquaCentipede": "84_aquacenti",
"Aquacenti": "84_aquacenti",
"AquaCenti": "84_aquacenti",
"Aquapede": "84_aquacenti",
"JungleLeech": "85_jungleleech",
// None
"NONE": "63_none",
//## Slugcat icons
"white": "17_slugcat",
"red": "64_hunter",
"yellow": "65_monk",
"gourmand": "67_gourmand",
"artificer": "68_artificer",
"rivulet": "69_rivulet",
"spear": "70_spear",
"saint": "71_saint",
//## Missing stuff
//"Garbage Worm": "00_clear",
}
var requestLock = {};
var lastRequest = null;
function getJsonObject(url, cb, async = true) {
if (lastRequest != null) lastRequest.abort();
let request = new XMLHttpRequest();
lastRequest = request;
requestLock = {};
request.requestLock = requestLock;
request.open('GET', url, async);
request.onreadystatechange = function () {
if (request.requestLock != requestLock && request.status != 0) {
request.abort();
console.log("request for " + url + " aborted!");
}
else if (request.readyState === 4 && request.status === 200) {
try {
cb(JSON.parse(request.responseText));
} catch (err) {
console.log(err);
}
if (lastRequest == request) lastRequest = null;
}
}
request.send();
}