r/heroes3 • u/Danthesuperdan • 4d ago
Remove rough terrain penalties
hi guys,
is there a way, to remove penalties for rough terrain in vcmi?
i think, starting in the swamp or the snow is much harder, than starting on stone ground or gras.
0
Upvotes
2
u/ivanvg VCMI developer 4d ago
What exactly are you asking?
Having pathfinding skill or having entire army native to the terrain will remove terrain penalties, both in H3 and in VCMI.
If you want to entirely remove / disable this mechanics from the game, you can make a mod that does this.
json { "name" : "No rough penalty", "description" : "Disables rough penalties for all terrains", "modType" : "Mechanics", "author": "Ivan", "contact": "https://vcmi.eu", "version" : "1.0", "settings" : { "bonuses" : { "perHero": { "noRoughPenalties" : { "type" : "ROUGH_TERRAIN_DISCOUNT", "val" : 100, "valueType" : "BASE_NUMBER" } } } } }