(fit, ship, context, projectionRange, **kwargs)
| 22129 | |
| 22130 | @staticmethod |
| 22131 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22132 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Light Drone Operation'), |
| 22133 | 'armorHP', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 22134 | |
| 22135 | |
| 22136 | class Effect5819(BaseEffect): |
nothing calls this directly
no test coverage detected