(fit, src, context, projectionRange, **kwargs)
| 14199 | |
| 14200 | @staticmethod |
| 14201 | def handler(fit, src, context, projectionRange, **kwargs): |
| 14202 | fit.ship.boostItemAttr('maxTargetRange', src.getModifiedItemAttr('subsystemBonusMinmatarCore2'), |
| 14203 | skill='Minmatar Core Systems', **kwargs) |
| 14204 | |
| 14205 | |
| 14206 | class Effect4343(BaseEffect): |
nothing calls this directly
no test coverage detected