(fit, container, context, projectionRange, **kwargs)
| 17937 | |
| 17938 | @staticmethod |
| 17939 | def handler(fit, container, context, projectionRange, **kwargs): |
| 17940 | fit.drones.filteredItemIncrease( |
| 17941 | lambda drone: drone.item.requiresSkill('Salvage Drone Operation'), 'accessDifficultyBonus', |
| 17942 | container.getModifiedItemAttr('accessDifficultyBonus') * container.level, **kwargs) |
| 17943 | |
| 17944 | |
| 17945 | class Effect5180(BaseEffect): |
nothing calls this directly
no test coverage detected