/ ‘grepolis.user.js’
This commit is contained in:
parent
9c11b75220
commit
7468bed5c4
@ -10,7 +10,7 @@
|
|||||||
//
|
//
|
||||||
// @match http://*.grepolis.com/game/*
|
// @match http://*.grepolis.com/game/*
|
||||||
//
|
//
|
||||||
// @version 1.1.14
|
// @version 1.1.15
|
||||||
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
@ -22,8 +22,12 @@
|
|||||||
windows = {};
|
windows = {};
|
||||||
durations = {};
|
durations = {};
|
||||||
farm_ids = {
|
farm_ids = {
|
||||||
83792: [20466, 20467, 20468, 20470, 20471, 20472],
|
// Insel 0
|
||||||
|
83792: [20468, 20470, 20471, 20472],
|
||||||
|
84064: [20466, 20467]
|
||||||
|
// Insel 1
|
||||||
85523: [20489, 20490, 20492, 20496],
|
85523: [20489, 20490, 20492, 20496],
|
||||||
|
// Insel 2
|
||||||
74298: [19577, 19579, 19583, 19584, 19582],
|
74298: [19577, 19579, 19583, 19584, 19582],
|
||||||
}
|
}
|
||||||
towns = {
|
towns = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user