(fit, ship, context, projectionRange, **kwargs)
| 40955 | |
| 40956 | @staticmethod |
| 40957 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 40958 | fit.modules.filteredItemBoost( |
| 40959 | lambda mod: mod.item.group.name in ('Propulsion Module', 'Microwarpdrive'), |
| 40960 | 'duration', ship.getModifiedItemAttr('shipBonusATprobDuration'), **kwargs) |
| 40961 | |
| 40962 | |
| 40963 | class Effect12184(BaseEffect): |
nothing calls this directly
no test coverage detected