Skill #1184001

Fearless

Increase whole party’s Crit. Res. by 25 & Crit. Def. by 50%% and also increase whole party’s Normal Damage Reduction by [8df936]%s%%[-]. Lasts 30 sec

Level 5

##1184000

Cost 1 | Buff

ID 1184005

Level 4

##1184000

Cost 1 | Buff

ID 1184004

Level 3

##1184000

Cost 1 | Buff

ID 1184003

Level 2

##1184000

Cost 1 | Buff

ID 1184002

Level 1

##1184000

Cost 1 | Buff

ID 1184001

Formulas & functions

CommonFun links

FearlessLv 1-10 | buff | Buffs 116642

Formula source

function CommonFun.calcBuff_5000(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Value = srcUser:GetGemValue(a)
  local A = 0
  if Value ~= 0 then
    A = 100
  end
  return A
end

Skill JSON (Level 5)

{
  "id": 1184005,
  "NameZh": "无惧无畏",
  "Level": 5,
  "Icon": "skill_1184001",
  "Cost": 1,
  "NextNewID": 1184006,
  "Desc": [
    {
      "id": 1184000,
      "params": [
        25,
        50
      ]
    }
  ],
  "SkillType": "Buff",
  "Camps": "Friend",
  "Launch_Range": 9,
  "Fire_EP": 2,
  "Target_EP": 0,
  "Attack_EP": 0,
  "SkillCost": {
    "sp": 57
  },
  "DelayCD": 1,
  "AutoCondition": [
    {
      "no_target": 1,
      "time": 30,
      "type": 1
    },
    {
      "no_target": 1,
      "type": 7
    }
  ],
  "NoTargetAutoCast": 1,
  "Logic": "SkillNone",
  "Logic_Param": {
    "include_self": 1,
    "select_target": 1,
    "team_range": 9
  },
  "Buff": {
    "self": [
      116640,
      116642
    ],
    "team": [
      116640,
      116642
    ]
  },
  "Pvp_buff": {
    "self": [
      116640,
      116642
    ],
    "team": [
      116640,
      116642
    ]
  },
  "AttackAct": [
    "use_skill"
  ],
  "SE_attack": "Skill/skill_weapon_fearlesspear_attack_01",
  "description": {
    "chinesesimplified": "##1184000",
    "english": "##1184000",
    "german": "##1184000",
    "portuguese": "##1184000",
    "spanish": "##1184000"
  }
}