(fit, ship, context, projectionRange, **kwargs)
| 23943 | |
| 23944 | @staticmethod |
| 23945 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23946 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Light Drone Operation'), |
| 23947 | 'hp', ship.getModifiedItemAttr('shipBonusGC2'), skill='Gallente Cruiser', **kwargs) |
| 23948 | |
| 23949 | |
| 23950 | class Effect6061(BaseEffect): |
nothing calls this directly
no test coverage detected