(fit, ship, context, projectionRange, **kwargs)
| 22198 | |
| 22199 | @staticmethod |
| 22200 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22201 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Medium Drone Operation'), |
| 22202 | 'hp', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 22203 | |
| 22204 | |
| 22205 | class Effect5823(BaseEffect): |
nothing calls this directly
no test coverage detected