Skill #23519001

Three in One

(Epic Spirit) When the guidance duration ends, adventurers marked by Imprint of the Eye will release a "Sigil Rays" skill; adventurers marked by Imprint of Water will release a "Branding Trial" skill; adventurers marked by "Imprint of Wood" will release an "Imprint of the Past" skill.

Level 1

##23519001

Cost 1 | Attack

ID 23519001

Formulas & functions

CommonFun links

三位一体Lv 1 | damage

Formula source

function CommonFun.calcDamage_8014(srcUser, targetUser, params, damageParam, logger)
  local MaxHp = targetUser:GetProperty("MaxHp")
  local count = params.hitedCount
  local A = math.floor(MaxHp * 2.5 / count)
  return A, CommonFun.DamageType.Normal
end

Skill JSON (Level 1)

{
  "id": 23519001,
  "NameZh": "三位一体",
  "Level": 1,
  "Icon": "skill_4212001",
  "Cost": 1,
  "Desc": [
    {
      "id": 23519001,
      "params": [
        100
      ]
    }
  ],
  "SkillType": "Attack",
  "Camps": "Enemy",
  "Launch_Range": 99,
  "Fire_EP": 3,
  "Target_EP": 3,
  "Attack_EP": 3,
  "Logic": "SkillLockedTarget",
  "Logic_Param": {
    "immune_taunt": 1,
    "noReadingEffect": 1,
    "noSpeak": 1,
    "range": 5,
    "range_num": 6
  },
  "Damage": [
    {
      "type": 8014
    }
  ],
  "DamTime": {
    "type": 1,
    "value": 3
  },
  "AttackAct": [
    "attack"
  ],
  "description": {
    "chinesesimplified": "##23519001",
    "english": "##23519001",
    "german": "##23519001",
    "portuguese": "##23519001",
    "spanish": "##23519001"
  }
}