(fit, module, context, projectionRange, **kwargs)
| 13441 | |
| 13442 | @staticmethod |
| 13443 | def handler(fit, module, context, projectionRange, **kwargs): |
| 13444 | fit.modules.filteredItemBoost(lambda mod: True, 'heatDamage', |
| 13445 | module.getModifiedItemAttr('subsystemBonusGallenteCore'), |
| 13446 | skill='Gallente Core Systems', **kwargs) |
| 13447 | |
| 13448 | |
| 13449 | class Effect4155(BaseEffect): |
nothing calls this directly
no test coverage detected