Skill #1140001

Blood Thirst

Level 5

What's up? Interested in Old Ha's stories, woof? How can I tell any story without a Fleshy Bone to chew on?

CD 5s | Cost 1 | Buff

ID 1140005

Level 4

What's up? Interested in Old Ha's stories, woof? How can I tell any story without a Fleshy Bone to chew on?

CD 5s | Cost 1 | Buff

ID 1140004

Level 3

What's up? Interested in Old Ha's stories, woof? How can I tell any story without a Fleshy Bone to chew on?

CD 5s | Cost 1 | Buff

ID 1140003

Level 2

What's up? Interested in Old Ha's stories, woof? How can I tell any story without a Fleshy Bone to chew on?

CD 5s | Cost 1 | Buff

ID 1140002

Level 1

What's up? Interested in Old Ha's stories, woof? How can I tell any story without a Fleshy Bone to chew on?

CD 5s | Cost 1 | Buff

ID 1140001

Formulas & functions

CommonFun links

Blood ThirstLv 1-5 | buff | Buffs 116461

Formula source

function CommonFun.calcBuff_3070(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = lv * a + b
  if targetUser:HasBuffID(160000) then
    A = 0
  end
  if targetUser.boss == true or targetUser.mini == true then
    A = 0
  end
  return A
end

Skill JSON (Level 5)

{
  "id": 1140005,
  "NameZh": "嗜血渴望",
  "Level": 5,
  "Icon": "skill_1140001",
  "Cost": 1,
  "Desc": [
    {
      "id": 1140000,
      "params": [
        5
      ]
    }
  ],
  "DamageType": 4,
  "SkillType": "Buff",
  "Camps": "Enemy",
  "Launch_Range": 6,
  "Fire_EP": 3,
  "Target_EP": 3,
  "Attack_EP": 3,
  "CD": 5,
  "SkillCost": {
    "sp": 30
  },
  "DelayCD": 2,
  "Lead_Type": {
    "CCT": 0,
    "FCT": 1.5,
    "type": 2
  },
  "Logic": "SkillPointRect",
  "Logic_Param": {
    "count": 15,
    "distance": 3,
    "interval": 1,
    "isCountTrap": 1,
    "max_count": 1,
    "no_select": 1,
    "suspend_can_immune": 1,
    "trap_effect": "BloodthirstyDesire_buff1,LowRange_B",
    "width": 3
  },
  "Buff": {
    "enemy": [
      116460,
      116461
    ]
  },
  "Pvp_buff": {
    "enemy": [
      116460,
      116461
    ]
  },
  "CastAct": "reading",
  "AttackAct": [
    "use_skill"
  ],
  "SE_attack": "Skill/BloodthirstyDesire_buff1",
  "SE_hit": "Skill/skill_magic_bloodtrap_hit",
  "description": {
    "chinesesimplified": "怎么?想听老哈过去的故事汪?说故事的时候没有根肉骨头磨牙怎么行?",
    "english": "What's up? Interested in Old Ha's stories, woof? How can I tell any story without a Fleshy Bone to chew on?",
    "german": "Was? Willst du dir die Geschichten der Vergangenheit von mir anhören,wuff? Wie kann man sich nur Geschichten ohne Fleischknochen anhören,mit denen man dabei die Lücken der Zähne füllt?",
    "portuguese": "Como? Quer ouvir as histórias anteriores de Lao Ha Como você pode ranger os dentes sem Osso Carnudo ao contar uma história?",
    "spanish": "¿Qué pasa? ¿Quieres escuchar una historia de mi pasado,guau? ¿Cómo voy a poder contar una historia sin un hueso carnoso entre los dientes?"
  }
}