(fit, src, context, projectionRange, **kwargs)
| 4930 | |
| 4931 | @staticmethod |
| 4932 | def handler(fit, src, context, projectionRange, **kwargs): |
| 4933 | fit.ship.multiplyItemAttr('agility', src.getModifiedItemAttr('advancedCapitalAgility'), |
| 4934 | stackingPenalties=True, **kwargs) |
| 4935 | |
| 4936 | |
| 4937 | class Effect1634(BaseEffect): |
nothing calls this directly
no test coverage detected