(fit, booster, context, projectionRange, **kwargs)
| 19682 | |
| 19683 | @staticmethod |
| 19684 | def handler(fit, booster, context, projectionRange, **kwargs): |
| 19685 | fit.modules.filteredItemBoost( |
| 19686 | lambda mod: mod.item.requiresSkill('Repair Systems') or mod.item.requiresSkill('Capital Repair Systems'), |
| 19687 | 'armorDamageAmount', booster.getModifiedItemAttr('armorDamageAmountBonus') or 0, **kwargs) |
| 19688 | |
| 19689 | |
| 19690 | class Effect5365(BaseEffect): |
nothing calls this directly
no test coverage detected