(fit, module, context, projectionRange, **kwargs)
| 13424 | |
| 13425 | @staticmethod |
| 13426 | def handler(fit, module, context, projectionRange, **kwargs): |
| 13427 | fit.modules.filteredItemBoost(lambda mod: True, 'heatDamage', |
| 13428 | module.getModifiedItemAttr('subsystemBonusCaldariCore'), |
| 13429 | skill='Caldari Core Systems', **kwargs) |
| 13430 | |
| 13431 | |
| 13432 | class Effect4154(BaseEffect): |
nothing calls this directly
no test coverage detected