(fit, ship, context, projectionRange, **kwargs)
| 22111 | |
| 22112 | @staticmethod |
| 22113 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22114 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Light Drone Operation'), |
| 22115 | 'hp', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 22116 | |
| 22117 | |
| 22118 | class Effect5818(BaseEffect): |
nothing calls this directly
no test coverage detected