(fit, src, context, projectionRange, **kwargs)
| 35113 | |
| 35114 | @staticmethod |
| 35115 | def handler(fit, src, context, projectionRange, **kwargs): |
| 35116 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Mutadaptive Remote Armor Repairer', 'maxRange', src.getModifiedItemAttr('shipBonusRole3'), **kwargs) |
| 35117 | |
| 35118 | |
| 35119 | class Effect7169(BaseEffect): |
nothing calls this directly
no test coverage detected