(fit, src, context, projectionRange, **kwargs)
| 30710 | |
| 30711 | @staticmethod |
| 30712 | def handler(fit, src, context, projectionRange, **kwargs): |
| 30713 | lvl = src.level |
| 30714 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Rig Drones', 'drawback', |
| 30715 | src.getModifiedItemAttr('rigDrawbackBonus') * lvl, **kwargs) |
| 30716 | |
| 30717 | |
| 30718 | class Effect6700(BaseEffect): |
nothing calls this directly
no test coverage detected