Explore ROM internal Lua formulas

1,812 formulas archived

CommonFun.calcBuff_3691

Lua
function CommonFun.calcBuff_3691(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local skilllv_1 = srcUser:GetLernedSkillLevel(1317_ASSASSIN:HP_CONVERSION)
14 linesView Formula

CommonFun.calcBuff_370

Lua
function CommonFun.calcBuff_370(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local BlindAtk = srcUser:GetProperty("BlindAtk")
23 linesView Formula

CommonFun.calcBuff_3700

Lua
function CommonFun.calcBuff_3700(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local MDamReduc = srcUser:GetProperty("MDamReduc")
11 linesView Formula

CommonFun.calcBuff_3710

Lua
function CommonFun.calcBuff_3710(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local skilllv_1 = srcUser:GetLernedSkillLevel(1325_ASSASSIN:WARM_BREEZE)
23 linesView Formula

CommonFun.calcBuff_3711

Lua
function CommonFun.calcBuff_3711(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local MaxSp = targetUser:GetProperty("MaxSp")
9 linesView Formula

CommonFun.calcBuff_3720

Lua
function CommonFun.calcBuff_3720(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local skilllv_1 = srcUser:GetLernedSkillLevel(1334_ASSASSIN:COMMUNE_ELEMENTS)
9 linesView Formula

CommonFun.calcBuff_3730

Lua
function CommonFun.calcBuff_3730(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 0
10 linesView Formula

CommonFun.calcBuff_3731

Lua
function CommonFun.calcBuff_3731(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 0
10 linesView Formula

CommonFun.calcBuff_3740

Lua
function CommonFun.calcBuff_3740(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Int = srcUser:GetProperty("Int")
8 linesView Formula

CommonFun.calcBuff_3741

Lua
function CommonFun.calcBuff_3741(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Str = srcUser:GetProperty("Str")
8 linesView Formula

CommonFun.calcBuff_3742

Lua
function CommonFun.calcBuff_3742(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Dex = srcUser:GetProperty("Dex")
8 linesView Formula

CommonFun.calcBuff_3743

Lua
function CommonFun.calcBuff_3743(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Agi = srcUser:GetProperty("Agi")
8 linesView Formula

CommonFun.calcBuff_3744

Lua
function CommonFun.calcBuff_3744(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Vit = srcUser:GetProperty("Vit")
8 linesView Formula

CommonFun.calcBuff_3745

Lua
function CommonFun.calcBuff_3745(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Luk = srcUser:GetProperty("Luk")
8 linesView Formula

CommonFun.calcBuff_3750

Lua
function CommonFun.calcBuff_3750(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Skilllv = srcUser:GetLernedSkillLevel(103740_:RESILIENT)
17 linesView Formula

CommonFun.calcBuff_3760

Lua
function CommonFun.calcBuff_3760(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Num = srcUser:GetRunePoint(c)
8 linesView Formula

CommonFun.calcBuff_3770

Lua
function CommonFun.calcBuff_3770(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Num = srcUser:GetRunePoint(93030_AESIR_CLOSE_CONFINE_TARGET_LOSES_0_5_MAX_HP_PER_SEC)
12 linesView Formula

CommonFun.calcBuff_3780

Lua
function CommonFun.calcBuff_3780(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Num = srcUser:GetRunePoint(13030_AESIR_CALL_OF_JUSTICE_ADDS_0_8_ADDITIONAL_M_ATK_FOR_EVERY_5_VIT)
9 linesView Formula

CommonFun.calcBuff_3790

Lua
function CommonFun.calcBuff_3790(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Num = srcUser:GetRunePoint(123010_AESIR_STEEL_BODY_DURATION_CHANGED_TO_10_SEC)
8 linesView Formula

CommonFun.calcBuff_380

Lua
function CommonFun.calcBuff_380(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Num1 = srcUser:GetRunePoint(42025_AESIR_TARGETS_HIT_BY_CLAYMORE_TRAP_SUFFERS_10_DAMAGE_DEALT_BY_THE_NEXT_FIRE_ATTACK)
12 linesView Formula