(fit, src, context, projectionRange, **kwargs)
| 29308 | |
| 29309 | @staticmethod |
| 29310 | def handler(fit, src, context, projectionRange, **kwargs): |
| 29311 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Burst Projector Operation'), |
| 29312 | 'durationWeaponDisruptionBurstProjector', |
| 29313 | src.getModifiedItemAttr('shipBonusSupercarrierA4'), skill='Amarr Carrier', **kwargs) |
| 29314 | |
| 29315 | |
| 29316 | class Effect6616(BaseEffect): |
nothing calls this directly
no test coverage detected