(fit, ship, context, projectionRange, **kwargs)
| 35015 | |
| 35016 | @staticmethod |
| 35017 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 35018 | fit.ship.boostItemAttr('armorEmDamageResonance', ship.getModifiedItemAttr('shipBonusPBC2'), |
| 35019 | skill='Precursor Battlecruiser', **kwargs) |
| 35020 | |
| 35021 | |
| 35022 | class Effect7161(BaseEffect): |
nothing calls this directly
no test coverage detected