(fit, ship, context, projectionRange, **kwargs)
| 19716 | |
| 19717 | @staticmethod |
| 19718 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19719 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'), |
| 19720 | 'armorDamageAmount', ship.getModifiedItemAttr('shipBonusATC2'), **kwargs) |
| 19721 | |
| 19722 | |
| 19723 | class Effect5367(BaseEffect): |
nothing calls this directly
no test coverage detected