mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-25 12:14:46 +02:00
Merge pull request #3871 from dydzio0614/gameconfig-tweak
Change fly spell rules to match SoD possibilities by default
This commit is contained in:
commit
d810aaa946
@ -135,7 +135,7 @@
|
|||||||
"object" : 256,
|
"object" : 256,
|
||||||
"terrain" : 10,
|
"terrain" : 10,
|
||||||
"river" : 5,
|
"river" : 5,
|
||||||
"road" : 4,
|
"road" : 4
|
||||||
},
|
},
|
||||||
|
|
||||||
"mapFormat" : {
|
"mapFormat" : {
|
||||||
@ -391,7 +391,7 @@
|
|||||||
// if enabled and hero has whirlpool protection effect, pathfinder will take use of whirpools
|
// if enabled and hero has whirlpool protection effect, pathfinder will take use of whirpools
|
||||||
"useWhirlpool" : true,
|
"useWhirlpool" : true,
|
||||||
// if enabled flying will work like in original game, otherwise nerf similar to HotA flying is applied
|
// if enabled flying will work like in original game, otherwise nerf similar to HotA flying is applied
|
||||||
"originalFlyRules" : false
|
"originalFlyRules" : true
|
||||||
},
|
},
|
||||||
|
|
||||||
"spells":
|
"spells":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user