Guard the Spring Day
Lvl: 10 Passive

When Khalitzburg picks up its dropped 【Rose Petals】, it increases the Holy Armor level of itself and nearby 9 meters teammates 【Knight of Glory】 by one level for 10 seconds, and recovers its own VIT*50 HP per second during the duration (the effect is 4 times in PVP or GVG). The recovery effect can stack.

Lvl: 9 Passive
• When Khalitzburg picks up its dropped 【Rose Petals】, it increases the Holy Armor level of itself and nearby 9 meters teammates 【Knight of Glory】 by one level for 10 seconds, and recovers its own VIT*47 HP per second during the duration (the effect is 4 times in PVP or GVG). The recovery effect can stack.
Lvl: 8 Passive
• When Khalitzburg picks up its dropped 【Rose Petals】, it increases the Holy Armor level of itself and nearby 9 meters teammates 【Knight of Glory】 by one level for 10 seconds, and recovers its own VIT*44 HP per second during the duration (the effect is 4 times in PVP or GVG). The recovery effect can stack.
Lvl: 7 Passive
• When Khalitzburg picks up its dropped 【Rose Petals】, it increases the Holy Armor level of itself and nearby 9 meters teammates 【Knight of Glory】 by one level for 10 seconds, and recovers its own VIT*41 HP per second during the duration (the effect is 4 times in PVP or GVG). The recovery effect can stack.
Lvl: 6 Passive
• When Khalitzburg picks up its dropped 【Rose Petals】, it increases the Holy Armor level of itself and nearby 9 meters teammates 【Knight of Glory】 by one level for 10 seconds, and recovers its own VIT*38 HP per second during the duration (the effect is 4 times in PVP or GVG). The recovery effect can stack.
Lvl: 5 Passive
• When Khalitzburg picks up its dropped 【Rose Petals】, it increases the Holy Armor level of itself and nearby 9 meters teammates 【Knight of Glory】 by one level for 10 seconds, and recovers its own VIT*35 HP per second during the duration (the effect is 4 times in PVP or GVG). The recovery effect can stack.
Lvl: 4 Passive
• When Khalitzburg picks up its dropped 【Rose Petals】, it increases the Holy Armor level of itself and nearby 9 meters teammates 【Knight of Glory】 by one level for 10 seconds, and recovers its own VIT*32 HP per second during the duration (the effect is 4 times in PVP or GVG). The recovery effect can stack.
Lvl: 3 Passive
• When Khalitzburg picks up its dropped 【Rose Petals】, it increases the Holy Armor level of itself and nearby 9 meters teammates 【Knight of Glory】 by one level for 10 seconds, and recovers its own VIT*29 HP per second during the duration (the effect is 4 times in PVP or GVG). The recovery effect can stack.
Lvl: 2 Passive
• When Khalitzburg picks up its dropped 【Rose Petals】, it increases the Holy Armor level of itself and nearby 9 meters teammates 【Knight of Glory】 by one level for 10 seconds, and recovers its own VIT*26 HP per second during the duration (the effect is 4 times in PVP or GVG). The recovery effect can stack.
Lvl: 1 Passive
• When Khalitzburg picks up its dropped 【Rose Petals】, it increases the Holy Armor level of itself and nearby 9 meters teammates 【Knight of Glory】 by one level for 10 seconds, and recovers its own VIT*23 HP per second during the duration (the effect is 4 times in PVP or GVG). The recovery effect can stack.

Self 8630

function CommonFun.calcBuff_8630(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local skilllv_1 = srcUser:GetLernedSkillLevel(2833_SAINT:GUARD_THE_SPRING_DAY)
  local Vit = srcUser:GetProperty("Vit")
  local BeHealEncPer2 = targetUser:GetProperty("BeHealEncPer")
  local HealEncPer = srcUser:GetProperty("HealEncPer")
  local A = (skilllv_1 * 3 + 20) * Vit * (1 + HealEncPer) * (1 + BeHealEncPer2)
  local mapid, maptype = srcUser:GetMapInfo()
  if maptype == PVP_MAPS then
    A = A * 4
  end
  return A
end

Self

{
  "id": 138740,
  "BuffName": "Guardian Flower Chen (myself)",
  "BuffRate": {
    "Odds": 100
  },
  "Condition": {
    "type": "FireSlefTrap"
  },
  "BuffEffect": {
    "id": [
      138742,
      138743
    ],
    "type": "AddBuff"
  }
}

Self

{
  "id": 138741,
  "BuffName": "Guardian Flower Chen (teammate)",
  "BuffRate": {
    "Odds": 100
  },
  "Condition": {
    "type": "FireSlefTrap"
  },
  "BuffEffect": {
    "id": [
      138742,
      138743
    ],
    "type": "AddBuff"
  }
}

Self

{
  "id": 138742,
  "BuffDesc": "The level of the Holy Attribute Armor increases.",
  "BuffIcon": "skillbuff_2833001",
  "BuffName": "Guardian Flower Chen (Sacred Attribute Armor)",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 1,
    "isdisperse": 1
  },
  "IconType": 1,
  "Condition": {
    "type": "HasBuff",
    "buffid": [
      138670
    ]
  },
  "BuffEffect": {
    "type": "UpElementAttrLv",
    "upLevel": 1,
    "defParam": 6
  },
  "BuffStateID": 138742
}

Self

{
  "id": 138743,
  "BuffName": "Guardian Flower Chen (Recovery)",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 1,
    "isdisperse": 1
  },
  "BuffEffect": {
    "Hp": {
      "type": 8630
    },
    "type": "HSPChange",
    "calc_heal": 1
  }
}

Formula

{
  "id": 2833010,
  "Buff": {
    "self": [
      138740,
      138741
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 2833000,
      "params": [
        50
      ]
    }
  ],
  "Icon": "skill_2833001",
  "Level": 10,
  "DescId": "##3464167",
  "NameZh": "##3464131",
  "Pvp_buff": {
    "self": [
      138740,
      138741
    ]
  }
}