(fit, src, context, projectionRange, **kwargs)
| 25931 | |
| 25932 | @staticmethod |
| 25933 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25934 | fit.ship.boostItemAttr('armorKineticDamageResonance', src.getModifiedItemAttr('shipBonusGD2'), |
| 25935 | skill='Gallente Destroyer', **kwargs) |
| 25936 | |
| 25937 | |
| 25938 | class Effect6341(BaseEffect): |
nothing calls this directly
no test coverage detected