mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-11 11:31:52 +02:00
Fix json config
This commit is contained in:
parent
5332ad59a4
commit
2f98943469
@ -6,8 +6,8 @@
|
||||
"maxGoldPressure" : 0.3,
|
||||
"useTroopsFromGarrisons" : true,
|
||||
"openMap": true,
|
||||
"allowObjectGraph": false
|
||||
"allowObjectGraph": false,
|
||||
"pathfinderBucketsCount" : 1, // old value: 3,
|
||||
"pathfinderBucketSize" : 32 // old value: 7,
|
||||
"pathfinderBucketSize" : 32, // old value: 7,
|
||||
"useFuzzy" : false
|
||||
}
|
@ -501,7 +501,7 @@
|
||||
"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}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"spells":
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user