Formula

CommonFun.calcBuff_3691

formula.lua
1function CommonFun.calcBuff_3691(srcUser, targetUser, a, b, c, d, lv)
2  if srcUser == nil or targetUser == nil then
3    return 0
4  end
5  local skilllv_1 = srcUser:GetLernedSkillLevel(1317_ASSASSIN:HP_CONVERSION)
6  local MaxHp = srcUser:GetProperty("MaxHp")
7  local mapid, maptype = srcUser:GetMapInfo()
8  if maptype == PVP_MAPS then
9    MaxHp = MaxHp * 0.25
10  end
11  local Num_hp = srcUser:GetRunePoint(82018_AESIR_INCREASE_THE_SAME_AMOUNT_OF_HP_CONVERTED_INTO_SP_BY_10)
12  local A = MaxHp * skilllv_1 * 0.01 * (1 + Num_hp * 0.1)
13  return A
14end
Formula Graph

Connected Archive Data

See which cards, equipment, headwears, buffs, and other archived records connect to this formula.

Loading graph filters

CommonFun.calcBuff_3691

commonfun-calcbuff_3691

Nodes

0

Edges

0

Related Nodes

Select at least one node type.