(fit, ship, context, projectionRange, **kwargs)
| 20057 | |
| 20058 | @staticmethod |
| 20059 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20060 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 20061 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusAB'), skill='Amarr Battleship', **kwargs) |
| 20062 | |
| 20063 | |
| 20064 | class Effect5418(BaseEffect): |
nothing calls this directly
no test coverage detected