(fit, ship, context, projectionRange, **kwargs)
| 21974 | |
| 21975 | @staticmethod |
| 21976 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21977 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Heavy Drone Operation'), |
| 21978 | 'armorHP', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 21979 | |
| 21980 | |
| 21981 | class Effect5810(BaseEffect): |
nothing calls this directly
no test coverage detected