(fit, ship, context, projectionRange, **kwargs)
| 34983 | |
| 34984 | @staticmethod |
| 34985 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 34986 | fit.ship.boostItemAttr('armorKineticDamageResonance', ship.getModifiedItemAttr('shipBonusPBC2'), |
| 34987 | skill='Precursor Battlecruiser', **kwargs) |
| 34988 | |
| 34989 | |
| 34990 | class Effect7159(BaseEffect): |
nothing calls this directly
no test coverage detected