(fit, module, context, projectionRange, **kwargs)
| 11632 | |
| 11633 | @staticmethod |
| 11634 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11635 | fit.ship.boostItemAttr('agility', module.getModifiedItemAttr('agilityBonus'), stackingPenalties=True, **kwargs) |
| 11636 | |
| 11637 | |
| 11638 | class Effect3727(BaseEffect): |
nothing calls this directly
no test coverage detected