(fit, module, context, projectionRange, **kwargs)
| 23495 | |
| 23496 | @staticmethod |
| 23497 | def handler(fit, module, context, projectionRange, **kwargs): |
| 23498 | fit.ship.multiplyItemAttr( |
| 23499 | 'agility', |
| 23500 | 1 / module.getModifiedItemAttr('modeAgilityPostDiv'), |
| 23501 | stackingPenalties=True, |
| 23502 | penaltyGroup='postDiv', |
| 23503 | **kwargs) |
| 23504 | |
| 23505 | |
| 23506 | class Effect6017(BaseEffect): |
nothing calls this directly
no test coverage detected