(fit, ship, context, projectionRange, **kwargs)
| 35369 | |
| 35370 | @staticmethod |
| 35371 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 35372 | fit.ship.boostItemAttr('armorEmDamageResonance', ship.getModifiedItemAttr('shipBonusPF2'), skill='Precursor Frigate', **kwargs) |
| 35373 | |
| 35374 | |
| 35375 | class Effect7205(BaseEffect): |
nothing calls this directly
no test coverage detected