(fit, ship, context, projectionRange, **kwargs)
| 20925 | |
| 20926 | @staticmethod |
| 20927 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20928 | penalties = 'ship' not in context |
| 20929 | fit.modules.filteredItemBoost( |
| 20930 | lambda mod: mod.item.group.name == 'Micro Jump Drive', 'moduleReactivationDelay', |
| 20931 | ship.getModifiedItemAttr('roleBonusMarauder'), stackingPenalties=penalties, **kwargs) |
| 20932 | |
| 20933 | |
| 20934 | class Effect5564(BaseEffect): |
nothing calls this directly
no test coverage detected