1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Change fly spell to match SoD behavior rather than HotA by default

This commit is contained in:
M 2024-05-01 16:08:23 +02:00
parent 45e35f357d
commit 6888b9157a

View File

@ -135,7 +135,7 @@
"object" : 256,
"terrain" : 10,
"river" : 5,
"road" : 4,
"road" : 4
},
"mapFormat" : {
@ -391,7 +391,7 @@
// if enabled and hero has whirlpool protection effect, pathfinder will take use of whirpools
"useWhirlpool" : true,
// if enabled flying will work like in original game, otherwise nerf similar to HotA flying is applied
"originalFlyRules" : false
"originalFlyRules" : true
},
"spells":