(fit, src, context, projectionRange, **kwargs)
| 33671 | |
| 33672 | @staticmethod |
| 33673 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33674 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), 'kineticDamage', |
| 33675 | src.getModifiedItemAttr('eliteBonusGunship1'), skill='Assault Frigates', **kwargs) |
| 33676 | |
| 33677 | |
| 33678 | class Effect7014(BaseEffect): |
nothing calls this directly
no test coverage detected