1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-04-13 11:40:38 +02:00

Fix json config

This commit is contained in:
Ivan Savenko 2024-11-26 19:28:28 +00:00
parent 5332ad59a4
commit 2f98943469
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
"maxGoldPressure" : 0.3, "maxGoldPressure" : 0.3,
"useTroopsFromGarrisons" : true, "useTroopsFromGarrisons" : true,
"openMap": true, "openMap": true,
"allowObjectGraph": false "allowObjectGraph": false,
"pathfinderBucketsCount" : 1, // old value: 3, "pathfinderBucketsCount" : 1, // old value: 3,
"pathfinderBucketSize" : 32 // old value: 7, "pathfinderBucketSize" : 32, // old value: 7,
"useFuzzy" : false "useFuzzy" : false
} }

View File

@ -501,7 +501,7 @@
"queen" : { "wood" : 275 , "mercury" : 100, "ore" : 275, "sulfur" : 100, "crystal" : 100, "gems" : 100, "gold" : 175}, "queen" : { "wood" : 275 , "mercury" : 100, "ore" : 275, "sulfur" : 100, "crystal" : 100, "gems" : 100, "gold" : 175},
"king" : { "wood" : 375 , "mercury" : 200, "ore" : 375, "sulfur" : 200, "crystal" : 200, "gems" : 200, "gold" : 350} "king" : { "wood" : 375 , "mercury" : 200, "ore" : 375, "sulfur" : 200, "crystal" : 200, "gems" : 200, "gold" : 350}
} }
} },
"spells": "spells":
{ {