(fit, ship, context, projectionRange, **kwargs)
| 9882 | |
| 9883 | @staticmethod |
| 9884 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 9885 | fit.ship.boostItemAttr('armorThermalDamageResonance', ship.getModifiedItemAttr('eliteBonusGunship1'), |
| 9886 | skill='Assault Frigates', **kwargs) |
| 9887 | |
| 9888 | |
| 9889 | class Effect3243(BaseEffect): |
nothing calls this directly
no test coverage detected