(fit, ship, context, projectionRange, **kwargs)
| 21990 | |
| 21991 | @staticmethod |
| 21992 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21993 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Heavy Drone Operation'), |
| 21994 | 'hp', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 21995 | |
| 21996 | |
| 21997 | class Effect5811(BaseEffect): |
nothing calls this directly
no test coverage detected