Peace of Stars
Lvl: 5 Buff CD: 28 sec Skill Delay: 1 sec SP: 200 Cast Time: 4

It can only be used when all Horoscopes are lit up; grants Immunity against all debuffs to self for 12 second(s).

Lvl: 4 Buff CD: 28 sec Skill Delay: 1 sec SP: 180 Cast Time: 4
• It can only be used when all Horoscopes are lit up; grants Immunity against all debuffs to self for 11 second(s).
Lvl: 3 Buff CD: 28 sec Skill Delay: 1 sec SP: 160 Cast Time: 4
• It can only be used when all Horoscopes are lit up; grants Immunity against all debuffs to self for 10 second(s).
Lvl: 2 Buff CD: 28 sec Skill Delay: 1 sec SP: 140 Cast Time: 4
• It can only be used when all Horoscopes are lit up; grants Immunity against all debuffs to self for 9 second(s).
Lvl: 1 Buff CD: 28 sec Skill Delay: 1 sec SP: 120 Cast Time: 4
• It can only be used when all Horoscopes are lit up; grants Immunity against all debuffs to self for 8 second(s).

Self 6400

function CommonFun.calcBuff_6400(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local MaxHp = targetUser:GetProperty("MaxHp")
  local skilllv = srcUser:GetLernedSkillLevel(a)
  local A = MaxHp * skilllv * b
  return A
end

Self

{
  "id": 136210,
  "BuffDesc": "Unable to add Debuff effect",
  "BuffIcon": "skillbuff_2446001",
  "BuffName": "Peace of Stars (Unable to add Debuff effect )",
  "BuffRate": {
    "Odds": 100
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "AttrChange",
    "AttrEffect2": [
      25
    ]
  },
  "BuffStateID": 136210
}

Self

{
  "id": 136270,
  "BuffName": "Peace of Stars (Recover HP)",
  "BuffRate": {
    "Odds": {
      "a": 2452,
      "b": 100,
      "c": 0,
      "type": 8
    }
  },
  "BuffType": {
    "isgain": 1,
    "isdisperse": 1
  },
  "Condition": {
    "type": "DateDivide",
    "divisor": 5,
    "equalzero": 1
  },
  "BuffEffect": {
    "Hp": {
      "a": 2452,
      "b": 0.01,
      "c": 0,
      "type": 6400
    },
    "type": "HSPChange",
    "calc_heal": 1
  }
}

Formula

{
  "CD": 28,
  "id": 2446005,
  "Buff": {
    "self": [
      136210,
      136270
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 2446000,
      "params": [
        12
      ]
    }
  ],
  "Icon": "skill_2446001",
  "Camps": "Friend",
  "Level": 5,
  "Logic": "SkillNone",
  "DescId": "##1255150",
  "NameZh": "##1255040",
  "CastAct": "reading2",
  "DelayCD": 1,
  "Fire_EP": 3,
  "ItemCost": [
    {
      "id": 12903,
      "count": 1020
    }
  ],
  "Pvp_buff": {
    "self": [
      136210,
      136270
    ]
  },
  "AttackAct": [
    "use_skill2"
  ],
  "Attack_EP": 2,
  "Lead_Type": {
    "CCT": 0,
    "FCT": 4,
    "type": 2
  },
  "SkillCost": {
    "sp": 200
  },
  "SkillType": "Buff",
  "Target_EP": 3,
  "Launch_Range": 0,
  "PreCondition": [
    {
      "id": 136190,
      "type": 6,
      "layer": 5
    }
  ],
  "AutoCondition": [
    {
      "type": 8,
      "no_target": 1
    }
  ],
  "ExtraMaxLevel": 0
}