(fit, ship, context, projectionRange, **kwargs)
| 5396 | |
| 5397 | @staticmethod |
| 5398 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5399 | fit.ship.boostItemAttr('armorThermalDamageResonance', ship.getModifiedItemAttr('shipBonusAF'), |
| 5400 | skill='Amarr Frigate', **kwargs) |
| 5401 | |
| 5402 | |
| 5403 | class Effect1806(BaseEffect): |
nothing calls this directly
no test coverage detected