(fit, ship, context, projectionRange, **kwargs)
| 35279 | |
| 35280 | @staticmethod |
| 35281 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 35282 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Medium Drone Operation'), |
| 35283 | 'shieldCapacity', ship.getModifiedItemAttr('shipBonusRole8'), **kwargs) |
| 35284 | |
| 35285 | |
| 35286 | class Effect7186(BaseEffect): |
nothing calls this directly
no test coverage detected