(fit, src, context, projectionRange, **kwargs)
| 33703 | |
| 33704 | @staticmethod |
| 33705 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33706 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), 'emDamage', |
| 33707 | src.getModifiedItemAttr('eliteBonusGunship1'), skill='Assault Frigates', **kwargs) |
| 33708 | |
| 33709 | |
| 33710 | class Effect7016(BaseEffect): |
nothing calls this directly
no test coverage detected