(fit, ship, context, projectionRange, **kwargs)
| 35925 | |
| 35926 | @staticmethod |
| 35927 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 35928 | for attr in ('maxGroupOnline', 'maxGroupFitted'): |
| 35929 | fit.modules.filteredItemForce( |
| 35930 | lambda mod: mod.item.group.name == 'Capacitor Booster', |
| 35931 | attr, ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 35932 | |
| 35933 | |
| 35934 | class Effect8032(BaseEffect): |
nothing calls this directly
no test coverage detected