(fit, ship, context, projectionRange, **kwargs)
| 35399 | |
| 35400 | @staticmethod |
| 35401 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 35402 | fit.ship.boostItemAttr('armorThermalDamageResonance', ship.getModifiedItemAttr('shipBonusPF2'), skill='Precursor Frigate', **kwargs) |
| 35403 | |
| 35404 | |
| 35405 | class Effect7207(BaseEffect): |
nothing calls this directly
no test coverage detected