(fit, src, context, projectionRange, **kwargs)
| 33719 | |
| 33720 | @staticmethod |
| 33721 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33722 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), 'explosiveDamage', |
| 33723 | src.getModifiedItemAttr('eliteBonusGunship1'), skill='Assault Frigates', **kwargs) |
| 33724 | |
| 33725 | |
| 33726 | class Effect7017(BaseEffect): |
nothing calls this directly
no test coverage detected