(fit, src, context, projectionRange, **kwargs)
| 26759 | |
| 26760 | @staticmethod |
| 26761 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26762 | fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == 'Structure Doomsday Weapon', |
| 26763 | 'lightningWeaponDamageLossTarget', |
| 26764 | src.getModifiedItemAttr('structureRigDoomsdayDamageLossTargetBonus'), **kwargs) |
| 26765 | |
| 26766 | |
| 26767 | class Effect6422(BaseEffect): |
nothing calls this directly
no test coverage detected