(fit, src, context, projectionRange, **kwargs)
| 494 | |
| 495 | @staticmethod |
| 496 | def handler(fit, src, context, projectionRange, **kwargs): |
| 497 | fit.ship.increaseItemAttr('agility', src.getModifiedItemAttr('agilityBonusAdd'), **kwargs) |
| 498 | |
| 499 | |
| 500 | class Effect63(BaseEffect): |
nothing calls this directly
no test coverage detected