(fit, src, context, projectionRange, **kwargs)
| 34877 | |
| 34878 | @staticmethod |
| 34879 | def handler(fit, src, context, projectionRange, **kwargs): |
| 34880 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Medium Precursor Weapon'), 'damageMultiplierBonusPerCycle', |
| 34881 | src.getModifiedItemAttr('eliteBonusReconShip3'), skill='Recon Ships', **kwargs) |
| 34882 | |
| 34883 | |
| 34884 | class Effect7142(BaseEffect): |
nothing calls this directly
no test coverage detected