(fit, ship, context, projectionRange, **kwargs)
| 23975 | |
| 23976 | @staticmethod |
| 23977 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23978 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Light Drone Operation'), |
| 23979 | 'shieldCapacity', ship.getModifiedItemAttr('shipBonusGC2'), skill='Gallente Cruiser', **kwargs) |
| 23980 | |
| 23981 | |
| 23982 | class Effect6063(BaseEffect): |
nothing calls this directly
no test coverage detected