(fit, ship, context, projectionRange, **kwargs)
| 35262 | |
| 35263 | @staticmethod |
| 35264 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 35265 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Medium Drone Operation'), |
| 35266 | 'hp', ship.getModifiedItemAttr('shipBonusRole8'), **kwargs) |
| 35267 | |
| 35268 | |
| 35269 | class Effect7185(BaseEffect): |
nothing calls this directly
no test coverage detected