(fit, ship, context, projectionRange, **kwargs)
| 19178 | |
| 19179 | @staticmethod |
| 19180 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19181 | fit.ship.boostItemAttr('armorThermalDamageResonance', ship.getModifiedItemAttr('shipBonusABC1'), |
| 19182 | skill='Amarr Battlecruiser', **kwargs) |
| 19183 | |
| 19184 | |
| 19185 | class Effect5326(BaseEffect): |
nothing calls this directly
no test coverage detected