(fit, src, context, projectionRange, **kwargs)
| 34861 | |
| 34862 | @staticmethod |
| 34863 | def handler(fit, src, context, projectionRange, **kwargs): |
| 34864 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Small Precursor Weapon'), 'damageMultiplierBonusPerCycle', |
| 34865 | src.getModifiedItemAttr('eliteBonusCovertOps3'), skill='Covert Ops', **kwargs) |
| 34866 | |
| 34867 | |
| 34868 | class Effect7119(BaseEffect): |
nothing calls this directly
no test coverage detected