Drones: Difference between revisions
More actions
vgwiki>Fankserver Drone Power section: corrections — bay UI Drone Power is cosmetic (NOT in aggregates); DronePower formula term is a separately rolled stat line; skill nodes add slots without diluting flat-stat inheritance |
vgwiki>Fankserver Separation of concerns: friendly Drone Power pointer (3 bullets + link to Damage § Drones); hardpoint-size paragraph moved here from Damage; remove duplicate Drone Mechanics Calculations block (lives on Damage); add See also section linking Power/Damage |
||
| Line 32: | Line 32: | ||
[[File:Drone mechanics v2.jpg|800px|thumb|right|Drone Power Distribution. Disclaimer: AI created image]] |
[[File:Drone mechanics v2.jpg|800px|thumb|right|Drone Power Distribution. Disclaimer: AI created image]] |
||
When a drone fires, |
Drones don't have their own isolated Power. When a drone fires, it draws from a '''shared pool''' built from the ship's matching activity Power (Combat/Mining/Salvage — see [[Power]]), the ship's <code>DronePower</code> stat, and the sum of every loaded drone's own Power. That pool is then sliced into per-drone attack power by the standard per-turret formula. |
||
In rough terms: |
|||
<pre> |
|||
shared pool = ship's PowerStat (its CombatPower / MiningPower / SalvagePower) |
|||
+ ship's DronePower (rolled stat line on the bay or other module) |
|||
+ sum of every loaded drone's own PowerStat (firing drone included) |
|||
</pre> |
|||
* Adding more drone slots adds firepower overall, but each individual drone's per-shot power drops slightly as the pool is shared more ways. |
|||
That pool is divided by the ship-wide <code>equivalentTurrets</code> (ship hardpoints '''plus''' drone slots of the same class), the stacking penalty is applied, then the drone turret's own size rating and weapon-model multiplier scale the slice. |
|||
* The bay's tooltip "Drone Power" figure is cosmetic — it tells you what each loaded drone's turret is rated at, not the actual stat used in damage math (see [[Power#DronePower vs. the bay's displayed "Drone Power" figure|Power § DronePower vs. the bay's displayed figure]]). |
|||
* Drone shots feed off ship Power, but the reverse is not true — drones' own Power does not contribute to '''ship''' turret damage. |
|||
| ⚫ | |||
'''Pools are effectively per class.''' Combat, mining, and salvage each see their own pool from the matching ship PowerStat. The drone-side sum has no class filter in code, but off-class drones report 0 for the irrelevant power stat, so a mixed bay's pools don't cross-pollute in practice. The <code>DronePower</code> stat line, when present, is added on top of every class pool the bay's drones use. |
|||
=== Drone hardpoint size === |
|||
'''The bay's UI "Drone Power" is not the same as the formula's <code>DronePower</code>.''' The figure shown on the drone bay item (<code>per-drone laser rating × slot count</code>) is cosmetic — it tells you what each loaded drone's turret is rated at, nothing more. The <code>DronePower</code> stat that feeds the pool is a separately rolled stat line on equipment (the bay item may roll it, may not). On most bays it's 0. |
|||
Drone turret size is baked into the drone prefab itself — the bay's size only controls '''how many''' drones launch, not their hardpoint class. In vanilla, every player-unlockable drone variant (mining laser, mining core / driller, salvage laser, salvage harpoon, combat laser, combat missile) carries a '''Small''' hardpoint. |
|||
'''Skill nodes add slots without diluting flat-stat inheritance.''' The <code>Drone Squad Expansion</code> / <code>Expanded Drone Control</code> skills raise the drone count without changing the bay item's underlying slot field, so each existing drone's share of commander flat stats stays the same — the new drones just join at the same share each. (The shared pool's slice per drone does shrink slightly as the bay's <code>equivalentTurrets</code> weight grows, but total drone-side DPS rises.) |
|||
'''Bay → ship is one-way.''' Drones' own per-turret power does '''not''' feed ship turrets — only the ship's own hardpoints and rolled stat lines contribute to a ship turret's attack power. The bay's UI Drone Power figure is never added to ship aggregate PowerStats. |
|||
| ⚫ | |||
== '''Drone Bays and Skills''' == |
== '''Drone Bays and Skills''' == |
||
| Line 102: | Line 96: | ||
[[File:Drone Bay View.png]] |
[[File:Drone Bay View.png]] |
||
== See also == |
|||
== '''Drone Mechanics Calculations''' == |
|||
<pre> |
|||
combatDronePool = commanderCombatPower + commanderDronePower + sum(all combat drones' CombatPower) |
|||
combatEquivalentTurrets = sum(ship combat turret ratings) + sum(combat drone ratings) |
|||
sharedCombatPower = combatDronePool / combatEquivalentTurrets |
|||
sharedCombatPowerAfterPenalty = sharedCombatPower * crowdPenalty |
|||
attackPowerPerDroneTurret = sharedCombatPowerAfterPenalty * droneTurretRating * droneTurretPowerMultiplier |
|||
damagePerShot = ( attackPowerPerDroneTurret / 5 ) * random(0.8 to 1.25) / defaultAttacksPerSecond |
|||
damageAfterCrit = damagePerShot * (2 + critDamage)^critCount |
|||
finalOutgoingDamage = damageAfterCrit * (1 + typeBonus + genericDamageBonus) |
|||
finalTakenDamage = finalOutgoingDamage * max(0.2, 1 - reduction - resist) |
|||
* '''[[Damage and mitigation#Drones|Damage and mitigation § Drones]]''' — drone shared-pool formula, per-stat inheritance, blocked-stat list, charts, worked example. |
|||
remainingDamage -> shield -> armor -> hull |
|||
* '''[[Power]]''' — what feeds each PowerStat, the Base Power mirror, <code>DronePower</code> vs. the bay's displayed figure. |
|||
</pre> |
|||
* '''[[Damage and mitigation]]''' — full damage / mitigation chain that drone shots run through. |
|||
[[Category:Game Concepts]] |
[[Category:Game Concepts]] |
||
Revision as of 12:24, 18 May 2026

Drones are autonomous craft deployed from a ship with a Drone Bay, which can be configured to do any type of activity - Combat, Mining or Salvage.
The individual setup of drones is entirely up to player. It's quite common to use drones for defence while main turrets are dedicated to mining, or vice versa.
ECHO can use drones, and will actively deploy them and returns them to the Ship when it decides to leave a POI. Player can also deploy them manually by clicking the "Deploy" button at the bottom of the screen.
Drones can be destroyed by environmental hazards or by enemy activity. When destroyed, the Drone Bay will manufacture new ones after a short delay. Leaving drones behind when doing an Emergency Jump is also not an issue, as the drones will be reset by the time they are re-deployed.
Drone types

Available Drone types depend on the Drone skills unlocked. Basic ones (mining laser, salvage laser, combat laser) are always available, while advanced drone types (mining core, salvage harpoon, combat missile) are unlocked by Advanced Drone Access skill.
|
|
|---|
Behaviour
Once released, drones act on their own for most activities. They can be re-focused on a single Object by double-clicking it - be it an asteroid or a combat vessel.
In combat all drones will focus the target clicked or that attacks the player first unless ordered otherwise.
While Mining or Salvage, once set free, drones start targeting everything in sight. When autopiloting/idling, ECHO will direct them to targets to focus on - whichever target ECHO chooses first.
Drone Power

Drones don't have their own isolated Power. When a drone fires, it draws from a shared pool built from the ship's matching activity Power (Combat/Mining/Salvage — see Power), the ship's DronePower stat, and the sum of every loaded drone's own Power. That pool is then sliced into per-drone attack power by the standard per-turret formula.
In rough terms:
- Adding more drone slots adds firepower overall, but each individual drone's per-shot power drops slightly as the pool is shared more ways.
- The bay's tooltip "Drone Power" figure is cosmetic — it tells you what each loaded drone's turret is rated at, not the actual stat used in damage math (see Power § DronePower vs. the bay's displayed figure).
- Drone shots feed off ship Power, but the reverse is not true — drones' own Power does not contribute to ship turret damage.
For the exact pool formula, the per-stat inheritance rule (which ship buffs reach the drone, and how much), the blocked-stat list, player-only skill paths, charts, and a full worked example, see Damage and mitigation § Drones.
Drone hardpoint size
Drone turret size is baked into the drone prefab itself — the bay's size only controls how many drones launch, not their hardpoint class. In vanilla, every player-unlockable drone variant (mining laser, mining core / driller, salvage laser, salvage harpoon, combat laser, combat missile) carries a Small hardpoint.
Drone Bays and Skills
Drone Bays exist in all rarities and sizes. Depending on the Size the bay can store and control different amounts of Drones.
There are 2 Drone Bay exclusive Aspects that increase the maximum Amount of Drones that can be stored and controlled.
Unassigned Drones
If a Drone Bay has free/unassigned drone Slots, the game will fill them up randomly. It's best to choose Drones until all slots are filled.
See also
- Damage and mitigation § Drones — drone shared-pool formula, per-stat inheritance, blocked-stat list, charts, worked example.
- Power — what feeds each PowerStat, the Base Power mirror,
DronePowervs. the bay's displayed figure. - Damage and mitigation — full damage / mitigation chain that drone shots run through.





