(fit, ship, context, projectionRange, **kwargs)
| 35414 | |
| 35415 | @staticmethod |
| 35416 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 35417 | fit.ship.boostItemAttr('armorExplosiveDamageResonance', ship.getModifiedItemAttr('shipBonusPF2'), skill='Precursor Frigate', **kwargs) |
| 35418 | |
| 35419 | |
| 35420 | class Effect7209(BaseEffect): |
nothing calls this directly
no test coverage detected