(fit, ship, context, projectionRange, **kwargs)
| 37895 | |
| 37896 | @staticmethod |
| 37897 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37898 | fit.modules.filteredItemBoost( |
| 37899 | lambda mod: mod.item.requiresSkill('Ice Harvesting'), 'capacitorNeed', |
| 37900 | ship.getModifiedItemAttr('shipRoleBonusIceHarvesterActivationCost'), **kwargs) |
| 37901 | |
| 37902 | |
| 37903 | class Effect8305(BaseEffect): |
nothing calls this directly
no test coverage detected