(fit, ship, context, projectionRange, **kwargs)
| 6750 | |
| 6751 | @staticmethod |
| 6752 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 6753 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 6754 | 'miningAmount', ship.getModifiedItemAttr('shipBonusAC2'), |
| 6755 | skill='Amarr Cruiser', **kwargs) |
| 6756 | |
| 6757 | |
| 6758 | class Effect2250(BaseEffect): |
nothing calls this directly
no test coverage detected