(fit, ship, context, projectionRange, **kwargs)
| 5414 | |
| 5415 | @staticmethod |
| 5416 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5417 | fit.ship.boostItemAttr('armorKineticDamageResonance', ship.getModifiedItemAttr('shipBonusAF'), |
| 5418 | skill='Amarr Frigate', **kwargs) |
| 5419 | |
| 5420 | |
| 5421 | class Effect1807(BaseEffect): |
nothing calls this directly
no test coverage detected