-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Buff UEF ACU Drone's rebuild costs (#6591)
UEF ACU drone rebuild costs Mass: 160 -> 60 Energy: 1600 -> 800 Buildtime: 400 -> 200 - The drone build time is now affected by the ACU's buildpower. - After testing the rebuilding during a stall, it seems like `CreateEconomyEvent` works in blocks of buildtime in the same way as silos. Reworking the drone rebuild process to be the same as the kennel's (`TPodTowerUnit`) would fix this. - The Drone auto-rebuild toggle is still using the very old gpg system of removing the drone enhancement when the drone dies. To implement it correctly there would have to be some UI data set on the ACU to create a "rebuild drone" button when the drone is destroyed but not rebuilding, and then that button would issue a sim callback or script task order that initiates the drone rebuild sim-side.
- Loading branch information
Showing
4 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
- (#6591) Buff UEF ACU Drone's rebuild costs by making it half the upgrade's cost. Previously it was too high due to not being changed alongside the upgrade's cost, and had an unreasonable drain for a T1 economy. | ||
Additionally, the drone now rebuilds based off the ACU's buildpower instead of a hardcoded 10 seconds. | ||
|
||
- UEF ACU Drone: | ||
- Rebuild mass cost: 160 -> 60 | ||
- Rebuild energy cost: 1600 -> 800 | ||
- Rebuild time: 10 seconds -> 200 buildtime |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters