(fit, ship, context, projectionRange, **kwargs)
| 35031 | |
| 35032 | @staticmethod |
| 35033 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 35034 | fit.ship.boostItemAttr('armorExplosiveDamageResonance', ship.getModifiedItemAttr('shipBonusPBC2'), |
| 35035 | skill='Precursor Battlecruiser', **kwargs) |
| 35036 | |
| 35037 | |
| 35038 | class Effect7162(BaseEffect): |
nothing calls this directly
no test coverage detected