(fit, module, context, projectionRange, **kwargs)
| 13458 | |
| 13459 | @staticmethod |
| 13460 | def handler(fit, module, context, projectionRange, **kwargs): |
| 13461 | fit.modules.filteredItemBoost(lambda mod: True, 'heatDamage', |
| 13462 | module.getModifiedItemAttr('subsystemBonusMinmatarCore'), |
| 13463 | skill='Minmatar Core Systems', **kwargs) |
| 13464 | |
| 13465 | |
| 13466 | class Effect4158(BaseEffect): |
nothing calls this directly
no test coverage detected