{
    "description": "Whiplash",
    "supported_items": "fishing_rod",
    "primary_items": "fishing_rod",
    "weight": 3,
    "max_level": 3,
    "anvil_cost": 2,
    "min_cost": {
        "base": 1,
        "per_level_above_first": 15
    },
    "max_cost": {
         "base": 60,
         "per_level_above_first": 20
    },
    "slots": ["mainhand"],
    "effects": {
       "tick": [
        {
            "effect": {
                "type": "run_function",
                "function": "enchantica:enchantment/whiplash/motion_calculation"
            }
        }
       ]
    }
    
}