Formula

CommonFun.calcBuff_2810

formula.lua
1function CommonFun.calcBuff_2810(srcUser, targetUser, a, b, c, d, lv)
2  if srcUser == nil or targetUser == nil then
3    return 0
4  end
5  local A = 30
6  if srcUser:HasBuffID(90001513_FIST_TIER_4_:MAX_STACK_0) and (srcUser:HasBuffID(90001123_NOBLE_BRACER_TIER_4_:MAX_STACK_0) or srcUser:HasBuffID(43370_GOLDEN_WRIST_:MAX_STACK_0)) then
7    A = 60
8  end
9  local equipRingSD = srcUser:getEquip(CommonFun.PackType.EPACKTYPE_SHADOWEQUIP, CommonFun.EquipPos.EEQUIPPOS_SHIELD)
10  if equipRingSD.id ~= 0 and srcUser:HasBuffLayer(43370, EBUFFERLAYER_SHADOW) then
11    A = 60
12  end
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_2810

commonfun-calcbuff_2810

Nodes

0

Edges

0

Related Nodes

Select at least one node type.