(fit, src, context, projectionRange, **kwargs)
| 25979 | |
| 25980 | @staticmethod |
| 25981 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25982 | fit.ship.boostItemAttr('armorExplosiveDamageResonance', src.getModifiedItemAttr('shipBonusGD2'), |
| 25983 | skill='Gallente Destroyer', **kwargs) |
| 25984 | |
| 25985 | |
| 25986 | class Effect6350(BaseEffect): |
nothing calls this directly
no test coverage detected