(fit, src, context, projectionRange, **kwargs)
| 33687 | |
| 33688 | @staticmethod |
| 33689 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33690 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), 'thermalDamage', |
| 33691 | src.getModifiedItemAttr('eliteBonusGunship1'), skill='Assault Frigates', **kwargs) |
| 33692 | |
| 33693 | |
| 33694 | class Effect7015(BaseEffect): |
nothing calls this directly
no test coverage detected