(fit, ship, context, projectionRange, **kwargs)
| 6767 | |
| 6768 | @staticmethod |
| 6769 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 6770 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Mining Drone Operation'), |
| 6771 | 'miningAmount', ship.getModifiedItemAttr('shipBonusGC2'), |
| 6772 | skill='Gallente Cruiser', **kwargs) |
| 6773 | |
| 6774 | |
| 6775 | class Effect2251(BaseEffect): |
nothing calls this directly
no test coverage detected