(fit, ship, context, projectionRange, **kwargs)
| 21894 | |
| 21895 | @staticmethod |
| 21896 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21897 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Heavy Drone Operation'), |
| 21898 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 21899 | |
| 21900 | |
| 21901 | class Effect5805(BaseEffect): |
nothing calls this directly
no test coverage detected