View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0021593 | AI War 2 | Bug - Other | Sep 6, 2019 8:01 pm | Sep 9, 2019 6:04 pm | |
Reporter | RocketAssistedPuffin | Assigned To | BadgerBadger | ||
Status | resolved | Resolution | fixed | ||
Product Version | 0.886 Zombie Homebodies | ||||
Fixed in Version | 0.888 Astro Examination | ||||
Summary | 0021593: Command Stations grant their speed and damage effects while not fully constructed. | ||||
Description | Feels weird - you can snipe the AI Station then get the benefits of a Military instantly after, with no Engineers or anything. zeusalmighty also said this in Discord. Save tomorrow...again. | ||||
Tags | No tags attached. | ||||
|
Save has Concussion Corvettes attacking a Guard Post, dealing 144 damage each (need weapon activity detail enabled in tooltips for this). The rest of the force is on a slow group move around the planet. Build a Military Station, and the Corvettes will then do 180 damage, and the group moving force will go faster (exaggerated if you build a Logistics instead). |
|
There are a few checks in PlanetFaction.cs::DoPlanetFactionStepLogic() in the regions for #region attack multiplier and #region speed multiplier I think we need to check in here for if ( entity.SelfBuildingMetalRemaining > FInt.Zero ) return DelReturn.Continue; if ( entity.SecondsSpentAsRemains >= 0 ) return DelReturn.Continue; |
|
Fixed! |
Date Modified | Username | Field | Change |
---|---|---|---|
Sep 6, 2019 8:01 pm | RocketAssistedPuffin | New Issue | |
Sep 7, 2019 8:02 am | RocketAssistedPuffin | File Added: CommandStationBoostNotFinished2.save | |
Sep 7, 2019 8:02 am | RocketAssistedPuffin | Note Added: 0052906 | |
Sep 9, 2019 3:43 pm | BadgerBadger | Note Added: 0052952 | |
Sep 9, 2019 6:04 pm | BadgerBadger | Assigned To | => BadgerBadger |
Sep 9, 2019 6:04 pm | BadgerBadger | Status | new => resolved |
Sep 9, 2019 6:04 pm | BadgerBadger | Resolution | open => fixed |
Sep 9, 2019 6:04 pm | BadgerBadger | Fixed in Version | => 0.888 Astro Examination |
Sep 9, 2019 6:04 pm | BadgerBadger | Note Added: 0052964 |