Robosturm / Commander_Wars

The aim of this project is to create an Advance Wars Clone with a lot of additions customizations and modding support. For Contact Inforamtion see the wiki page. Take a view on the game.
https://github.com/Robosturm/Commander_Wars/releases
GNU Lesser General Public License v3.0
213 stars 33 forks source link

Feature request: CO getEnemyMovementpointModifier() #1769

Closed XnKradst closed 5 months ago

XnKradst commented 6 months ago

Here's a small request. So I noticed getEnemyMovementpointModifier doesn't actually exist as a function for COs, which is a bit surprising since enemy functions for pretty much every other stat have been added a while ago. I understand too many of these functions might affect performance, but this one feels like it should exist.

(I know getMovementcostModifier affects every player, but that affects movement costs, not points. It can be used to simulate -1 movement to enemy players, but COs like Sturm would be immune to it.)

FruityGumGuiltyFruit commented 6 months ago

I also would like to see this in the game.