Skip to content

Commit

Permalink
Update cities-ets2.js
Browse files Browse the repository at this point in the history
  • Loading branch information
04Marcus committed Dec 31, 2024
1 parent c34ce44 commit 4bbce13
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions web/cities/cities-ets2.js
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ var city_properties = {
relative_whitenoise: 0.95,
},
"ruse": {
relative_radius: 0.6,
relative_radius: 0.8,
},
"rutba": {
relative_radius: 1.6,
Expand All @@ -1156,6 +1156,9 @@ var city_properties = {
"saratov": {
relative_radius: 1.5,
},
"schumen": {
relative_radius: 1.0,
},
"shaumyan": {
relative_radius: 0.5,
},
Expand Down Expand Up @@ -1293,6 +1296,9 @@ var city_properties = {
"vantaa": {
relative_radius: 0.5,
},
"varna": {
relative_radius: 1.0,
},
"vasaros": {
relative_radius: 0.5,
},
Expand Down Expand Up @@ -4285,14 +4291,6 @@ var cities = [
"y": "139.375",
"z": "-91216.5"
},
{
"gameName": "ruse",
"realName": "Русе (Ruse)",
"country": "bulgaria",
"x": "62049.8",
"y": "117.207",
"z": "36232.5"
},
{
"gameName": "rzeszow",
"realName": "Rzeszów",
Expand Down Expand Up @@ -6225,6 +6223,14 @@ var cities_balkan_e = [
"y": "67.8398",
"z": "35069.8"
},
{
"gameName": "schumen",
"realName": "Шумен",
"country": "bulgaria",
"x": "65001.3",
"y": "11.012",
"z": "36977.8"
},
{
"gameName": "sofia",
"realName": "Со́фия",
Expand Down Expand Up @@ -11041,14 +11047,6 @@ var cities_romania_extended = [
"y": "65.5",
"z": "29711.6"
},
{
"gameName": "varna",
"realName": "Варна",
"country": "bulgaria",
"x": "69573.8",
"y": "60",
"z": "38672.4"
},
{
"gameName": "veliko",
"realName": "Велико Търново",
Expand Down

0 comments on commit 4bbce13

Please sign in to comment.