(fit, src, context, projectionRange, **kwargs)
| 25963 | |
| 25964 | @staticmethod |
| 25965 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25966 | fit.ship.boostItemAttr('armorThermalDamageResonance', src.getModifiedItemAttr('shipBonusGD2'), |
| 25967 | skill='Gallente Destroyer', **kwargs) |
| 25968 | |
| 25969 | |
| 25970 | class Effect6343(BaseEffect): |
nothing calls this directly
no test coverage detected