Everlasting Truth
Lvl: 1 Buff CD: 30 sec Skill Delay: 1 sec SP: 100 Cast Time: 3

Jump to the time disc of 【Sun and Moon Rotation】 and stay in the central area. If the time disc stays on the Sun disc, all enemies will be treated as Hatred of the Sun. If the time disc stays on the Moon disc, all enemies will be treated as Hatred of the Moon for a period of time. To use, you need to activate 【Sun and Moon Rotation】. The Cooldown Time is fixed and cannot be reduced.

Self 5010

function CommonFun.calcBuff_5010(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Value = srcUser:GetGemValue(c)
  local A = lv * a + b + Value / 1000
  return A
end

Self

{
  "id": 136360,
  "BuffName": "Static Sun & Moon Plate",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "type": "SuspendTimeDisk",
    "suspendTime": {
      "a": 0,
      "b": 0,
      "c": 193091,
      "type": 5010
    }
  }
}

Self

{
  "id": 136361,
  "BuffName": "Sun & Moon Skill cooldown",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "attr": {
      "CDChangePer": {
        "a": 0,
        "b": 0,
        "c": 193092,
        "type": 5020
      }
    },
    "type": "AffactSkill",
    "skillID": [
      2438,
      2439,
      2440,
      2441
    ]
  }
}

Formula

{
  "CD": 30,
  "id": 2462001,
  "Buff": {
    "self": [
      136360,
      136361
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 2462000
    }
  ],
  "Icon": "skill_2462001",
  "Camps": "Friend",
  "FixCD": 1,
  "Level": 1,
  "Logic": "SkillNone",
  "DescId": "##3448405",
  "NameZh": "##1255086",
  "CastAct": "reading2",
  "DelayCD": 1,
  "Fire_EP": 3,
  "Pvp_buff": {
    "self": [
      136360,
      136361
    ]
  },
  "AttackAct": [
    "use_skill2"
  ],
  "Attack_EP": 2,
  "Lead_Type": {
    "CCT": 0,
    "FCT": 3,
    "type": 2
  },
  "SkillCost": {
    "sp": 100
  },
  "SkillType": "Buff",
  "Target_EP": 3,
  "Launch_Range": 0,
  "PreCondition": [
    {
      "type": 12,
      "buffid": 136140
    }
  ]
}