(fit, ship, context, projectionRange, **kwargs)
| 40733 | |
| 40734 | @staticmethod |
| 40735 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 40736 | fit.modules.filteredItemMultiply( |
| 40737 | lambda mod: mod.item.group.name == 'Flex Shield Hardener', |
| 40738 | 'power', ship.getModifiedItemAttr('upwellFreighterCapitalFlexHardenerFittingCapBonus'), **kwargs) |
| 40739 | fit.modules.filteredItemMultiply( |
| 40740 | lambda mod: mod.item.group.name == 'Flex Shield Hardener', |
| 40741 | 'capacitorNeed', ship.getModifiedItemAttr('upwellFreighterCapitalFlexHardenerFittingCapBonus'), **kwargs) |
| 40742 | |
| 40743 | |
| 40744 | class Effect12072(BaseEffect): |
nothing calls this directly
no test coverage detected