How to modify bonus to movement to some units ?

MonsieurBibo

Chieftain
Joined
Apr 22, 2022
Messages
3
Hello,

I'm just starting to create mods, so I'd like to get started by slowing down certain units on certain tiles. Is this feasible, or is it hardcoded in the game?

Thanks in advance for your answers.
 
All of the movement points of units are editable in the Units table, I think. You should look in the Tutorials forum for editing and looking at SQL tables, or here
 
You should learn modifiers concept, then look at dynamic modifier MODIFIER_PLAYER_UNIT_ADJUST_MOVEMENT for examples.
 
Back
Top Bottom