(fit, src, context, projectionRange, **kwargs)
| 35158 | |
| 35159 | @staticmethod |
| 35160 | def handler(fit, src, context, projectionRange, **kwargs): |
| 35161 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Mutadaptive Remote Armor Repairer', 'maxRange', src.getModifiedItemAttr('shipBonusPC1'), skill='Precursor Cruiser', **kwargs) |
| 35162 | |
| 35163 | |
| 35164 | class Effect7172(BaseEffect): |
nothing calls this directly
no test coverage detected