(fit, ship, context, projectionRange, **kwargs)
| 16316 | |
| 16317 | @staticmethod |
| 16318 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16319 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 16320 | 'shieldCapacity', ship.getModifiedItemAttr('shipBonusGF2'), skill='Gallente Frigate', **kwargs) |
| 16321 | |
| 16322 | |
| 16323 | class Effect4901(BaseEffect): |
nothing calls this directly
no test coverage detected