(fit, src, context, projectionRange, **kwargs)
| 33803 | |
| 33804 | @staticmethod |
| 33805 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33806 | src.boostItemAttr('maxRange', src.getModifiedChargeAttr('warpScrambleRangeBonus'), **kwargs) |
| 33807 | src.forceItemAttr('activationBlockedStrenght', src.getModifiedChargeAttr('activationBlockedStrenght'), **kwargs) |
| 33808 | |
| 33809 | |
| 33810 | class Effect7027(BaseEffect): |
nothing calls this directly
no test coverage detected