(fit, ship, context, projectionRange, **kwargs)
| 35296 | |
| 35297 | @staticmethod |
| 35298 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 35299 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Medium Drone Operation'), |
| 35300 | 'armorHP', ship.getModifiedItemAttr('shipBonusRole8'), **kwargs) |
| 35301 | |
| 35302 | |
| 35303 | class Effect7193(BaseEffect): |
nothing calls this directly
no test coverage detected