(fit, module, context, projectionRange, **kwargs)
| 2086 | |
| 2087 | @staticmethod |
| 2088 | def handler(fit, module, context, projectionRange, **kwargs): |
| 2089 | fit.ship.boostItemAttr('agility', |
| 2090 | module.getModifiedItemAttr('agilityMultiplier'), |
| 2091 | stackingPenalties=True, **kwargs) |
| 2092 | |
| 2093 | |
| 2094 | class Effect660(BaseEffect): |
nothing calls this directly
no test coverage detected