(fit, ship, context, projectionRange, **kwargs)
| 40912 | |
| 40913 | @staticmethod |
| 40914 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 40915 | fit.modules.filteredItemBoost( |
| 40916 | lambda mod: mod.item.group.name == 'Micro Jump Drive', |
| 40917 | 'cpu', ship.getModifiedItemAttr('flagCruiserFittingBonusPropMods'), **kwargs) |
| 40918 | fit.modules.filteredItemBoost( |
| 40919 | lambda mod: mod.item.group.name == 'Micro Jump Drive', |
| 40920 | 'power', ship.getModifiedItemAttr('flagCruiserFittingBonusPropMods'), **kwargs) |
| 40921 | |
| 40922 | |
| 40923 | class Effect12181(BaseEffect): |
nothing calls this directly
no test coverage detected