Dragon Roar
Lvl: 1 Buff Range: 4

Lets rip a dragon roar that puts players within 4 meters in the Fear status and spreads all abnormal statuses of players in range to other players.

Enemy

{
  "id": 162140,
  "BuffDesc": "Fear: free of control",
  "BuffIcon": "skillbuff_commonbuff",
  "BuffName": "Dragon Roar",
  "BuffRate": {
    "Odds": 80
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "StatusChange",
    "FearRun": 1,
    "NoSkill": 1,
    "AttrEffect": [
      3,
      4
    ],
    "StateEffect": "8_Fear",
    "end_extra_buff": [
      162141
    ]
  },
  "BuffStateID": 162140
}

Enemy

{
  "id": 162141,
  "BuffName": "Dragon Roar (Debuff Transmission)",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "type": "Infect",
    "range": 5
  }
}

Formula

{
  "id": 72320001,
  "Buff": {
    "enemy": [
      162140
    ]
  },
  "Cost": 0,
  "Desc": [
    {
      "id": 72320001
    }
  ],
  "Icon": "skill_1262001",
  "Camps": "Enemy",
  "Level": 1,
  "Logic": "SkillSelfRange",
  "DescId": "##171392",
  "NameZh": "##159019",
  "SE_hit": "Skill/DragonHowl_hit",
  "Fire_EP": 3,
  "Pvp_buff": {
    "enemy": [
      162140
    ]
  },
  "AttackAct": [
    "use_skill"
  ],
  "Attack_EP": 3,
  "SE_attack": "Skill/DragonHowl_Atk",
  "SkillType": "Buff",
  "Target_EP": 3,
  "Logic_Param": {
    "range": 4,
    "range_num": 12
  },
  "Launch_Range": 4
}