Poison Cast
Lvl: 1 Buff CD: 3 sec SP: 25 Range: 6

Casts poison at one enemy, reducing Max HP of the target and nearby enemies by 5%, and increasing Poison DMG they take by 30% for 30s. Cannot be cleared when used on monsters.

Aesir

• Poison Cast - Empower [Poison Cast] reduces Max HP-1% and increases damage dealt by poison skills by +10%%

Enemy

{
  "id": 43000051,
  "BuffName": "Poison Cast Effect",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "BuffEffect": {
    "type": "AttrChange",
    "MaxHpPer": {
      "a": -0.05,
      "type": 510
    },
    "BePoisonDamPer": {
      "a": -0.3,
      "type": 511
    }
  },
  "BuffStateID": 120030
}

Formula

{
  "CD": 3,
  "id": 700001,
  "Buff": {
    "enemy": [
      43000051
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 700000,
      "params": [
        5,
        30
      ]
    }
  ],
  "Icon": "skill_700001",
  "Camps": "Enemy",
  "Level": 1,
  "Logic": "SkillLockedTarget",
  "DescId": "##42531602",
  "NameZh": "##168150",
  "SE_hit": "Skill/Spear_hit",
  "Fire_EP": 3,
  "Pvp_buff": {
    "enemy": [
      43000051
    ]
  },
  "AttackAct": [
    "use_magic"
  ],
  "Attack_EP": 3,
  "SE_attack": "Skill/VenomSplasher",
  "SkillCost": {
    "1": {
      "num": 1,
      "itemID": 12522
    },
    "sp": 25
  },
  "SkillType": "Buff",
  "Target_EP": 3,
  "Logic_Param": {
    "emit": {
      "type": 1,
      "speed": 30,
      "effect": "PoisonThrow"
    },
    "range": 3,
    "range_num": 5
  },
  "Launch_Range": 6
}