(fit, module, context, projectionRange, **kwargs)
| 33787 | |
| 33788 | @staticmethod |
| 33789 | def handler(fit, module, context, projectionRange, **kwargs): |
| 33790 | fit.ship.boostItemAttr('maxTargetRange', module.getModifiedItemAttr('structureRigMaxTargetRangeBonus'), **kwargs) |
| 33791 | |
| 33792 | |
| 33793 | class Effect7026(BaseEffect): |
nothing calls this directly
no test coverage detected