(fit, src, context, projectionRange, **kwargs)
| 35128 | |
| 35129 | @staticmethod |
| 35130 | def handler(fit, src, context, projectionRange, **kwargs): |
| 35131 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Mutadaptive Remote Armor Repairer', 'armorDamageAmount', src.getModifiedItemAttr('shipBonusPC1'), skill='Precursor Cruiser', **kwargs) |
| 35132 | |
| 35133 | |
| 35134 | class Effect7170(BaseEffect): |
nothing calls this directly
no test coverage detected