(fit, src, context, projectionRange, **kwargs)
| 33736 | |
| 33737 | @staticmethod |
| 33738 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33739 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), 'aoeVelocity', |
| 33740 | src.getModifiedItemAttr('eliteBonusGunship2'), skill='Assault Frigates', **kwargs) |
| 33741 | |
| 33742 | |
| 33743 | class Effect7018(BaseEffect): |
nothing calls this directly
no test coverage detected