(fit, src, context, projectionRange, **kwargs)
| 20331 | |
| 20332 | @staticmethod |
| 20333 | def handler(fit, src, context, projectionRange, **kwargs): |
| 20334 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Hacking'), 'virusStrength', src.getModifiedItemAttr('virusStrengthBonus'), **kwargs) |
| 20335 | |
| 20336 | |
| 20337 | class Effect5460(BaseEffect): |
nothing calls this directly
no test coverage detected