View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0027541 | AI War 2 | GUI | Jul 26, 2022 12:30 pm | Jul 29, 2022 5:33 pm | |
Reporter | Scourge | Assigned To | |||
Severity | minor | ||||
Status | new | Resolution | open | ||
Product Version | 5.502 No More Overlord Doubling | ||||
Summary | 0027541: Orchid flagship's Rescue Spores are counted toward metal lost in the ongoing battle tooltip | ||||
Description | Rescue Spores are units which are spawned for free by the Orchid flagship. However, they have a tooltip metal cost of 50,000. This metal cost is counted toward the "Friendly metal lost this battle" tally (see screenshot). | ||||
Tags | No tags attached. | ||||
|
|
|
As far as I know this is working as designed. There isn't a metal cost for drones built from your support factories etc., but they still count toward metal lost in the battle - and as far as I know, can also still contribute to counterattacks. |
|
Hi Sage, I looked into it and found that drones aren't counted toward counterattacks; see below. It turns out that Rescue Spores are themselves considered drones, which is why they don't count toward counterattacks (thank god). Given that, I would actually extend this idea to all drones. Since they don't cost metal and don't trigger counterattacks, it seems that adding them to the metal lost figure is a bit misleading. Scenario_BaseScenario.cs:1168-1406 --- public virtual void DoOnAnyDeathLogic_HostOnly_AfterFullDeathOrPartOfStackDeath(...) { ... //Handle AI counterattack stuff and stats if ( FiringSystemOrNull != null && entity.Planet != null && !entity.TypeData.IsDrone) //drones don't generate salvage { ... } ... } (also I threw about 5 million metal worth of drones at an AI planet to make absolutely sure) |
|
They don't contribute towards AI counter attacks directly... but they can contribute in other ways. Especially if you are poking non-AI factions that actually make use of metabolism. Or that gain value from any and all kills on planets with their structures like Dark Spire. So indeed metal loss is still quite valid. |
|
If it was up to me, the change I would make is to make drones contribute to counterattacks across the board. I personally think it's bizarre that they don't. |
Date Modified | Username | Field | Change |
---|---|---|---|
Jul 26, 2022 12:30 pm | Scourge | New Issue | |
Jul 26, 2022 12:30 pm | Scourge | File Added: image.png | |
Jul 28, 2022 9:03 pm | Strategic Sage | Note Added: 0067118 | |
Jul 28, 2022 11:07 pm | Scourge | Note Added: 0067119 | |
Jul 29, 2022 3:09 am | CRCGamer | Note Added: 0067120 | |
Jul 29, 2022 5:33 pm | Strategic Sage | Note Added: 0067121 |