(fit, ship, context, projectionRange, **kwargs)
| 9914 | |
| 9915 | @staticmethod |
| 9916 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 9917 | fit.ship.boostItemAttr('armorExplosiveDamageResonance', ship.getModifiedItemAttr('eliteBonusGunship1'), |
| 9918 | skill='Assault Frigates', **kwargs) |
| 9919 | |
| 9920 | |
| 9921 | class Effect3264(BaseEffect): |
nothing calls this directly
no test coverage detected