(fit, src, context, projectionRange, **kwargs)
| 33503 | |
| 33504 | @staticmethod |
| 33505 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33506 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'), 'armorDamageAmount', |
| 33507 | src.getModifiedItemAttr('eliteBonusReconShip3'), skill='Recon Ships', **kwargs) |
| 33508 | |
| 33509 | |
| 33510 | class Effect6997(BaseEffect): |
nothing calls this directly
no test coverage detected