diff --git a/modules/markers-generator.js b/modules/markers-generator.js index dce9f4ab..1ba6a365 100644 --- a/modules/markers-generator.js +++ b/modules/markers-generator.js @@ -56,7 +56,7 @@ window.Markers = (function () { {type: "rifts", icon: "🎆", min: 5, each: 3000, multiplier: +isFantasy, list: listRifts, add: addRift}, {type: "disturbed-burials", icon: "💀", min: 20, each: 3000, multiplier: +isFantasy, list: listDisturbedBurial, add: addDisturbedBurial}, {type: "necropolises", icon: "ðŸŠĶ", min: 20, each: 1000, multiplier: 1, list: listNecropolis, add: addNecropolis}, - {type: "encounters", icon: "🧙", min: 10, each: 1000, multiplier: 1, list: listEncounters, add: addEncounter}, + {type: "encounters", icon: "🧙", min: 10, each: 600, multiplier: 1, list: listEncounters, add: addEncounter}, ]; } diff --git a/styles/ancient.json b/styles/ancient.json index 333cf4ab..6bacb0d5 100644 --- a/styles/ancient.json +++ b/styles/ancient.json @@ -97,7 +97,7 @@ "#markers": { "opacity": null, "rescale": 1, - "filter": "" + "filter": null }, "#prec": { "opacity": null, diff --git a/styles/atlas.json b/styles/atlas.json index 4ee11aeb..72a31027 100644 --- a/styles/atlas.json +++ b/styles/atlas.json @@ -97,7 +97,7 @@ "#markers": { "opacity": null, "rescale": 1, - "filter": "url(#dropShadow01)" + "filter": null }, "#prec": { "opacity": null, diff --git a/styles/clean.json b/styles/clean.json index 929c712f..a65beffb 100644 --- a/styles/clean.json +++ b/styles/clean.json @@ -98,7 +98,7 @@ "#markers": { "opacity": null, "rescale": null, - "filter": "url(#dropShadow01)" + "filter": null }, "#prec": { "opacity": null, diff --git a/styles/cyberpunk.json b/styles/cyberpunk.json index ba8e9345..02b815e3 100644 --- a/styles/cyberpunk.json +++ b/styles/cyberpunk.json @@ -97,7 +97,7 @@ "#markers": { "opacity": 0.8, "rescale": 1, - "filter": "url(#dropShadow05)" + "filter": null }, "#prec": { "opacity": null, diff --git a/styles/default.json b/styles/default.json index 76af307c..40ba8230 100644 --- a/styles/default.json +++ b/styles/default.json @@ -97,7 +97,7 @@ "#markers": { "opacity": null, "rescale": 1, - "filter": "url(#dropShadow01)" + "filter": null }, "#prec": { "opacity": null, diff --git a/styles/gloom.json b/styles/gloom.json index d2c54e7a..5dde229f 100644 --- a/styles/gloom.json +++ b/styles/gloom.json @@ -98,7 +98,7 @@ "#markers": { "opacity": 0.8, "rescale": 1, - "filter": "url(#dropShadow05)" + "filter": null }, "#prec": { "opacity": null, diff --git a/styles/monochrome.json b/styles/monochrome.json index 11837189..a4273144 100644 --- a/styles/monochrome.json +++ b/styles/monochrome.json @@ -98,7 +98,7 @@ "#markers": { "opacity": null, "rescale": 1, - "filter": "url(#dropShadow01)" + "filter": null }, "#prec": { "opacity": null, diff --git a/styles/watercolor.json b/styles/watercolor.json index 6865aa23..b0bda134 100644 --- a/styles/watercolor.json +++ b/styles/watercolor.json @@ -97,7 +97,7 @@ "#markers": { "opacity": null, "rescale": 1, - "filter": "url(#dropShadow01)" + "filter": null }, "#prec": { "opacity": null,