(fit, ship, context, projectionRange, **kwargs)
| 14978 | |
| 14979 | @staticmethod |
| 14980 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14981 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Propulsion Module', |
| 14982 | 'capacitorNeed', ship.getModifiedItemAttr('shipBonusATF1'), **kwargs) |
| 14983 | |
| 14984 | |
| 14985 | class Effect4479(BaseEffect): |
nothing calls this directly
no test coverage detected