Edited waves and timing for upcoming Cryptic Memories
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name IITC plugin: ResTools BB Watch Reloaded
|
// @name IITC plugin: ResTools BB Watch Reloaded
|
||||||
// @namespace https://git.martinvylet.cz/vykend/ResTools-BB-Watch-Reloaded
|
// @namespace https://git.martinvylet.cz/vykend/ResTools-BB-Watch-Reloaded
|
||||||
// @version 0.6.1
|
// @version 0.7.1
|
||||||
// @description Scan window for BBs on ornamented portals, then check results
|
// @description Scan window for BBs on ornamented portals, then check results
|
||||||
// @author vikend
|
// @author vikend
|
||||||
// @icon
|
// @icon
|
||||||
@@ -27,20 +27,19 @@ function wrapper(plugin_info)
|
|||||||
window.plugin.restoolsBBWatchReloaded.LAYERS = {};
|
window.plugin.restoolsBBWatchReloaded.LAYERS = {};
|
||||||
window.plugin.restoolsBBWatchReloaded.LAYERGROUP = null;
|
window.plugin.restoolsBBWatchReloaded.LAYERGROUP = null;
|
||||||
window.plugin.restoolsBBWatchReloaded.BB_STORAGE = 'plugin-restools-bbwatch-reloaded';
|
window.plugin.restoolsBBWatchReloaded.BB_STORAGE = 'plugin-restools-bbwatch-reloaded';
|
||||||
window.plugin.restoolsBBWatchReloaded.WAVE_PORTALS = [[[],[]],[[],[]],[[],[]],[[],[]],[[],[]],[[],[]],[[],[]]];
|
window.plugin.restoolsBBWatchReloaded.WAVE_PORTALS = [[[],[]],[[],[]],[[],[]],[[],[]],[[],[]],[[],[]]];
|
||||||
window.plugin.restoolsBBWatchReloaded.timezone = 0;
|
window.plugin.restoolsBBWatchReloaded.timezone = 0;
|
||||||
//struct of WAVE_PORTALS: [ wave: [ ornamented[], results[] ] ]
|
//struct of WAVE_PORTALS: [ wave: [ ornamented[], results[] ] ]
|
||||||
|
|
||||||
//edit this with start times according to YOUR local times (ie. as seen in COMM)
|
//edit this with start times according to YOUR local times (ie. as seen in COMM)
|
||||||
window.plugin.restoolsBBWatchReloaded.TIMETABLE = {
|
window.plugin.restoolsBBWatchReloaded.TIMETABLE = {
|
||||||
wave1: "14:00",
|
wave1: "14:00",
|
||||||
wave2: "14:25",
|
wave2: "14:30",
|
||||||
wave3: "14:50",
|
wave3: "15:00",
|
||||||
wave4: "15:15",
|
wave4: "15:30",
|
||||||
wave5: "15:40",
|
wave5: "16:00",
|
||||||
wave6: "16:05",
|
wave6: "16:30",
|
||||||
wave7: "16:30",
|
wave7: "17:00", //needed for calculations, put there end of wave 6
|
||||||
wave8: "16:55" //needed for calculations, put there end of wave 7
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user