= How to port your A24 mod to A25 = This lists (most) of the template-changing commits, and how to fix them. === r24953 === In UnitAI, the `NaturalBehaviour` of animals was deprecated in favour of more options for `Stance`s. As a consequense of significant changes in UnitAI for animals (they can behave more like other units now), animals now need vision range to attack and chase. === r24960 === In Garrisonable, a `Size` now needs to be specified. === r24963 === In ResourceSupply, there is now an option for timers, hence `Amount` is changed to `Max` (with a possibility for `Initial`). One can use `find . -type f | xargs sed -i 's/Amount>/Max>/g'` to fix their templates.