{
  "meta": {
    "include": "minion_skill_stat_descriptions",
    "hasIdentifiers": false
  },
  "data": {
    "cast_speed_incr": {
      "stats": ["base_cast_speed_+%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text": "ความเร็วในการร่ายของมิเนียนและเวทนี้เพิ่มขึ้น %1%%%",
          "formatters": []
        },
        {
          "matchers": [["#", -1]],
          "text": "ความเร็วในการร่ายของมิเนียนและเวทนี้ลดลง %1%%%",
          "formatters": [
            {
              "id": "negate",
              "arg": 1
            }
          ]
        }
      ]
    },
    "cast_speed_incr_on_low_life": {
      "stats": ["cast_speed_+%_when_on_low_life"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text":
            "ความเร็วในการร่ายของมิเนียนและเวทนี้ เพิ่มขึ้น %1%%% เมื่อพลังชีวิตเหลือน้อย",
          "formatters": [
            {
              "id": "reminderstring",
              "arg": "ReminderTextLowLife"
            }
          ]
        },
        {
          "matchers": [["#", -1]],
          "text":
            "ความเร็วในการร่ายของมิเนียนและเวทนี้ ลดลง %1%%% เมื่อพลังชีวิตเหลือน้อย",
          "formatters": [
            {
              "id": "negate",
              "arg": 1
            },
            {
              "id": "reminderstring",
              "arg": "ReminderTextLowLife"
            }
          ]
        }
      ]
    },
    "multicast_cast_speed_incr": {
      "stats": ["support_multicast_cast_speed_+%_final"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text": "เวทนี้และมิเนียน จะมีความเร็วในการร่ายมากขึ้น %1%%%",
          "formatters": []
        },
        {
          "matchers": [["#", -1]],
          "text": "เวทนี้และมิเนียน จะมีความเร็วในการร่ายน้อยลง %1%%%",
          "formatters": [
            {
              "id": "negate",
              "arg": 1
            }
          ]
        }
      ]
    }
  }
}
