(fit, src, context, projectionRange, **kwargs)
| 33519 | |
| 33520 | @staticmethod |
| 33521 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33522 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'), 'armorDamageAmount', |
| 33523 | src.getModifiedItemAttr('eliteBonusCovertOps4'), skill='Covert Ops', **kwargs) |
| 33524 | |
| 33525 | |
| 33526 | class Effect6999(BaseEffect): |
nothing calls this directly
no test coverage detected