(fit, ship, context, projectionRange, **kwargs)
| 35384 | |
| 35385 | @staticmethod |
| 35386 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 35387 | fit.ship.boostItemAttr('armorKineticDamageResonance', ship.getModifiedItemAttr('shipBonusPF2'), skill='Precursor Frigate', **kwargs) |
| 35388 | |
| 35389 | |
| 35390 | class Effect7206(BaseEffect): |
nothing calls this directly
no test coverage detected