mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-14 10:12:59 +02:00
7b407b6432
It is now possible to switch to an AI-variant that uses hand-written heuristics for decision-making rather than the FuzzyLite-engine. This is configurable in nkai-settings.json via the new parameter "useFuzzy".
10 lines
220 B
JSON
10 lines
220 B
JSON
{
|
|
"maxRoamingHeroes" : 8,
|
|
"maxpass" : 30,
|
|
"mainHeroTurnDistanceLimit" : 10,
|
|
"scoutHeroTurnDistanceLimit" : 5,
|
|
"maxGoldPressure" : 0.3,
|
|
"useTroopsFromGarrisons" : true,
|
|
"openMap": true,
|
|
"allowObjectGraph": false
|
|
} |