1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-09-16 09:26:28 +02:00

defaultMods: comment army movement

This commit is contained in:
Konstantin
2023-03-16 17:58:46 +03:00
parent 4c4498b22a
commit 77ebe05491

View File

@@ -86,7 +86,10 @@
"valueType" : "BASE_NUMBER",
"updater" : {
"type" : "ARMY_MOVEMENT", //Enable army movement bonus
"parameters" : [20, 3, 10, 700]
"parameters" : [20, //Movement points for lowest speed numerator
3, //Movement points for lowest speed denominator
10, //Resulting improper fraction will be multiplied by this number
700] //All army movement bonus cannot be higher than this value (so, max movement will be 1300 + 700 for this settings)
}
},
{