(fit, src, context, projectionRange, **kwargs)
| 30850 | |
| 30851 | @staticmethod |
| 30852 | def handler(fit, src, context, projectionRange, **kwargs): |
| 30853 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'), |
| 30854 | 'armorDamageAmount', src.getModifiedItemAttr('armorRepairBonus'), **kwargs) |
| 30855 | |
| 30856 | |
| 30857 | class Effect6709(BaseEffect): |
nothing calls this directly
no test coverage detected