1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-10 00:43:59 +02:00
vcmi/config/ai/nkai/nkai-settings.json

13 lines
336 B
JSON
Raw Normal View History

2024-02-25 12:39:19 +02:00
{
"maxRoamingHeroes" : 8,
"maxpass" : 30,
"mainHeroTurnDistanceLimit" : 10,
"scoutHeroTurnDistanceLimit" : 5,
"maxGoldPressure" : 0.3,
2024-05-19 09:04:45 +02:00
"useTroopsFromGarrisons" : true,
"openMap": true,
2024-11-26 21:28:28 +02:00
"allowObjectGraph": false,
"pathfinderBucketsCount" : 1, // old value: 3,
2024-11-26 21:28:28 +02:00
"pathfinderBucketSize" : 32, // old value: 7,
"useFuzzy" : false
2024-02-25 12:39:19 +02:00
}