(fit, ship, context, projectionRange, **kwargs)
| 9898 | |
| 9899 | @staticmethod |
| 9900 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 9901 | fit.ship.boostItemAttr('armorKineticDamageResonance', ship.getModifiedItemAttr('eliteBonusGunship1'), |
| 9902 | skill='Assault Frigates', **kwargs) |
| 9903 | |
| 9904 | |
| 9905 | class Effect3244(BaseEffect): |
nothing calls this directly
no test coverage detected