(cls, fit, booster, context, projectionRange, **kwargs)
| 7972 | |
| 7973 | @classmethod |
| 7974 | def handler(cls, fit, booster, context, projectionRange, **kwargs): |
| 7975 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in ('Armor Repair Unit', 'Ancillary Armor Repairer'), |
| 7976 | 'armorDamageAmount', booster.getModifiedItemAttr(cls.attr), **kwargs) |
| 7977 | |
| 7978 | |
| 7979 | class Effect2737(BaseEffect): |
nothing calls this directly
no test coverage detected