(fit, src, context, projectionRange, **kwargs)
| 27349 | |
| 27350 | @staticmethod |
| 27351 | def handler(fit, src, context, projectionRange, **kwargs): |
| 27352 | fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == 'Structure Doomsday Weapon', |
| 27353 | 'lightningWeaponTargetAmount', |
| 27354 | src.getModifiedItemAttr('structureRigDoomsdayTargetAmountBonus'), **kwargs) |
| 27355 | |
| 27356 | |
| 27357 | class Effect6476(BaseEffect): |
nothing calls this directly
no test coverage detected