Hold / root with a spell or effect.

Does anyone know of a way to hold / root a unit (with a spell or effect,) without them losing their turn completely so they could still attack or cast a spell, with the XML?  As far as I can tell minimum combat speed = 1.  I know about ChanceToLoseNextTurn; it's not what I'm looking for.

Thanks.

7,980 views 6 replies
Reply #1 Top

I think you can alter the movement cost, but I think you will still move 1 square. However, it would be a choice of either attacking multiple times or moving one square, unlike just reducing combat speed.

Reply #2 Top


Does anyone know of a way to hold / root a unit (with a spell or effect,) without them losing their turn completely so they could still attack or cast a spell, with the XML?  As far as I can tell minimum combat speed = 1.  I know about ChanceToLoseNextTurn; it's not what I'm looking for.

Thanks.

End of quote

As far as I know, there is no way to make a unit incapable of moving. As NJ stated, you can up the cost for movement to something crazy, but the game uses a upper bound rounding to determine if you have the AP to do an action. So, even if you set a super high move cost, 1 combat speed will be more than enough to move one square, do one attack, cast one spell. Now, NJ is not completely correct here. The unit can only do one thing because his combat speed is 1, and 1 is the min cost of an action. However, if the unit has say 3 combat speed, then even with a super high move cost the unit will be able to attack twice or cast a spell and still move 1 square. Though, this assumes that the unit attacks twice first then moves, or else the single space move will take all the AP at first.

Reply #3 Top

So you can adjust the tactical movement cost without upsetting combat speed?  What would the GameModifier be for that? 

EDIT: NM after re-reading I understand your point.  Thanks for the insight.

 

Reply #4 Top

UnitStat_TacticalMovementCostMultiplier

Default is 1 which means 2 AP cost. Reduce to 0.5 to pay 1 Ap, or increase to 1.5 to pay 3 AP.

Reply #5 Top

Ah.  That is handy indeed.

 

Thanks for the help all.

Reply #6 Top

Ah.  That is handy indeed.

 

Thanks for the help all.