(fit, src, context, projectionRange, **kwargs)
| 29342 | |
| 29343 | @staticmethod |
| 29344 | def handler(fit, src, context, projectionRange, **kwargs): |
| 29345 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Burst Projector Operation'), |
| 29346 | 'durationSensorDampeningBurstProjector', |
| 29347 | src.getModifiedItemAttr('shipBonusSupercarrierG4'), skill='Gallente Carrier', **kwargs) |
| 29348 | |
| 29349 | |
| 29350 | class Effect6618(BaseEffect): |
nothing calls this directly
no test coverage detected