(fit, module, context, projectionRange, **kwargs)
| 12890 | |
| 12891 | @staticmethod |
| 12892 | def handler(fit, module, context, projectionRange, **kwargs): |
| 12893 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Smart Bomb', |
| 12894 | 'emDamage', module.getModifiedItemAttr('smartbombDamageMultiplier'), **kwargs) |
| 12895 | |
| 12896 | |
| 12897 | class Effect4047(BaseEffect): |
nothing calls this directly
no test coverage detected