(fit, ship, context, projectionRange, **kwargs)
| 6641 | |
| 6642 | @staticmethod |
| 6643 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 6644 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 6645 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusGB2'), |
| 6646 | skill='Gallente Battleship', **kwargs) |
| 6647 | |
| 6648 | |
| 6649 | class Effect2188(BaseEffect): |
nothing calls this directly
no test coverage detected