(fit, ship, context, projectionRange, **kwargs)
| 22214 | |
| 22215 | @staticmethod |
| 22216 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22217 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Medium Drone Operation'), |
| 22218 | 'armorHP', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 22219 | |
| 22220 | |
| 22221 | class Effect5824(BaseEffect): |
nothing calls this directly
no test coverage detected