(fit, ship, context, projectionRange, **kwargs)
| 22230 | |
| 22231 | @staticmethod |
| 22232 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22233 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Medium Drone Operation'), |
| 22234 | 'shieldCapacity', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 22235 | |
| 22236 | |
| 22237 | class Effect5825(BaseEffect): |
nothing calls this directly
no test coverage detected