(fit, ship, context, projectionRange, **kwargs)
| 3589 | |
| 3590 | @staticmethod |
| 3591 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3592 | fit.extraAttributes.increase('droneControlRange', ship.getModifiedItemAttr('eliteBonusHeavyGunship1'), |
| 3593 | skill='Heavy Assault Cruisers', **kwargs) |
| 3594 | |
| 3595 | |
| 3596 | class Effect1087(BaseEffect): |
nothing calls this directly
no test coverage detected