(fit, ship, context, projectionRange, **kwargs)
| 36365 | |
| 36366 | @staticmethod |
| 36367 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 36368 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 36369 | 'maxRange', ship.getModifiedItemAttr('eliteBonusCommandShips1'), |
| 36370 | skill='Command Ships', **kwargs) |
| 36371 | |
| 36372 | |
| 36373 | class Effect8072(BaseEffect): |
nothing calls this directly
no test coverage detected