(fit, module, context, projectionRange, **kwargs)
| 13407 | |
| 13408 | @staticmethod |
| 13409 | def handler(fit, module, context, projectionRange, **kwargs): |
| 13410 | fit.modules.filteredItemBoost(lambda mod: True, 'heatDamage', |
| 13411 | module.getModifiedItemAttr('subsystemBonusAmarrCore'), |
| 13412 | skill='Amarr Core Systems', **kwargs) |
| 13413 | |
| 13414 | |
| 13415 | class Effect4153(BaseEffect): |
nothing calls this directly
no test coverage detected