(fit, ship, context, projectionRange, **kwargs)
| 34999 | |
| 35000 | @staticmethod |
| 35001 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 35002 | fit.ship.boostItemAttr('armorThermalDamageResonance', ship.getModifiedItemAttr('shipBonusPBC2'), |
| 35003 | skill='Precursor Battlecruiser', **kwargs) |
| 35004 | |
| 35005 | |
| 35006 | class Effect7160(BaseEffect): |
nothing calls this directly
no test coverage detected