MegaMek / mekhq

MekHQ is a java helper program for the MegaMek game that allows users to load a list of entities from an XML file, perform repairs and customizations, and then save the new entities to another XML file that can be loaded into MegaMek.
http://megamek.org
131 stars 168 forks source link

RFE Player Reinforcement easy stopgap improvement #4721

Open DynamicWorlds opened 2 weeks ago

DynamicWorlds commented 2 weeks ago

When deploying reinforcements, have the system only able to draw from Support Points and not automatically convert a Victory Point to a Support Point when SP is 0. This would enable some degree of manual control over deploying via reinforcement rolls by leaving it up to the player to choose to manually convert VP to SP to make them available for reinforcements and allow reinforcements while still keeping VP above 0 as is specified by some missions.

It would also be easy to code and require minimal, if any, UI changes, making it a minimalist way of taking a full step toward full manual control of reinforcements

Thom293 commented 2 weeks ago

I may not be understanding this - but I think what you are suggesting is already possible. Go to the map tab and top right there should be a "Manage VP/SP" button. Should have this and other option there.

DynamicWorlds commented 2 weeks ago

I may not be understanding this - but I think what you are suggesting is already possible. Go to the map tab and top right there should be a "Manage VP/SP" button. Should have this and other option there.

what I'm suggesting is that when you reinforce, if you have no SP it does a reinforcement roll rather than automatically using a VP instead of the usual SP

Thom293 commented 2 weeks ago

ohh. it automatically eats a VP if you have no SP?

Yeah. Then this is a good idea.