Ice Cone Healing
Lvl: 1 Heal Physical

Deals (Atk100%) Dmg to the target

Formula

function CommonFun.calcDamage_9012(srcUser, targetUser, params, damageParam, logger)
  local MaxHp = targetUser:GetProperty("MaxHp")
  local A = -MaxHp * 0.03
  return A
end

Formula

{
  "id": 70780001,
  "Cost": 0,
  "Desc": [
    {
      "id": 10000,
      "params": [
        100
      ]
    }
  ],
  "Icon": "skill_10000",
  "Camps": "Friend",
  "Level": 1,
  "Logic": "SkillLockedTarget",
  "Damage": [
    {
      "type": 9012
    }
  ],
  "DescId": "##170630",
  "NameZh": "##169453",
  "DamTime": {
    "type": 1,
    "value": 1
  },
  "Fire_EP": 6,
  "RollType": 1,
  "AttackAct": [
    "use_skill"
  ],
  "Attack_EP": 2,
  "SkillType": "Heal",
  "Target_EP": 3,
  "Logic_Param": {
    "pre_attack": {
      "type": 4,
      "action": "sprint",
      "no_track": 1,
      "initSpeed": 10,
      "speedLimit": 60,
      "acceleration": 10
    }
  },
  "Launch_Range": 0
}