Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name ccRO Cards Database: Missing Features
- // @namespace Violentmonkey Scripts
- // @match http://cc-ro.com/?module=pages&action=content&path=cards
- // @grant unsafeWindow
- // @version 1.0
- // @author YudaiNao
- // @description Adds level and map-of-the-day columns to table, making them sortable, and adds RMS links to mob names
- // ==/UserScript==
- class CardTableRow
- {
- constructor (rowElem)
- {
- this.cells = rowElem.querySelectorAll('td');
- this.id = this.cells[0].textContent.trim();
- this.datum = Main.mobData[this.id] || { level : '-', gid : false, maps : {}};
- }
- linkifyMobName ()
- {
- let gid = this.datum.gid;
- if (gid)
- {
- let nameCell = Main.getElemFromEnd(this.cells, Main.nameColumnInverseIndex);
- let nameTextNode = nameCell.childNodes[0];
- let nameURI;
- if (typeof gid == 'number')
- nameURI = Main.rmsLookupTemplate.replace(/\{id\}/, gid);
- else
- nameURI = Main.rmsSearchTemplate.replace(/\{query\}/, gid);
- let nameLink = Main.createLink(nameURI, nameTextNode);
- nameCell.appendChild(nameLink);
- }
- }
- addLevelCell ()
- {
- let levelCell = Main.createElem('td', this.datum.level);
- Main.insertElemFromEnd(this.cells, levelCell, Main.levelInsertColumnInverseIndex);
- }
- addMotDCell ()
- {
- let motdCell = document.createElement('td');
- motdCell.style.whiteSpace = 'nowrap';
- let hasMotD = false;
- for (let mapName in this.datum.maps)
- {
- if (MotDs.isMotD(mapName))
- {
- let mobCount = this.datum.maps[mapName];
- let mapContainer = document.createElement('div');
- mapContainer.appendChild(MotDs.createMapLink(mapName));
- mapContainer.appendChild(document.createTextNode(' : ' + mobCount));
- motdCell.appendChild(mapContainer);
- hasMotD = true;
- }
- }
- if (!hasMotD)
- motdCell.appendChild(document.createTextNode('-'));
- Main.insertElemFromEnd(this.cells, motdCell, Main.motdInsertColumnInverseIndex);
- }
- }
- let Main = (function () {
- let pub = {};
- let priv = {};
- pub.mobData = {"4001":{"level":1,"gid":1002,"maps":{"ein_fild07":40,"ein_fild08":25,"gef_fild00":50,"gef_fild04":30,"gef_fild05":30,"gef_fild07":20,"hu_fild06":10,"yuno_fild01":20,"yuno_fild03":30,"yuno_fild04":60,"mosk_fild02":10,"mjolnir_08":10,"pay_fild01":10,"pay_fild03":30,"pay_fild04":40,"pay_fild08":30,"prt_fild00":40,"prt_fild01":30,"prt_fild02":30,"prt_fild04":30,"prt_fild05":70,"prt_fild06":60,"prt_fild08":70,"prt_maze01":5,"xmas_dun01":10,"1@tower":5}},"4002":{"level":2,"gid":1007,"maps":{"gef_fild00":50,"gef_fild04":20,"gef_fild07":60,"prt_fild00":20,"prt_fild01":20,"prt_fild02":50,"prt_maze01":5}},"4003":{"level":2,"gid":1008,"maps":{"ein_fild06":10,"gef_fild00":20,"gef_fild04":60,"gef_fild07":10,"yuno_fild04":10,"pay_fild03":50,"pay_fild08":20,"prt_fild00":30,"prt_fild01":10,"prt_fild02":20,"prt_fild04":10,"prt_fild05":30,"prt_fild06":20,"prt_fild08":20,"prt_maze01":5,"1@tower":5}},"4004":{"level":3,"gid":1113,"maps":{"cmd_fild06":20,"cmd_fild07":20,"cmd_fild08":10,"cmd_fild09":20,"ein_fild08":25,"yuno_fild03":40,"yuno_fild04":40,"pay_fild04":40,"prt_fild08":10,"ra_fild08":40,"ra_fild11":100,"ra_fild12":100,"ra_fild13":40,"moc_fild07":70,"moc_fild12":35,"moc_fild13":10,"moc_fild20":30,"ve_fild01":10,"xmas_dun01":10,"1@tower":5,"3@tower":5}},"4006":{"level":3,"gid":1063,"maps":{"pay_fild03":50,"prt_fild00":30,"prt_fild01":80,"prt_fild02":10,"prt_fild05":30,"prt_fild06":60,"prt_fild08":40,"prt_maze01":5}},"4007":{"level":3,"gid":1047,"maps":{"prt_fild09":20,"moc_fild07":50,"moc_fild12":35,"1@tower":5}},"4008":{"level":3,"gid":1049,"maps":{"prt_fild09":20,"moc_fild07":30,"moc_fild12":50,"moc_fild20":50}},"4009":{"level":4,"gid":1011,"maps":{"gef_fild04":30,"gef_fild07":30,"moc_fild18":40,"prt_maze01":5,"4@tower":5}},"4010":{"level":4,"gid":1010,"maps":{"pay_fild01":10,"pay_fild03":30,"pay_fild07":20,"pay_fild08":50}},"4011":{"level":4,"gid":1050,"maps":{"moc_fild07":30,"moc_fild12":50,"moc_fild20":50}},"4012":{"level":4,"gid":1048,"maps":{"ein_fild09":3,"prt_fild05":20,"prt_fild06":20,"prt_sewb1":80,"prt_sewb2":20,"prt_sewb3":10,"prt_sewb4":10,"1@tower":10}},"4013":{"level":4,"gid":1097,"maps":{"moc_fild11":10,"moc_fild16":10,"moc_fild17":10,"moc_fild18":5,"moc_fild20":10,"anthell01":87,"anthell02":15,"1@tower":5}},"4014":{"level":5,"gid":1012,"maps":{"gef_fild01":50,"gef_fild04":20}},"4015":{"level":5,"gid":1009,"maps":{"cmd_fild09":20,"yuno_fild04":20,"prt_fild09":10}},"4016":{"level":6,"gid":1051,"maps":{"ein_fild08":30,"ein_fild09":20,"hu_fild03":10,"prt_fild01":30,"prt_fild05":10,"prt_fild06":10,"prt_fild10":10,"prt_sewb1":30,"prt_sewb2":70,"prt_sewb3":20,"prt_sewb4":20,"1@tower":15}},"4017":{"level":7,"gid":1167,"maps":{"prt_fild09":70,"prt_fild10":40,"2@tower":10}},"4019":{"level":8,"gid":1004,"maps":{"mjolnir_02":30,"mjolnir_04":70,"mjolnir_07":20,"prt_fild00":70,"1@tower":25}},"4020":{"level":8,"gid":1005,"maps":{"anthell01":20,"anthell02":20,"mjo_dun01":30,"orcsdun01":15,"pay_dun00":15,"prt_sewb1":10,"prt_sewb2":10,"prt_sewb3":20,"moc_pryd01":50,"1@tower":15}},"4021":{"level":9,"gid":1052,"maps":{"prt_fild04":70,"prt_fild07":80,"prt_maze01":5,"1@tower":5}},"4022":{"level":16,"gid":1014,"maps":{"pay_fild01":100,"pay_fild02":10,"pay_fild06":20,"pay_fild08":70,"prt_sewb2":20}},"4023":{"level":9,"gid":1107,"maps":{"prt_fild09":20,"1@tower":10,"2@tower":10}},"4024":{"level":10,"gid":1161,"maps":{"prt_sewb2":30,"iz_dun00":65,"iz_dun01":10}},"4025":{"level":10,"gid":1076,"maps":{"pay_dun00":35,"1@tower":5}},"4026":{"level":10,"gid":1053,"maps":{"mjolnir_12":20,"pay_fild06":40,"prt_sewb2":10,"prt_sewb3":65,"prt_sewb4":20,"1@tower":15}},"4027":{"level":11,"gid":1070,"maps":{"treasure01":20,"treasure02":20,"iz_dun00":15,"iz_dun01":50,"2@tower":10}},"4028":{"level":11,"gid":1175,"maps":{"mjo_dun01":60,"prt_sewb1":10,"prt_sewb2":60,"prt_sewb3":15,"1@tower":15,"einbech":5}},"4029":{"level":25,"gid":1013,"maps":{"mjolnir_09":30,"pay_fild02":70,"prt_maze01":5}},"4030":{"level":12,"gid":1020,"maps":{"mjolnir_11":50,"prt_fild02":70,"pay_dun02":3,"pay_dun03":10,"1@tower":15}},"4031":{"level":19,"gid":1019,"maps":[]},"4032":{"level":13,"gid":1094,"maps":{"gef_fild09":60,"gef_fild13":30,"mjolnir_07":30}},"4033":{"level":14,"gid":1031,"maps":{"ama_fild01":15,"cmd_fild01":30,"cmd_fild03":10,"cmd_fild05":10,"ein_fild07":20,"ein_fild08":25,"gef_fild00":10,"gef_fild01":20,"gef_fild03":20,"gef_fild06":10,"gef_fild09":10,"gef_fild10":15,"gef_fild11":15,"gef_fild12":20,"gef_fild13":20,"hu_fild03":20,"hu_fild06":10,"yuno_fild01":20,"yuno_fild03":50,"yuno_fild12":15,"gon_fild01":20,"mjolnir_02":10,"mjolnir_03":10,"mjolnir_04":10,"mjolnir_05":10,"mjolnir_06":20,"mjolnir_07":20,"mjolnir_08":20,"mjolnir_09":20,"mjolnir_10":20,"mjolnir_11":10,"pay_fild01":10,"pay_fild02":20,"pay_fild04":40,"pay_fild05":20,"pay_fild06":20,"pay_fild07":20,"pay_fild09":20,"prt_fild03":10,"prt_fild07":30,"prt_fild10":20,"ra_fild12":5,"moc_fild13":20,"prt_maze01":5,"prt_maze02":25,"prt_maze03":45,"mosk_dun01":20,"pay_dun00":15,"pay_dun02":10,"moc_pryd01":20,"moc_pryd02":20,"xmas_dun01":20,"1@tower":5,"3@tower":5}},"4034":{"level":14,"gid":1024,"maps":{"pay_fild06":90}},"4035":{"level":14,"gid":1068,"maps":{"ama_fild01":14,"beach_dun2":10,"beach_dun3":30,"pay_dun02":31,"pay_dun03":17,"treasure01":71,"treasure02":18,"iz_dun00":15,"iz_dun01":30,"iz_dun02":40,"iz_dun03":40,"iz_dun04":18,"1@tower":20}},"4036":{"level":17,"gid":1055,"maps":{"moc_fild11":20,"moc_fild18":80,"ve_fild01":70}},"4037":{"level":15,"gid":1025,"maps":{"pay_fild02":30,"moc_fild13":30,"prt_maze01":5,"2@tower":5}},"4038":{"level":15,"gid":1015,"maps":{"gef_dun01":25,"gl_chyard":20,"pay_dun00":20,"3@tower":5}},"4039":{"level":16,"gid":1174,"maps":{"yuno_fild09":20,"yuno_fild10":20,"mjolnir_01":20,"mjolnir_06":70,"mjolnir_09":20,"prt_maze01":5}},"4040":{"level":16,"gid":1018,"maps":{"gef_fild13":40,"mjolnir_01":20,"mjolnir_02":20,"mjolnir_03":10,"prt_fild00":10,"prt_fild04":40,"prt_maze01":1}},"4041":{"level":17,"gid":1104,"maps":{"ayo_fild01":30,"gef_fild02":10,"mjolnir_01":70,"mjolnir_06":20,"mjolnir_07":20,"mjolnir_09":10,"um_fild02":10,"prt_maze01":5}},"4042":{"level":17,"gid":1042,"maps":{"cmd_fild09":20,"gef_fild08":20,"moc_fild17":30,"moc_fild18":70,"prt_maze01":5,"orcsdun01":10,"orcsdun02":20,"4@tower":5}},"4043":{"level":19,"gid":"Andre","maps":{"moc_fild11":20,"moc_fild16":20,"moc_fild20":40,"anthell01":90,"anthell02":30,"1@tower":30}},"4044":{"level":18,"gid":1056,"maps":{"ayo_fild01":30,"gef_fild02":10,"pay_fild09":80,"prt_fild03":40,"prt_maze01":5}},"4045":{"level":18,"gid":1128,"maps":{"ein_fild03":5,"yuno_fild02":40,"yuno_fild05":30,"yuno_fild09":40,"lhz_fild02":10,"lhz_fild03":10,"mjolnir_01":20,"mjolnir_06":20,"mjolnir_07":20,"mjolnir_09":70,"um_fild04":21,"prt_maze01":5}},"4046":{"level":18,"gid":1145,"maps":{"prt_maze01":5,"mjo_dun01":20,"mjo_dun02":60,"mjo_dun03":5}},"4047":{"level":18,"gid":1120,"maps":{"pay_fild04":1,"gld_dun04":1,"prt_maze03":1,"treasure02":1,"3@tower":1}},"4048":{"level":19,"gid":1077,"maps":{"cmd_fild01":20,"gef_fild08":20,"gef_fild09":10,"mjolnir_07":60,"pay_fild05":65,"pay_fild10":20,"gef_dun00":25,"prt_sewb3":15,"treasure01":12}},"4049":{"level":19,"gid":1066,"maps":{"iz_dun00":15,"iz_dun01":60}},"4050":{"level":19,"gid":1054,"maps":{"mjolnir_11":30,"prt_sewb3":65,"prt_sewb4":70,"1@tower":15}},"4051":{"level":21,"gid":1057,"maps":{"ayo_fild01":30,"ein_fild10":10,"gef_fild02":10,"prt_fild03":80,"prt_maze01":4}},"4052":{"level":20,"gid":1033,"maps":{"pay_fild07":70,"2@tower":5}},"4053":{"level":20,"gid":1176,"maps":{"anthell01":10,"anthell02":30}},"4054":{"level":20,"gid":1096,"maps":{"yuno_fild03":1,"pay_fild04":1,"xmas_dun01":1,"3@tower":1}},"4055":{"level":21,"gid":1141,"maps":{"iz_dun00":45,"iz_dun01":15}},"4056":{"level":21,"gid":1114,"maps":{"gef_fild05":30,"yuno_fild01":50,"yuno_fild02":20,"yuno_fild05":30,"yuno_fild08":20,"yuno_fild09":20,"yuno_fild10":20,"yuno_fild12":30,"mjolnir_12":50,"um_fild01":10,"um_fild02":20,"prt_maze01":5}},"4057":{"level":22,"gid":1058,"maps":{"moc_fild18":10,"moc_fild20":20}},"4058":{"level":22,"gid":1034,"maps":{"beach_dun3":50,"treasure01":5,"tur_dun01":10}},"4060":{"level":24,"gid":"Goblin","maps":{"gef_fild11":110,"prt_fild11":110,"2@tower":60}},"4061":{"level":23,"gid":1067,"maps":{"cmd_fild02":15,"iz_dun01":15,"iz_dun02":60}},"4062":{"level":23,"gid":1030,"maps":{"cmd_fild09":60,"lou_fild01":5,"moc_fild13":75,"2@tower":5}},"4063":{"level":23,"gid":1103,"maps":{"ein_fild03":10,"hu_fild06":20,"lhz_fild01":20,"lhz_fild02":30,"lhz_fild03":20,"lou_fild01":21,"mosk_fild02":20,"mjolnir_01":40,"mjolnir_06":30,"prt_maze01":5}},"4064":{"level":23,"gid":1178,"maps":{"in_sphinx1":20,"in_sphinx2":50}},"4065":{"level":60,"gid":1072,"maps":{"mag_dun01":20,"thor_v02":10}},"4066":{"level":24,"gid":1023,"maps":{"gef_fild02":60,"gef_fild03":60,"gef_fild10":20,"gef_fild14":10,"1@tower":5}},"4067":{"level":24,"gid":1064,"maps":{"beach_dun3":30,"1@tower":10}},"4068":{"level":24,"gid":1001,"maps":{"moc_fild17":5,"moc_fild20":70,"2@tower":5}},"4069":{"level":24,"gid":1111,"maps":{"alde_dun01":40,"alde_dun03":45,"gef_dun01":20,"gl_sew04":10,"mjo_dun02":20,"orcsdun01":5,"orcsdun02":20,"pay_dun01":5,"prt_sewb4":20,"moc_pryd02":20,"moc_pryd03":5,"in_sphinx1":40,"in_sphinx2":15,"1@tower":15}},"4070":{"level":24,"gid":1116,"maps":{"pay_fild07":40,"pay_dun01":15}},"4071":{"level":24,"gid":1153,"maps":{"orcsdun01":80,"3@tower":5}},"4072":{"level":25,"gid":1040,"maps":{"gef_fild08":40,"moc_fild11":70,"moc_fild21":61,"1@tower":15,"3@tower":5}},"4073":{"level":25,"gid":1071,"maps":{"treasure01":43,"treasure02":20,"1@tower":55}},"4074":{"level":25,"gid":1060,"maps":{"ama_fild01":15,"lou_fild01":15,"mosk_fild02":40,"pay_fild07":30,"pay_fild09":70,"prt_maze01":5,"prt_maze02":5,"2@tower":5}},"4075":{"level":25,"gid":1100,"maps":{"mjolnir_03":20,"mjolnir_05":20,"mjolnir_08":20,"mjolnir_10":60,"prt_maze01":3,"1@tower":5}},"4076":{"level":26,"gid":1138,"maps":{"moc_fild11":20,"moc_fild16":25,"moc_fild17":15}},"4077":{"level":26,"gid":1158,"maps":{"iz_dun03":45,"1@tower":10,"jawaii":3}},"4078":{"level":26,"gid":1166,"maps":{"cmd_fild01":30,"gef_fild03":40,"prt_fild10":70,"ve_fild02":60,"prt_maze01":8}},"4079":{"level":26,"gid":1139,"maps":{"gef_fild06":20,"lou_fild01":30,"mosk_fild02":30,"mjolnir_03":30,"mjolnir_04":20,"mjolnir_05":40,"mjolnir_08":60,"mjolnir_10":20,"prt_maze01":3,"prt_maze03":30,"mosk_dun01":10,"1@tower":5}},"4080":{"level":26,"gid":1118,"maps":{"ein_fild07":20,"ein_fild09":5,"ein_fild10":20,"mjolnir_02":30,"mjolnir_03":10,"mjolnir_04":30,"mjolnir_05":20,"mjolnir_10":30,"mjolnir_11":60,"um_fild02":3,"1@tower":15}},"4081":{"level":26,"gid":1127,"maps":{"cmd_fild09":3,"moc_fild11":10,"moc_fild16":30,"moc_fild17":100,"2@tower":5}},"4082":{"level":27,"gid":1106,"maps":{"moc_fild13":30,"ve_fild04":60,"1@tower":20}},"4083":{"level":17,"gid":1162,"maps":{"yuno_fild05":70,"lhz_fild03":5,"1@tower":30}},"4084":{"level":28,"gid":1142,"maps":{"iz_dun03":20,"iz_dun04":10}},"4085":{"level":28,"gid":1152,"maps":{"orcsdun01":10,"orcsdun02":50,"1@tower":5,"6@tower":100}},"4086":{"level":29,"gid":1028,"maps":{"pay_dun01":50,"pay_dun02":15,"moc_pryd02":30,"1@tower":5}},"4087":{"level":29,"gid":1121,"maps":{"ein_fild04":10,"ein_fild06":2,"anthell01":1,"anthell02":3,"mjo_dun02":35,"mjo_dun03":5}},"4088":{"level":30,"gid":1119,"maps":{"cmd_fild05":45,"moc_fild17":25}},"4089":{"level":30,"gid":1069,"maps":{"iz_dun03":40,"iz_dun04":10,"1@tower":20}},"4090":{"level":30,"gid":1026,"maps":{"lou_dun02":25,"pay_dun02":40,"pay_dun03":3,"1@tower":10}},"4091":{"level":33,"gid":"Kobold","maps":{"gef_fild06":40,"gef_fild08":80,"gef_fild12":80,"2@tower":30}},"4092":{"level":30,"gid":1169,"maps":{"mjo_dun02":20,"mjo_dun03":70,"1@tower":5}},"4093":{"level":31,"gid":1044,"maps":{"iz_dun02":40,"1@tower":10}},"4094":{"level":31,"gid":1016,"maps":{"pay_dun01":30,"pay_dun02":20,"pay_dun04":15,"moc_pryd02":30,"1@tower":15}},"4095":{"level":31,"gid":1144,"maps":{"iz_dun02":40,"1@tower":10}},"4096":{"level":31,"gid":1177,"maps":{"orcsdun02":50}},"4097":{"level":31,"gid":1146,"maps":{"moc_pryd03":10,"moc_pryd04":20,"in_sphinx1":10,"in_sphinx2":20,"in_sphinx3":15,"in_sphinx5":10,"2@tower":10}},"4098":{"level":33,"gid":1110,"maps":{"pay_fild10":70,"pay_dun04":40}},"4099":{"level":61,"gid":1154,"maps":{"in_sphinx3":5,"in_sphinx4":20,"in_sphinx5":70,"3@tower":10}},"4100":{"level":33,"gid":1170,"maps":{"pay_dun03":70}},"4101":{"level":34,"gid":1165,"maps":{"cmd_fild08":15,"moc_fild16":70,"ve_fild03":45,"ve_fild05":30,"2@tower":5}},"4102":{"level":34,"gid":1179,"maps":{"ayo_dun01":10,"ayo_dun02":20,"alde_dun04":10,"gef_dun02":20,"gl_cas01":10,"gl_sew01":40,"treasure01":15,"treasure02":14,"2@tower":20}},"4103":{"level":34,"gid":1129,"maps":{"ama_dun02":10,"lou_dun01":15,"pay_dun04":30}},"4104":{"level":35,"gid":1164,"maps":{"in_sphinx1":20,"in_sphinx2":50}},"4105":{"level":36,"gid":1045,"maps":{"iz_dun03":40}},"4106":{"level":37,"gid":1041,"maps":{"moc_pryd02":30,"moc_pryd03":70,"moc_pryd04":25,"moc_pryd05":10,"2@tower":15}},"4107":{"level":38,"gid":1032,"maps":{"moc_pryd03":20,"moc_pryd05":50,"moc_pryd06":10,"2@tower":15}},"4108":{"level":38,"gid":1151,"maps":{"mjo_dun03":35}},"4109":{"level":38,"gid":1130,"maps":{"gef_dun01":40,"1@tower":10}},"4110":{"level":40,"gid":1036,"maps":{"ayo_dun01":30,"abbey01":56,"gef_dun01":40,"gef_dun02":10,"gl_chyard":35,"gl_church":50,"nameless_n":40}},"4111":{"level":48,"gid":1065,"maps":{"iz_dun04":50,"1@tower":15}},"4112":{"level":40,"gid":1140,"maps":{"in_sphinx3":65,"2@tower":10,"4@tower":10}},"4113":{"level":41,"gid":1143,"maps":{"gef_dun02":20,"gl_in01":20,"treasure02":1,"3@tower":10}},"4114":{"level":41,"gid":1099,"maps":{"mjolnir_04":20,"mjolnir_05":70,"mjolnir_08":30,"mjolnir_11":10,"prt_maze01":3,"1@tower":15,"2@tower":10}},"4115":{"level":42,"gid":1035,"maps":{"yuno_fild02":10,"yuno_fild09":10,"yuno_fild10":10,"moc_fild18":1,"gef_dun00":30,"gef_dun02":10,"gl_chyard":3,"gl_prison":10,"gl_prison1":10,"prt_maze01":4,"prt_maze03":30,"4@tower":30}},"4116":{"level":47,"gid":1029,"maps":{"moc_pryd02":5,"moc_pryd04":50,"3@tower":15}},"4117":{"level":43,"gid":1037,"maps":{"cmd_fild08":20,"yuno_fild03":1,"moc_fild13":5,"ve_fild01":10,"ve_fild02":5,"ve_fild07":70,"prt_maze01":3,"prt_maze03":30,"lou_dun01":10,"in_sphinx5":20,"2@tower":40,"3@tower":15}},"4118":{"level":44,"gid":1155,"maps":{"hu_fild04":10,"hu_fild07":60,"mjolnir_02":50,"mjolnir_10":10,"2@tower":10,"4@tower":5}},"4119":{"level":44,"gid":1102,"maps":{"alde_dun04":50}},"4120":{"level":45,"gid":1156,"maps":{"gef_fild06":50,"hu_fild04":60,"hu_fild07":20,"mjolnir_03":70,"2@tower":10,"3@tower":5}},"4121":{"level":69,"gid":1159,"maps":{"moc_fild17":1,"1@tower":1}},"4122":{"level":46,"gid":1109,"maps":{"gef_dun02":35,"3@tower":10}},"4123":{"level":65,"gid":1115,"maps":{"pay_fild11":1,"gld_dun01":1}},"4124":{"level":79,"gid":1148,"maps":{"beach_dun":60,"2@tower":10,"3@tower":25}},"4125":{"level":47,"gid":1108,"maps":{"iz_dun04":3,"1@tower":10}},"4126":{"level":52,"gid":1149,"maps":{"moc_pryd05":60,"in_sphinx4":50}},"4127":{"level":49,"gid":1061,"maps":{"gef_dun01":30,"gef_dun02":40,"3@tower":5,"4@tower":10}},"4128":{"level":64,"gid":1086,"maps":{"prt_sewb4":1,"1@tower":1}},"4129":{"level":50,"gid":1101,"maps":{"prt_maze03":25,"1@tower":10,"2@tower":20,"3@tower":20}},"4131":{"level":67,"gid":1150,"maps":{"pay_dun04":1,"1@tower":1}},"4132":{"level":74,"gid":1059,"maps":{"mjolnir_04":1,"1@tower":1}},"4133":{"level":52,"gid":1163,"maps":{"gl_cas02":36,"gl_knt01":60,"gl_knt02":50,"4@tower":20}},"4134":{"level":85,"gid":1389,"maps":{"gef_dun01":1}},"4135":{"level":74,"gid":1190,"maps":{"gef_fild10":1,"3@tower":1}},"4136":{"level":63,"gid":1132,"maps":{"gl_cas02":6,"gl_knt01":10,"gl_knt02":40,"6@tower":40,"4@tower":10,"1@cata":23,"2@cata":3}},"4137":{"level":70,"gid":1112,"maps":{"treasure02":1,"1@tower":1}},"4138":{"level":75,"gid":1098,"maps":{"in_sphinx4":15,"in_sphinx5":10,"2@tower":10,"4@tower":15}},"4139":{"level":57,"gid":1131,"maps":{"alde_dun04":10,"1@tower":15}},"4140":{"level":79,"gid":1219,"maps":{"glast_01":2,"gefenia02":10,"gefenia03":10,"gefenia01":10,"gefenia04":10,"gl_cas02":7,"gl_knt01":10,"gl_knt02":6,"4@tower":55}},"4141":{"level":58,"gid":1117,"maps":{"gl_cas02":9,"gl_chyard":10,"gl_church":60,"4@tower":10,"1@cata":33,"2@cata":3}},"4142":{"level":72,"gid":1046,"maps":{"gef_dun02":1,"gld_dun02":1,"3@tower":1}},"4143":{"level":77,"gid":1087,"maps":{"gef_fild14":1,"3@tower":1}},"4144":{"level":78,"gid":1038,"maps":{"moc_pryd04":1,"2@tower":1}},"4145":{"level":98,"gid":1873,"maps":{"abbey03":1,"4@tower":1}},"4146":{"level":81,"gid":1147,"maps":{"anthell02":1,"gld_dun03":1,"1@tower":1}},"4147":{"level":81,"gid":1039,"maps":{"prt_maze03":1,"3@tower":1}},"4148":{"level":93,"gid":1157,"maps":{"in_sphinx5":1,"2@tower":1}},"4149":{"level":48,"gid":1253,"maps":{"cmd_fild09":2,"glast_01":10,"gl_dun02":15,"gl_sew01":30,"gl_sew02":55,"gl_sew03":40,"gl_sew04":20,"1@tower":10,"3@tower":10}},"4150":{"level":69,"gid":1372,"maps":{"ein_fild06":55,"yuno_fild06":40,"yuno_fild07":10}},"4151":{"level":63,"gid":1309,"maps":{"gld_dun01":10,"4@tower":10}},"4152":{"level":61,"gid":1391,"maps":{"cmd_fild02":20}},"4153":{"level":20,"gid":1073,"maps":{"cmd_fild02":20,"cmd_fild04":20,"cmd_fild07":5}},"4154":{"level":27,"gid":1409,"maps":{"gon_fild01":30}},"4155":{"level":64,"gid":1299,"maps":{"gef_fild11":1,"2@tower":1}},"4156":{"level":35,"gid":1280,"maps":{"prt_fild11":30}},"4157":{"level":28,"gid":1258,"maps":{"cmd_fild06":47,"cmd_fild08":28,"gef_fild11":20,"prt_fild11":10,"2@tower":20}},"4158":{"level":66,"gid":1384,"maps":{"hu_fild04":10,"hu_fild07":10,"mag_dun02":38,"2@tower":20,"3@tower":5}},"4159":{"level":51,"gid":1180,"maps":{"pay_fild10":4,"pay_fild11":60,"pay_dun02":1,"pay_dun03":2,"pay_dun04":30,"1@tower":15}},"4160":{"level":47,"gid":1403,"maps":{"ama_dun01":45,"ama_dun02":20,"ama_dun03":25,"1@tower":15,"2@tower":5}},"4161":{"level":58,"gid":1369,"maps":{"yuno_fild01":3,"yuno_fild08":80,"3@tower":10}},"4162":{"level":68,"gid":1381,"maps":{"lou_dun01":15,"mag_dun01":10,"2@tower":20}},"4163":{"level":72,"gid":1259,"maps":{"cmd_fild08":1,"ra_fild01":3,"um_fild03":1,"4@tower":20}},"4164":{"level":62,"gid":1311,"maps":{"gld_dun03":10}},"4165":{"level":60,"gid":1387,"maps":{"mag_dun02":10,"2@tower":20}},"4166":{"level":78,"gid":1379,"maps":{"mag_dun02":46,"3@tower":20,"4@tower":20}},"4167":{"level":40,"gid":1255,"maps":{"beach_dun":20,"beach_dun2":10,"beach_dun3":1,"2@tower":15}},"4168":{"level":80,"gid":1272,"maps":{"gl_chyard":1,"gld_dun04":1,"3@tower":1}},"4169":{"level":77,"gid":1302,"maps":{"gl_church":1,"gld_dun04":1,"3@tower":10,"4@tower":30,"1@cata":1}},"4170":{"level":59,"gid":1260,"maps":{"gl_cas01":20,"gl_in01":10,"2@tower":10}},"4172":{"level":56,"gid":1375,"maps":{"ama_dun02":1,"ama_dun03":20,"2@tower":10}},"4173":{"level":56,"gid":1378,"maps":{"ein_fild01":55,"ein_fild02":30,"ein_fild05":10,"hu_fild01":30,"hu_fild02":3,"hu_fild07":10,"yuno_fild06":20,"yuno_fild11":10,"yuno_fild12":30,"1@tower":25}},"4174":{"level":31,"gid":1582,"maps":{"yuno_fild03":1,"pay_fild04":1,"3@tower":1}},"4175":{"level":46,"gid":1402,"maps":{"ama_fild01":1,"ama_dun02":35}},"4176":{"level":62,"gid":1504,"maps":{"nif_fild01":20,"nif_fild02":10,"4@tower":10,"niflheim":16}},"4177":{"level":50,"gid":1493,"maps":{"um_fild01":65,"um_dun02":25,"1@tower":15}},"4178":{"level":61,"gid":1321,"maps":{"pay_fild05":5,"pay_fild11":50,"um_fild03":20,"tur_dun01":25}},"4179":{"level":8,"gid":1091,"maps":{"moc_fild18":1,"4@tower":5}},"4180":{"level":52,"gid":1380,"maps":{"ein_fild02":45,"yuno_fild07":10,"um_dun02":5}},"4181":{"level":55,"gid":1506,"maps":{"nif_fild01":50,"niflheim":10}},"4182":{"level":67,"gid":1382,"maps":{"mag_dun02":15,"3@tower":20}},"4183":{"level":24,"gid":1092,"maps":{"gld_dun01":1,"prt_maze01":1,"prt_maze03":1,"1@tower":1}},"4184":{"level":77,"gid":1366,"maps":{"moc_fild21":46,"mag_dun01":20,"3@tower":10,"4@tower":15}},"4185":{"level":59,"gid":1195,"maps":{"gl_cas01":15,"gl_cas02":29,"gl_knt01":21,"gl_in01":8,"tha_t01":20,"tha_t02":10,"tha_t03":30,"tha_t04":20,"2@tower":25}},"4186":{"level":21,"gid":1254,"maps":{"cmd_fild02":32,"cmd_fild04":20,"cmd_fild07":4,"ve_fild07":35}},"4187":{"level":52,"gid":1276,"maps":{"gl_cas02":20,"gl_knt01":20,"gl_knt02":20,"gl_step":10,"1@tower":10}},"4188":{"level":58,"gid":1306,"maps":{"gld_dun03":20,"prt_maze02":1,"lou_dun01":1,"2@tower":7}},"4189":{"level":74,"gid":1291,"maps":{"gld_dun04":20,"4@tower":20,"1@cata":44,"2@cata":1}},"4190":{"level":53,"gid":1192,"maps":{"gl_chyard":45,"gl_church":5,"4@tower":10}},"4191":{"level":71,"gid":1505,"maps":{"nif_fild02":21,"3@tower":20,"niflheim":4}},"4192":{"level":25,"gid":1392,"maps":{"gef_fild11":10}},"4193":{"level":36,"gid":1509,"maps":{"nif_fild02":10,"2@tower":5,"1@cata":20,"niflheim":20}},"4194":{"level":71,"gid":1201,"maps":{"gl_prison":15,"gl_prison1":10,"3@tower":10}},"4195":{"level":38,"gid":1586,"maps":{"ayo_fild01":3,"ayo_fild02":50,"ayo_dun01":65}},"4196":{"level":15,"gid":1242,"maps":{"yuno_fild03":20,"xmas_fild01":35,"pay_fild04":10,"xmas_dun01":20,"1@tower":5,"3@tower":5}},"4197":{"level":2,"gid":1090,"maps":{"yuno_fild04":1,"pay_fild04":1,"prt_maze03":1,"xmas_dun01":1,"1@tower":1,"3@tower":1}},"4198":{"level":81,"gid":1289,"maps":{"anthell01":1,"gld_dun03":3}},"4199":{"level":53,"gid":1264,"maps":{"beach_dun":3,"iz_dun02":1,"iz_dun03":3,"iz_dun04":52,"1@tower":10}},"4200":{"level":45,"gid":1274,"maps":{"beach_dun2":15}},"4201":{"level":66,"gid":1310,"maps":{"gl_dun02":45,"4@tower":10}},"4202":{"level":62,"gid":1513,"maps":{"lou_dun03":15,"2@tower":10}},"4203":{"level":65,"gid":1262,"maps":{"cmd_fild03":1,"hu_fild05":4,"3@tower":10}},"4204":{"level":68,"gid":1292,"maps":{"gefenia02":30,"gefenia03":30,"gefenia01":20,"gefenia04":20,"gld_dun04":20,"3@tower":20,"2@cata":3}},"4205":{"level":51,"gid":1191,"maps":{"abyss_01":10,"abyss_02":10,"abyss_03":10,"ama_dun03":5,"gl_cas02":2,"gl_chyard":3,"gl_church":9,"gl_step":5,"lou_dun02":5,"moc_pryd03":5,"moc_pryd04":15,"moc_pryd06":20,"in_sphinx3":5,"in_sphinx4":4,"in_sphinx5":7,"treasure02":8,"tha_t01":20,"tha_t02":30,"tha_t03":10,"tha_t04":20,"3@tower":20}},"4206":{"level":38,"gid":1249,"maps":{"xmas_dun01":5,"xmas_dun02":50,"3@tower":10}},"4207":{"level":76,"gid":1203,"maps":{"alde_dun04":1,"gefenia02":1,"gefenia03":1,"gefenia01":1,"gefenia04":1,"gl_cas02":1,"gl_knt02":1,"4@tower":20}},"4208":{"level":33,"gid":1404,"maps":{"ama_fild01":2,"ama_dun01":65,"ama_dun02":5,"ama_dun03":1,"2@tower":10,"3@tower":10}},"4209":{"level":75,"gid":1390,"maps":{"gefenia02":40,"gefenia03":40,"gefenia01":30,"gefenia04":30}},"4210":{"level":74,"gid":1208,"maps":{"gl_cas02":41,"gl_in01":1,"treasure02":1,"tur_dun04":7,"3@tower":35,"4@tower":20}},"4211":{"level":18,"gid":1088,"maps":{"prt_fild04":1,"prt_fild07":1,"prt_maze03":1,"1@tower":1}},"4212":{"level":32,"gid":1188,"maps":{"pay_dun02":30,"pay_dun03":3,"1@tower":15}},"4213":{"level":46,"gid":1211,"maps":{"alde_dun02":20}},"4214":{"level":72,"gid":1507,"maps":{"nif_fild02":11,"4@tower":10,"niflheim":5}},"4215":{"level":43,"gid":1367,"maps":{"mag_dun01":20,"mag_dun02":20}},"4216":{"level":30,"gid":1243,"maps":{"xmas_fild01":20,"prt_maze02":1,"2@tower":5}},"4217":{"level":53,"gid":1410,"maps":{"gon_dun01":35,"gon_dun02":21,"2@tower":10,"3@tower":10}},"4218":{"level":85,"gid":1370,"maps":{"gefenia02":20,"gefenia03":10,"gefenia01":10,"gefenia04":10,"3@tower":30,"4@tower":10}},"4219":{"level":43,"gid":1281,"maps":{"gl_cas01":10,"gl_in01":14}},"4220":{"level":70,"gid":1316,"maps":{"tur_dun02":40,"2@tower":10}},"4221":{"level":73,"gid":1290,"maps":{"gld_dun01":10,"pay_dun04":1,"1@cata":40}},"4222":{"level":52,"gid":1196,"maps":{"gl_prison1":30,"3@tower":5}},"4223":{"level":60,"gid":1278,"maps":{"moc_fild21":46,"beach_dun2":65,"3@tower":18}},"4224":{"level":40,"gid":1215,"maps":{"cmd_fild05":5,"cmd_fild08":25,"lhz_fild03":50,"mjolnir_12":20,"um_fild01":15,"prt_maze03":20}},"4225":{"level":42,"gid":1495,"maps":{"um_fild02":25,"um_dun01":70,"2@tower":10}},"4226":{"level":61,"gid":1207,"maps":{"gl_dun01":40,"gl_sew03":70,"2@tower":10}},"4227":{"level":58,"gid":1322,"maps":{"tur_dun01":25}},"4228":{"level":67,"gid":1386,"maps":{"hu_fild04":7,"yuno_fild06":70,"yuno_fild11":43,"ve_fild03":5,"ve_fild05":55,"2@tower":20}},"4229":{"level":63,"gid":1270,"maps":{"2@tower":10}},"4230":{"level":69,"gid":1401,"maps":{"ama_dun01":2,"ama_dun02":2,"ama_dun03":55,"2@tower":10,"3@tower":30}},"4231":{"level":51,"gid":1516,"maps":{"lou_fild01":30,"lou_dun01":15,"2@tower":10}},"4232":{"level":46,"gid":1413,"maps":{"gon_fild01":2,"gon_dun03":20,"1@tower":15}},"4233":{"level":32,"gid":1415,"maps":{"gon_fild01":40,"gon_dun02":6}},"4234":{"level":61,"gid":1206,"maps":{"cmd_fild03":90,"gl_sew04":100,"2@tower":30}},"4235":{"level":28,"gid":1246,"maps":{"xmas_dun01":40,"xmas_dun02":20}},"4236":{"level":88,"gid":1511,"maps":{"moc_pryd06":1,"2@tower":1}},"4237":{"level":75,"gid":1320,"maps":{"gl_cas01":5,"tha_t04":10,"tha_t05":80,"tha_t06":40,"4@tower":10}},"4238":{"level":75,"gid":1295,"maps":{"gl_cas01":6,"gld_dun02":3,"tha_t04":10,"tha_t05":20,"tha_t06":40,"4@tower":10}},"4239":{"level":47,"gid":1212,"maps":{"2@tower":15}},"4240":{"level":59,"gid":1194,"maps":{"alde_dun01":50,"alde_dun02":20,"gl_dun01":50,"gl_sew01":10,"moc_pryd06":20,"2@tower":30}},"4241":{"level":60,"gid":1388,"maps":{"yuno_fild05":1,"3@tower":1}},"4242":{"level":66,"gid":1365,"maps":{"juperos_02":70}},"4244":{"level":58,"gid":1193,"maps":{"2@tower":30}},"4245":{"level":61,"gid":1301,"maps":{"gld_dun01":20,"pay_dun04":1}},"4246":{"level":71,"gid":1315,"maps":{"tur_dun03":35,"tur_dun04":41,"2@tower":10,"3@tower":25}},"4247":{"level":18,"gid":1266,"maps":{"cmd_fild02":10,"cmd_fild04":45,"cmd_fild07":5,"ve_fild07":10,"jawaii":3}},"4248":{"level":64,"gid":1297,"maps":{"moc_pryd04":3,"moc_pryd06":20,"2@tower":25,"4@tower":10}},"4249":{"level":67,"gid":1305,"maps":{"gld_dun02":5,"2@tower":10,"3@tower":2}},"4250":{"level":65,"gid":1205,"maps":{"alde_dun04":1,"gefenia02":1,"gefenia03":1,"gefenia01":1,"gefenia04":1,"4@tower":20}},"4251":{"level":64,"gid":1377,"maps":{"tha_t02":10,"tha_t03":10,"tha_t04":20,"tha_t05":20,"tha_t06":20,"4@tower":20}},"4252":{"level":42,"gid":1271,"maps":{"cmd_fild01":60,"cmd_fild02":10,"cmd_fild04":40,"cmd_fild05":20,"um_fild03":10,"2@tower":10}},"4253":{"level":62,"gid":1275,"maps":{"gl_cas01":1,"gl_cas02":1,"gl_knt01":1,"gl_knt02":1,"gl_in01":1,"kh_dun01":25,"tha_t01":5,"tha_t02":10,"3@tower":5}},"4254":{"level":71,"gid":1204,"maps":{"alde_dun04":1,"gef_dun01":1,"gefenia02":1,"gefenia03":1,"gefenia01":1,"gefenia04":1,"gl_cas01":1,"gl_cas02":1,"4@tower":20}},"4255":{"level":31,"gid":1273,"maps":{"gef_fild10":70,"gef_fild14":20,"1@tower":10}},"4256":{"level":49,"gid":1189,"maps":{"gef_fild14":30,"alde_dun02":20,"orcsdun02":5,"1@tower":20}},"4257":{"level":38,"gid":1261,"maps":{"gef_fild05":50,"yuno_fild02":5,"yuno_fild08":5,"yuno_fild09":5,"ra_fild04":10}},"4258":{"level":63,"gid":1416,"maps":{"gon_dun03":50,"2@tower":40}},"4259":{"level":51,"gid":1497,"maps":{"um_dun02":82,"2@tower":10,"3@tower":5}},"4260":{"level":39,"gid":1498,"maps":{"um_fild04":10,"um_dun01":10,"um_dun02":20}},"4261":{"level":41,"gid":1499,"maps":{"ayo_fild02":20,"um_fild01":10,"um_fild02":50,"um_dun01":10}},"4262":{"level":56,"gid":1412,"maps":{"gon_dun02":20,"gon_dun03":30,"2@tower":10}},"4263":{"level":71,"gid":1492,"maps":{"ama_dun03":1,"2@tower":1}},"4264":{"level":51,"gid":1263,"maps":{"gl_step":100,"6@tower":60,"4@tower":30,"1@cata":30}},"4265":{"level":48,"gid":1517,"maps":{"lou_dun01":45,"2@tower":5}},"4266":{"level":6,"gid":1093,"maps":{"prt_fild02":1,"prt_maze03":1}},"4267":{"level":46,"gid":1383,"maps":{"mag_dun01":30,"1@tower":15}},"4268":{"level":51,"gid":1257,"maps":{"gl_prison":20,"gl_prison1":40,"3@tower":15,"4@tower":10}},"4269":{"level":75,"gid":1374,"maps":{"gefenia02":10,"gefenia03":20,"gefenia01":10,"gefenia04":10,"3@tower":40,"4@tower":10}},"4270":{"level":55,"gid":1304,"maps":{"gld_dun02":10}},"4271":{"level":56,"gid":1303,"maps":{"gld_dun02":10,"1@tower":25,"3@tower":2}},"4272":{"level":54,"gid":1514,"maps":{"lou_dun02":5,"lou_dun03":25,"2@tower":10}},"4273":{"level":15,"gid":1074,"maps":{"cmd_fild02":40,"cmd_fild04":20,"cmd_fild07":5,"ve_fild07":10,"jawaii":3}},"4274":{"level":62,"gid":1298,"maps":{"gld_dun04":20,"3@tower":10,"1@cata":40}},"4275":{"level":53,"gid":1197,"maps":{"gl_prison":30,"3@tower":15}},"4276":{"level":94,"gid":1373,"maps":{"niflheim":1}},"4277":{"level":63,"gid":1200,"maps":{"gl_prison1":1,"3@tower":5}},"4278":{"level":58,"gid":1503,"maps":{"nif_fild01":10,"nif_fild02":20,"2@tower":10,"niflheim":10}},"4279":{"level":65,"gid":1385,"maps":{"hu_fild04":10,"hu_fild07":10,"mag_dun02":40,"2@tower":10,"4@tower":5}},"4280":{"level":56,"gid":1368,"maps":{"ein_fild03":20,"ein_fild04":80,"ein_fild05":10,"ein_fild07":20,"ein_fild10":5,"hu_fild01":30,"hu_fild02":10,"hu_fild07":20,"yuno_fild03":15,"yuno_fild07":20,"yuno_fild08":30,"yuno_fild10":20,"yuno_fild11":32,"yuno_fild12":5,"ra_fild01":30,"ra_fild05":10}},"4281":{"level":35,"gid":1417,"maps":{"gon_fild01":20,"gon_dun01":30,"2@tower":5}},"4282":{"level":65,"gid":1405,"maps":{"ama_dun03":55,"2@tower":10}},"4283":{"level":40,"gid":1277,"maps":{"pay_fild10":65,"pay_fild11":30,"pay_dun03":3,"pay_dun04":15}},"4284":{"level":42,"gid":1250,"maps":{"xmas_dun01":1,"3@tower":10}},"4285":{"level":43,"gid":1214,"maps":{"gef_fild02":1,"prt_fild03":1,"um_fild02":5,"um_fild04":2,"prt_maze01":2}},"4286":{"level":30,"gid":1400,"maps":{"ama_fild01":50,"2@tower":5}},"4287":{"level":41,"gid":1406,"maps":{"ama_fild01":50}},"4288":{"level":51,"gid":1267,"maps":{"gl_cas01":50,"1@tower":15}},"4289":{"level":64,"gid":1300,"maps":{"gld_dun03":20,"3@tower":2}},"4290":{"level":76,"gid":1307,"maps":{"gld_dun01":3,"pay_dun04":1,"1@tower":15}},"4291":{"level":65,"gid":1296,"maps":{"gef_fild12":1,"2@tower":1}},"4292":{"level":33,"gid":1282,"maps":{"cmd_fild06":27,"cmd_fild08":69,"gef_fild05":10,"gef_fild12":40,"2@tower":15}},"4293":{"level":25,"gid":1265,"maps":{"xmas_dun01":40,"xmas_dun02":20}},"4294":{"level":40,"gid":1508,"maps":{"nif_fild01":30,"2@tower":5,"niflheim":20}},"4295":{"level":50,"gid":1587,"maps":{"ayo_dun01":5,"ayo_dun02":20,"2@tower":50}},"4296":{"level":56,"gid":1209,"maps":{"alde_dun03":56,"gl_sew02":15,"gl_prison1":5,"mjo_dun03":3,"prt_sewb4":5,"1@tower":25}},"4297":{"level":35,"gid":1248,"maps":{"xmas_dun02":35,"1@tower":15}},"4298":{"level":62,"gid":1293,"maps":{"gld_dun03":20,"3@tower":2}},"4299":{"level":60,"gid":1269,"maps":{"2@tower":10}},"4300":{"level":70,"gid":1283,"maps":{"gl_cas02":3,"4@tower":20}},"4301":{"level":56,"gid":1294,"maps":{"gld_dun02":5,"prt_maze03":1,"3@tower":2}},"4302":{"level":70,"gid":1583,"maps":{"beach_dun":1}},"4303":{"level":34,"gid":1186,"maps":{"gl_knt01":1,"pay_dun03":1,"2@tower":10}},"4304":{"level":52,"gid":1584,"maps":{"ayo_dun02":100}},"4305":{"level":97,"gid":1312,"maps":{"tur_dun04":1,"2@tower":1}},"4306":{"level":10,"gid":1089,"maps":{"cmd_fild03":1,"gef_fild01":1}},"4307":{"level":34,"gid":1494,"maps":{"ayo_fild02":30,"yuno_fild02":40,"yuno_fild05":10,"yuno_fild09":40,"yuno_fild10":40,"um_fild02":30,"um_fild04":50}},"4308":{"level":32,"gid":1279,"maps":{"beach_dun2":20}},"4309":{"level":49,"gid":1500,"maps":{"um_fild03":95,"1@tower":15}},"4310":{"level":59,"gid":1308,"maps":{"prt_fild11":1}},"4311":{"level":63,"gid":1314,"maps":{"tur_dun01":10,"tur_dun02":40,"tur_dun03":15,"tur_dun04":4,"2@tower":10,"3@tower":10}},"4312":{"level":63,"gid":1317,"maps":{"cmd_fild02":20}},"4313":{"level":43,"gid":1199,"maps":{"ein_fild01":50,"1@tower":25}},"4314":{"level":57,"gid":1216,"maps":{"abyss_01":30,"alde_dun03":85,"treasure02":38,"1@tower":15}},"4315":{"level":40,"gid":1256,"maps":{"cmd_fild03":30,"cmd_fild05":5,"beach_dun":20,"tur_dun01":15,"tur_dun02":15,"2@tower":15}},"4316":{"level":65,"gid":1371,"maps":{"gefenia02":30,"gefenia03":40,"gefenia01":60,"gefenia04":30,"3@tower":10,"4@tower":20}},"4317":{"level":61,"gid":1313,"maps":{"cmd_fild02":1,"3@tower":10}},"4318":{"level":77,"gid":1251,"maps":{"xmas_dun02":1}},"4319":{"level":72,"gid":1319,"maps":{"tur_dun02":20,"tur_dun03":40,"tur_dun04":15,"2@tower":10,"3@tower":10}},"4320":{"level":82,"gid":1268,"maps":{"gefenia02":1,"gefenia03":1,"gefenia01":1,"gefenia04":1,"gl_knt02":1,"4@tower":40}},"4321":{"level":51,"gid":1510,"maps":{"nif_fild01":10,"nif_fild02":10,"2@tower":10,"niflheim":10}},"4322":{"level":52,"gid":1213,"maps":{"gef_fild03":1,"gef_fild14":70,"alde_dun02":50,"1@tower":15}},"4323":{"level":61,"gid":1515,"maps":{"xmas_fild01":1,"xmas_dun02":1,"2@tower":20,"3@tower":10}},"4324":{"level":73,"gid":1252,"maps":{"xmas_fild01":1}},"4325":{"level":70,"gid":1376,"maps":{"cmd_fild06":1,"ein_fild06":5,"yuno_fild07":40,"ra_fild09":1,"um_fild01":2,"3@tower":20}},"4326":{"level":59,"gid":1323,"maps":{"cmd_fild04":20}},"4327":{"level":55,"gid":1408,"maps":{"gon_dun01":55,"gon_dun02":20,"3@tower":10}},"4328":{"level":56,"gid":1512,"maps":{"lou_dun02":40,"lou_dun03":25,"1@tower":15}},"4329":{"level":73,"gid":1202,"maps":{"gl_prison1":10,"3@tower":20}},"4330":{"level":73,"gid":1418,"maps":{"gon_dun03":1,"3@tower":1}},"4331":{"level":68,"gid":1318,"maps":{"tur_dun03":10,"tur_dun04":33,"2@tower":10}},"4332":{"level":68,"gid":1617,"maps":{"ein_dun01":5,"ein_dun02":30}},"4333":{"level":42,"gid":1621,"maps":{"ein_dun01":10}},"4334":{"level":35,"gid":1620,"maps":{"ein_dun01":30}},"4335":{"level":43,"gid":1616,"maps":{"ein_dun01":70}},"4336":{"level":69,"gid":1618,"maps":{"ein_fild02":1,"ein_fild07":1,"ein_dun01":1,"3@tower":30}},"4337":{"level":28,"gid":1619,"maps":{"ein_fild08":10,"ein_fild09":70,"ein_fild10":30,"ein_dun01":30}},"4338":{"level":50,"gid":1615,"maps":{"ein_fild05":17,"ein_dun02":40,"1@tower":15}},"4339":{"level":56,"gid":1614,"maps":{"ein_fild04":5,"ein_fild05":35,"ein_dun02":50}},"4340":{"level":71,"gid":1622,"maps":{"ein_dun02":30}},"4341":{"level":26,"gid":1613,"maps":{"ein_fild03":30,"ein_fild04":50,"ein_fild07":60,"ein_fild08":25,"ein_fild09":10,"hu_fild06":10,"lhz_fild01":70,"lhz_fild02":50,"lhz_fild03":20,"ra_fild09":20,"lhz_dun01":50,"1@tower":15,"3@tower":25}},"4342":{"level":86,"gid":1623,"maps":{"ein_dun02":1}},"4343":{"level":36,"gid":1628,"maps":{"ein_fild03":40,"ein_fild04":20,"hu_fild06":50,"lhz_fild01":30,"lhz_fild02":10}},"4344":{"level":23,"gid":1627,"maps":{"ein_fild05":30,"hu_fild02":30,"hu_fild04":30,"hu_fild05":53,"hu_fild07":30,"lhz_fild02":10,"lhz_fild03":20,"ra_fild06":20,"lhz_dun01":70,"1@tower":15,"6@tower":10}},"4345":{"level":45,"gid":1680,"maps":{"lhz_fild03":10,"ra_fild05":70,"ra_fild06":50,"ra_fild09":10,"3@tower":5}},"4346":{"level":79,"gid":1658,"maps":{"lhz_dun02":1,"3@tower":1}},"4347":{"level":66,"gid":1654,"maps":{"lhz_dun01":8,"lhz_dun02":50,"3@tower":10}},"4348":{"level":62,"gid":1653,"maps":{"lhz_dun01":11,"lhz_dun02":50,"3@tower":10}},"4349":{"level":59,"gid":1655,"maps":{"lhz_dun01":13,"lhz_dun02":50,"3@tower":20}},"4350":{"level":61,"gid":1657,"maps":{"lhz_dun01":8,"lhz_dun02":50,"3@tower":10,"4@tower":20}},"4351":{"level":60,"gid":1656,"maps":{"lhz_dun01":13,"lhz_dun02":50,"3@tower":10,"4@tower":60}},"4352":{"level":58,"gid":1652,"maps":{"lhz_dun01":8,"lhz_dun02":50,"3@tower":10}},"4353":{"level":55,"gid":1682,"maps":{"lhz_dun01":100,"lhz_dun02":20}},"4354":{"level":72,"gid":1681,"maps":{"lhz_dun01":1,"lhz_dun02":10}},"4355":{"level":53,"gid":1632,"maps":{"ra_san01":10,"ra_san02":10,"ra_san03":5}},"4356":{"level":56,"gid":1633,"maps":{"ra_san01":6,"ra_san02":10,"ra_san03":5,"2@tower":20}},"4357":{"level":99,"gid":1646,"maps":{"lhz_dun03":1}},"4358":{"level":91,"gid":1634,"maps":{"lhz_dun03":42,"4@tower":32}},"4359":{"level":99,"gid":1647,"maps":{"lhz_dun03":1}},"4360":{"level":87,"gid":1635,"maps":{"lhz_dun02":1,"lhz_dun03":42,"4@tower":2}},"4361":{"level":99,"gid":1648,"maps":{"lhz_dun03":1}},"4362":{"level":83,"gid":1636,"maps":{"lhz_dun03":42,"4@tower":2}},"4363":{"level":99,"gid":1649,"maps":{"lhz_dun03":1}},"4364":{"level":90,"gid":1637,"maps":{"lhz_dun03":40,"3@tower":10,"4@tower":2}},"4365":{"level":99,"gid":1651,"maps":{"lhz_dun03":1}},"4366":{"level":92,"gid":1639,"maps":{"lhz_dun03":57,"4@tower":32}},"4367":{"level":99,"gid":1650,"maps":{"lhz_dun03":1}},"4368":{"level":82,"gid":1638,"maps":{"lhz_dun03":81,"4@tower":22}},"4369":{"level":76,"gid":"Venatu","maps":{"juperos_01":260,"juperos_02":245,"jupe_core":75,"3@tower":24}},"4370":{"level":83,"gid":"Dimik","maps":{"juperos_01":25,"jupe_core":160,"3@tower":24}},"4371":{"level":79,"gid":1668,"maps":{"jupe_core":40,"3@tower":6}},"4372":{"level":85,"gid":1630,"maps":{"lou_dun03":1,"2@tower":1}},"4373":{"level":59,"gid":1631,"maps":{"lou_dun03":5,"3@tower":10}},"4374":{"level":97,"gid":1685,"maps":{"jupe_core":1}},"4375":{"level":21,"gid":1686,"maps":{"gef_fild10":5,"1@tower":5,"2@tower":1,"3@tower":20}},"4376":{"level":89,"gid":1688,"maps":{"ayo_dun02":1}},"4377":{"level":54,"gid":1687,"maps":{"hu_fild02":20,"hu_fild03":70,"hu_fild04":20,"hu_fild05":60,"hu_fild07":10,"2@tower":10}},"4378":{"level":80,"gid":1713,"maps":{"abyss_02":10,"abyss_03":60,"3@tower":10}},"4379":{"level":76,"gid":1716,"maps":{"abyss_02":60,"abyss_03":10,"3@tower":10}},"4380":{"level":70,"gid":1714,"maps":{"abyss_01":30,"abyss_02":50,"abyss_03":10,"4@tower":10}},"4381":{"level":69,"gid":1717,"maps":{"abyss_01":55,"abyss_03":10,"4@tower":10}},"4382":{"level":43,"gid":1718,"maps":{"hu_fild02":41,"hu_fild04":10,"hu_fild05":6,"hu_fild07":10,"yuno_fild02":2,"abyss_01":9,"abyss_02":5}},"4383":{"level":42,"gid":1715,"maps":{"hu_fild02":21,"hu_fild03":30,"hu_fild04":20,"hu_fild05":8,"hu_fild07":10,"yuno_fild02":2,"abyss_01":9,"abyss_02":5}},"4384":{"level":89,"gid":1720,"maps":{"abyss_03":3,"4@tower":20}},"4385":{"level":43,"gid":1721,"maps":{"hu_fild05":4,"abyss_01":8,"abyss_02":10,"abyss_03":10,"1@tower":5}},"4386":{"level":90,"gid":1719,"maps":{"abyss_03":1}},"4387":{"level":60,"gid":1699,"maps":{"abyss_01":10,"abyss_02":10,"abyss_03":10,"tha_t02":80,"tha_t03":10,"tha_t04":20,"tha_t05":40,"tha_t06":40,"tha_t07":10,"tha_t08":10,"2@tower":10,"3@tower":30,"1@cata":20}},"4388":{"level":65,"gid":1698,"maps":{"tha_t02":10,"tha_t03":80,"tha_t04":20,"tha_t05":40,"tha_t06":40,"tha_t07":10,"tha_t08":10,"2@tower":25}},"4389":{"level":48,"gid":"Plasma","maps":{"hu_fild01":25,"odin_tem01":22,"odin_tem02":15,"odin_tem03":20,"tha_t12":5,"1@tower":35,"tha_t04":20,"tha_t05":40,"tha_t06":40,"tha_t09":5,"tha_t01":20,"tha_t11":5,"tha_t03":20,"tha_t02":20,"tha_t10":5}},"4390":{"level":56,"gid":1692,"maps":{"hu_fild01":5,"hu_fild02":10,"hu_fild04":20,"hu_fild07":10,"odin_tem01":10}},"4391":{"level":79,"gid":1702,"maps":{"tha_t02":4,"tha_t07":15,"tha_t08":20,"tha_t09":5,"tha_t10":20,"tha_t11":5,"tha_t12":5,"3@tower":10,"4@tower":20}},"4392":{"level":81,"gid":1700,"maps":{"tha_t04":4,"tha_t07":7,"tha_t08":5,"tha_t09":5,"tha_t10":5,"tha_t11":5,"tha_t12":13,"3@tower":20}},"4393":{"level":80,"gid":1701,"maps":{"tha_t03":4,"tha_t07":7,"tha_t08":5,"tha_t09":5,"tha_t10":5,"tha_t11":20,"tha_t12":5,"3@tower":10}},"4394":{"level":77,"gid":1703,"maps":{"tha_t01":4,"tha_t07":7,"tha_t08":5,"tha_t09":20,"tha_t10":5,"tha_t11":5,"tha_t12":5,"3@tower":10,"4@tower":20}},"4395":{"level":83,"gid":1706,"maps":{"tha_t06":2,"tha_t10":1,"4@tower":6}},"4396":{"level":92,"gid":1704,"maps":{"tha_t08":2,"4@tower":6}},"4397":{"level":88,"gid":1705,"maps":{"tha_t07":2,"tha_t11":1,"4@tower":6}},"4398":{"level":83,"gid":1707,"maps":{"tha_t05":2,"tha_t09":1,"4@tower":6}},"4399":{"level":99,"gid":1708,"maps":{"thana_boss":1}},"4400":{"level":69,"gid":1737,"maps":{"kh_dun01":45,"kh_dun02":10,"3@tower":10}},"4401":{"level":75,"gid":1735,"maps":{"kh_dun01":3,"kh_dun02":30}},"4402":{"level":75,"gid":1736,"maps":{"kh_dun01":3,"kh_dun02":25,"3@tower":20}},"4403":{"level":90,"gid":1734,"maps":{"kh_dun02":1}},"4404":{"level":70,"gid":1752,"maps":{"odin_tem01":5,"odin_tem02":30,"odin_tem03":4,"4@tower":10}},"4405":{"level":69,"gid":1753,"maps":{"odin_tem01":5,"odin_tem02":30,"odin_tem03":4}},"4406":{"level":82,"gid":"Skeggiold","maps":{"odin_tem02":2,"odin_tem03":32,"4@tower":40}},"4407":{"level":99,"gid":1751,"maps":{"odin_tem03":1,"4@tower":1}},"4408":{"level":89,"gid":1768,"maps":{"ra_san05":1}},"4409":{"level":73,"gid":1769,"maps":{"ra_san04":20,"ra_san05":80,"3@tower":10,"4@tower":10}},"4410":{"level":69,"gid":1770,"maps":{"ra_san04":60,"ra_san05":30,"3@tower":10}},"4411":{"level":59,"gid":1771,"maps":{"ra_san01":82,"ra_san02":30,"3@tower":5}},"4412":{"level":62,"gid":1772,"maps":{"ra_san01":36,"ra_san02":85,"ra_san05":10,"3@tower":5}},"4413":{"level":61,"gid":1773,"maps":{"ra_san01":6,"ra_san02":3,"ra_san03":60,"ra_san04":10,"ra_san05":20}},"4414":{"level":65,"gid":1774,"maps":{"ra_san02":2,"ra_san03":40,"ra_san04":10,"ra_san05":20,"2@tower":20}},"4415":{"level":60,"gid":1775,"maps":{"ice_dun02":70,"ice_dun03":15,"3@tower":10}},"4416":{"level":42,"gid":1776,"maps":{"ice_dun01":75,"ice_dun02":30}},"4417":{"level":60,"gid":1777,"maps":{"ice_dun02":7,"ice_dun03":70,"3@tower":25}},"4418":{"level":55,"gid":1778,"maps":{"ice_dun01":2,"ice_dun02":15,"ice_dun03":42,"3@tower":10}},"4419":{"level":98,"gid":1779,"maps":{"ice_dun03":1}},"4420":{"level":57,"gid":1780,"maps":{"ra_fild01":50,"ra_fild02":60,"ve_fild04":10,"ice_dun01":5,"1@tower":15}},"4421":{"level":46,"gid":1781,"maps":{"ra_fild01":20,"ra_fild02":20,"ra_fild03":10,"ra_fild05":20,"ra_fild06":10,"ra_fild08":20,"ra_fild09":60,"ve_fild05":10,"1@tower":15}},"4422":{"level":31,"gid":1782,"maps":{"ra_fild03":10,"ra_fild04":60,"ra_fild07":50,"ra_fild10":10,"ra_fild11":2,"ra_fild13":5,"ve_fild02":20,"ve_fild04":20,"ve_fild05":15,"ice_dun01":5}},"4423":{"level":44,"gid":1783,"maps":{"ra_fild01":5,"ra_fild02":15,"ra_fild03":35,"ra_fild04":3,"ra_fild07":20,"ra_fild10":20,"ve_fild05":5,"3@tower":20}},"4424":{"level":23,"gid":1784,"maps":{"ra_fild03":10,"ra_fild04":20,"ra_fild07":10,"ra_fild08":100,"ra_fild10":30,"ra_fild11":40,"ra_fild12":40,"ra_fild13":60,"ve_fild01":20,"ve_fild02":20,"ve_fild03":10,"ve_fild04":20,"ve_fild06":3,"ve_fild07":30,"1@tower":10}},"4425":{"level":82,"gid":1785,"maps":{"ra_fild02":1,"ra_fild03":1,"ra_fild04":1,"ve_fild01":1,"ve_fild02":1,"3@tower":1}},"4426":{"level":86,"gid":1839,"maps":{"thor_v01":1,"thor_v03":5}},"4427":{"level":86,"gid":1829,"maps":{"thor_v01":5,"thor_v02":1,"thor_v03":10,"4@tower":35}},"4428":{"level":80,"gid":1830,"maps":{"thor_v01":5,"thor_v02":1,"thor_v03":10,"4@tower":35}},"4429":{"level":91,"gid":1831,"maps":{"thor_v01":7,"thor_v02":1,"thor_v03":60,"4@tower":15}},"4430":{"level":99,"gid":1832,"maps":{"thor_v03":1,"4@tower":1}},"4431":{"level":85,"gid":1833,"maps":{"thor_v01":45,"thor_v03":40,"4@tower":20}},"4432":{"level":40,"gid":1836,"maps":{"ve_fild03":10,"thor_v01":10,"thor_v02":10}},"4433":{"level":76,"gid":1837,"maps":{"thor_v01":21,"thor_v02":10}},"4434":{"level":50,"gid":1838,"maps":{"thor_v02":55}},"4435":{"level":77,"gid":1864,"maps":{"abbey01":30,"abbey02":210,"nameless_n":12}},"4436":{"level":75,"gid":1865,"maps":{"abbey01":33,"abbey02":70,"nameless_n":12,"3@tower":20}},"4437":{"level":71,"gid":1866,"maps":{"abbey01":25,"nameless_n":17}},"4438":{"level":81,"gid":1867,"maps":{"abbey01":93,"abbey03":30,"nameless_n":16,"4@tower":30,"1@cata":10,"2@cata":3}},"4439":{"level":60,"gid":1869,"maps":{"abbey01":21,"abbey02":21,"abbey03":25,"nameless_n":3,"2@tower":20,"1@cata":45,"2@cata":3}},"4440":{"level":88,"gid":1870,"maps":{"abbey02":7,"abbey03":60,"arug_dun01":18,"4@tower":30}},"4441":{"level":80,"gid":1871,"maps":{"abbey02":1,"4@tower":1}},"4450":{"level":84,"gid":1974,"maps":{"arug_dun01":22}},"4451":{"level":90,"gid":1957,"maps":{"5@tower":1}}};
- pub.rmsLookupTemplate = 'https://ratemyserver.net/mob_db.php?mob_id={id}&small=1&back=1';
- pub.rmsSearchTemplate = 'https://ratemyserver.net/index.php?mob_name={query}&page=mob_db&f=1&mob_search=Search';
- pub.nameColumnInverseIndex = 2;
- pub.levelInsertColumnInverseIndex = 2;
- pub.motdInsertColumnInverseIndex = 3;
- priv.levelColumnHeader = 'Mob Level';
- priv.motdColumnHeader = 'Map of the Day';
- priv.tableSelector = '#tb-cards';
- pub.init = function ()
- {
- if (window.frameElement) //executed on iframe
- return;
- window.addEventListener('DOMContentLoaded', evt => {
- MotDs.loaded();
- let tableElem = document.querySelector(priv.tableSelector);
- //calling sorttable.makeSortable a second time breaks reverse sorting for existing cols since they get double-sorted back to regular sorting, so we call
- // it here to make sure they get an odd number of sorts when it's called again below to make the new cols sortable as well; kind of a hack but I cbf
- // to write my own sorter for the custom cols and it doesn't seem to be a problem for performance
- unsafeWindow.sorttable.makeSortable(tableElem);
- priv.insertNewColHeaders(tableElem);
- let rowElems = tableElem.querySelectorAll('tbody tr');
- for (let row of rowElems)
- {
- let rowObj = new CardTableRow(row);
- rowObj.linkifyMobName();
- rowObj.addLevelCell();
- rowObj.addMotDCell();
- }
- unsafeWindow.sorttable.makeSortable(tableElem);
- });
- }
- pub.createElem = function (tagName, text)
- {
- let elem = document.createElement(tagName);
- if (text)
- {
- let textNode;
- if (text instanceof Text)
- textNode = text;
- else
- textNode = document.createTextNode(text);
- elem.appendChild(textNode);
- }
- return elem;
- }
- pub.createLink = function (uri, text)
- {
- let link = pub.createElem('a', text);
- link.href = uri;
- link.target = '_blank';
- link.style.textDecoration = 'underline';
- return link;
- }
- pub.getElemFromEnd = function (elems, invIdx)
- {
- //returns elem located 'invIdx' places from the end of collection
- let idx = elems.length - 1 - invIdx;
- return elems[idx];
- }
- pub.insertElemFromEnd = function (elems, insertElem, invIdx)
- {
- //inserts to the right of target elem ('insertAfter') located 'invIdx' places from the end of collection (a la negative values passed to substr)
- if (invIdx == 0)
- elems[elems.length - 1].parentElement.appendChild(insertElem);
- else
- {
- let idx = elems.length - 1 - invIdx;
- let laterSibling = elems[idx + 1];
- laterSibling.parentElement.insertBefore(insertElem, laterSibling);
- }
- }
- priv.insertNewColHeaders = function (tableElem)
- {
- let headerCells = tableElem.querySelectorAll('thead th');
- let levelCell = pub.createElem('th', priv.levelColumnHeader);
- pub.insertElemFromEnd(headerCells, levelCell, pub.levelInsertColumnInverseIndex);
- let motdCell = pub.createElem('th', priv.motdColumnHeader);
- pub.insertElemFromEnd(headerCells, motdCell, pub.motdInsertColumnInverseIndex);
- }
- return pub;
- }());
- let MotDs = (function () {
- let pub = {};
- let priv = {};
- priv.linksSelector = '#motds .motd a';
- priv.maps = {};
- pub.loaded = function ()
- {
- let links = document.querySelectorAll(priv.linksSelector);
- for (let link of links)
- {
- let mapName = link.textContent.trim();
- let mapURI = link.href;
- priv.maps[mapName] = mapURI;
- }
- }
- pub.isMotD = function (mapName)
- {
- return priv.maps.hasOwnProperty(mapName);
- }
- pub.createMapLink = function (mapName)
- {
- if (!pub.isMotD(mapName))
- return false;
- return Main.createLink(priv.maps[mapName], mapName);
- }
- return pub;
- }());
- Main.init();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement