(fit, ship, context, projectionRange, **kwargs)
| 21958 | |
| 21959 | @staticmethod |
| 21960 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21961 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Heavy Drone Operation'), |
| 21962 | 'shieldCapacity', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 21963 | |
| 21964 | |
| 21965 | class Effect5809(BaseEffect): |
nothing calls this directly
no test coverage detected