(fit, ship, context, projectionRange, **kwargs)
| 9866 | |
| 9867 | @staticmethod |
| 9868 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 9869 | fit.ship.boostItemAttr('armorEmDamageResonance', ship.getModifiedItemAttr('eliteBonusGunship1'), |
| 9870 | skill='Assault Frigates', **kwargs) |
| 9871 | |
| 9872 | |
| 9873 | class Effect3242(BaseEffect): |
nothing calls this directly
no test coverage detected