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:
@@ -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)
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user