Warhammer 40,000: Gladius - Relics of War

Warhammer 40,000: Gladius - Relics of War

Create and Share Custom Mods
The best mods for Warhammer 40,000: Gladius live here. Mods are made by players, for players and are not officially licensed by Games Workshop. Click 'Learn More' below to read our Modder’s Guide.
Learn More
How to make a teleport ability that has range limits instead of just visible tile
I checked out this kind of abilities and try to add this inside the action
<beginTargets>
<target rangeMax="4">
</target>
</beginTargets>
It wont cause crush, however not really work as well: the skill can still choose any location tile that is visible and not occupied. Since teleport is not like adjusting units' combat states, I can't see a way to use generic action. Any one can help me out?