Fix : Vehicles - NRG Management #49
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Maximum Energy & Current is changed automatically by the Activated Energy.
Example:
Energy Drainer Module is added to the vehcile Modules.
Energy Drainer has NRG Cost: 2
If the Energy Drainer Module is activated:
- it adds NRG COST (2) to ACT NRG (To show that something is activated at a glance and how much is being used)
- it then reduces the MAX NRG by NRG Cost (2)
- it then reduces CUR NRG by NRG COST (2)
If at any point there is not enough NRG in CUR NRG to activate the Module display a message 'The Vehicle does not have enough Energy to Activate this module at this time'
When the Energy Drainer is Deactivated:
- it reduces the ACT NRG by the NRG Cost (2)
- it then increases the MAX NRG by the NRG Cost (2)