(fit, container, context, projectionRange, **kwargs)
| 42948 | |
| 42949 | @staticmethod |
| 42950 | def handler(fit, container, context, projectionRange, **kwargs): |
| 42951 | fit.ship.boostItemAttr('sensorDampenerResistance', container.getModifiedItemAttr('sensorDampenerResistanceBonus'), **kwargs) |
| 42952 | |
| 42953 | |
| 42954 | class Effect12822(BaseEffect): |
nothing calls this directly
no test coverage detected