(fit, ship, context, projectionRange, **kwargs)
| 19194 | |
| 19195 | @staticmethod |
| 19196 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19197 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 19198 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusABC2'), |
| 19199 | skill='Amarr Battlecruiser', **kwargs) |
| 19200 | |
| 19201 | |
| 19202 | class Effect5331(BaseEffect): |
nothing calls this directly
no test coverage detected