Ninjutsu Cultivation
Lvl: 20 Passive

Increase your M.ATK by 60 and SP Regen by 100%%. Every time when you perform Ninjutsu or psychic spell damage-type skills, consume 5% of current SP. For each 100 points of SP left, Ninjutsu and psychic spells will ignore 0.5% of the target's M.DMG Reduc.

Lvl: 19 Passive
• Increase your M.ATK by 60 and SP Regen by 100%%. Every time when you perform Ninjutsu or psychic spell damage-type skills, consume 4.5% of current SP. For each 100 points of SP left, Ninjutsu and psychic spells will ignore 0.45% of the target's M.DMG Reduc.
Lvl: 18 Passive
• Increase your M.ATK by 60 and SP Regen by 100%%. Every time when you perform Ninjutsu or psychic spell damage-type skills, consume 4% of current SP. For each 100 points of SP left, Ninjutsu and psychic spells will ignore 0.4% of the target's M.DMG Reduc.
Lvl: 17 Passive
• Increase your M.ATK by 60 and SP Regen by 100%%. Every time when you perform Ninjutsu or psychic spell damage-type skills, consume 3.5% of current SP. For each 100 points of SP left, Ninjutsu and psychic spells will ignore 0.35% of the target's M.DMG Reduc.
Lvl: 16 Passive
• Increase your M.ATK by 60 and SP Regen by 100%%. Every time when you perform Ninjutsu or psychic spell damage-type skills, consume 3% of current SP. For each 100 points of SP left, Ninjutsu and psychic spells will ignore 0.3% of the target's M.DMG Reduc.
Lvl: 15 Passive
• Increase your M.ATK by 60 and SP Regen by 100%%. Every time when you perform Ninjutsu or psychic spell damage-type skills, consume 2.5% of current SP. For each 100 points of SP left, Ninjutsu and psychic spells will ignore 0.25% of the target's M.DMG Reduc.
Lvl: 14 Passive
• Increase your M.ATK by 60 and SP Regen by 100%%. Every time when you perform Ninjutsu or psychic spell damage-type skills, consume 2% of current SP. For each 100 points of SP left, Ninjutsu and psychic spells will ignore 0.2% of the target's M.DMG Reduc.
Lvl: 13 Passive
• Increase your M.ATK by 60 and SP Regen by 100%%. Every time when you perform Ninjutsu or psychic spell damage-type skills, consume 1.5% of current SP. For each 100 points of SP left, Ninjutsu and psychic spells will ignore 0.15% of the target's M.DMG Reduc.
Lvl: 12 Passive
• Increase your M.ATK by 60 and SP Regen by 100%%. Every time when you perform Ninjutsu or psychic spell damage-type skills, consume 1% of current SP. For each 100 points of SP left, Ninjutsu and psychic spells will ignore 0.1% of the target's M.DMG Reduc.
Lvl: 11 Passive
• Increase your M.ATK by 60 and SP Regen by 100%%. Every time when you perform Ninjutsu or psychic spell damage-type skills, consume 0.5% of current SP. For each 100 points of SP left, Ninjutsu and psychic spells will ignore 0.05% of the target's M.DMG Reduc.
Lvl: 10 Passive
• Increase your M.ATK by 60 and SP Regen by 100%
Lvl: 9 Passive
• Increase your M.ATK by 54 and SP Regen by 90%
Lvl: 8 Passive
• Increase your M.ATK by 48 and SP Regen by 80%
Lvl: 7 Passive
• Increase your M.ATK by 42 and SP Regen by 70%
Lvl: 6 Passive
• Increase your M.ATK by 36 and SP Regen by 60%
Lvl: 5 Passive
• Increase your M.ATK by 30 and SP Regen by 50%
Lvl: 4 Passive
• Increase your M.ATK by 24 and SP Regen by 40%
Lvl: 3 Passive
• Increase your M.ATK by 18 and SP Regen by 30%
Lvl: 2 Passive
• Increase your M.ATK by 12 and SP Regen by 20%
Lvl: 1 Passive
• Increase your M.ATK by 6 and SP Regen by 10%

Self 6810

function CommonFun.calcBuff_6810(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local skilllv_1 = srcUser:GetLernedSkillLevel(2028_SNIPER:NINJUTSU_CULTIVATION)
  local Sp = srcUser:GetProperty("Sp")
  local A = -(skilllv_1 - 10) / 200 * Sp
  return A
end

Self

{
  "id": 132811,
  "BuffName": "Ninjutsu Cultivation (Peak)",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "MAtk": 60,
    "type": "AttrChange",
    "SpRestoreSpdPer": 1
  }
}

Self

{
  "id": 132812,
  "BuffName": "Ninjutsu Cultivation (Peak)",
  "BuffRate": {
    "Odds": 100
  },
  "Condition": {
    "type": "UseSkill",
    "need_skill": [
      2032,
      2033,
      2044,
      2045,
      2058,
      2059,
      2103
    ]
  },
  "BuffEffect": {
    "Sp": {
      "type": 6810
    },
    "type": "HSPChange"
  }
}

Formula

{
  "id": 2028020,
  "Buff": {
    "self": [
      132811,
      132812
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 2028001,
      "params": [
        5,
        0.5
      ]
    }
  ],
  "Icon": "skill_2028001",
  "Level": 20,
  "DescId": "##533979",
  "NameZh": "##533190",
  "Pvp_buff": {
    "self": [
      132811,
      132812
    ]
  },
  "PeakLevel": 10
}