{
  "level_display": "tconstruct:default",
  "modules": [
    {
      "type": "tinkersjewelry:self_effect",
      "amplification": {
        "formula": [
          0.0
        ],
        "variables": {
          "amplification": {
            "type": "tconstruct:tool_stat",
            "stat": "tinkersjewelry:amplification"
          }
        }
      },
      "damage": {
        "formula": [
          1.0
        ],
        "variables": {
          "amplification": {
            "type": "tconstruct:tool_stat",
            "stat": "tinkersjewelry:amplification"
          }
        }
      },
      "duration": {
        "formula": [
          200.0,
          "$level",
          "*",
          "$amplification",
          "*"
        ],
        "variables": {
          "amplification": {
            "type": "tconstruct:tool_stat",
            "stat": "tinkersjewelry:amplification"
          }
        }
      },
      "effect": "minecraft:conduit_power"
    }
  ],
  "tooltip_display": "always"
}