(fit, src, context, projectionRange, **kwargs)
| 25947 | |
| 25948 | @staticmethod |
| 25949 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25950 | fit.ship.boostItemAttr('armorEmDamageResonance', src.getModifiedItemAttr('shipBonusGD2'), |
| 25951 | skill='Gallente Destroyer', **kwargs) |
| 25952 | |
| 25953 | |
| 25954 | class Effect6342(BaseEffect): |
nothing calls this directly
no test coverage detected