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

13 lines
334 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,
"allowObjectGraph": false
"pathfinderBucketsCount" : 1, // old value: 3,
"pathfinderBucketSize" : 32 // old value: 7,
"useFuzzy" : false
2024-02-25 12:39:19 +02:00
}