Skill #70180010

Group Lithification

Level 10

[c][Clock Tower Story·Destruction][/c] has been unlocked... Read it now?

Cost 0 | Buff

ID 70180010

Formulas & functions

CommonFun links

Group LithificationLv 10 | buff | Buffs 160241

Formula source

function CommonFun.calcBuff_120(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local StoneAtk = srcUser:GetProperty("StoneAtk")
  local StoneDef2 = targetUser:GetProperty("StoneDef")
  local StoneDam = 1 + StoneAtk - StoneDef2
  if StoneDam <= 0 then
    StoneDam = 0
  end
  local StateAtk = srcUser:GetProperty("StateAtk")
  local StateDef2 = targetUser:GetProperty("StateDef")
  local StateDam = 1 + StateAtk - StateDef2
  if StateDam <= 0 then
    StateDam = 0
  end
  local A = (lv * a + b) * StoneDam * StateDam * CommonFun.calcAttrStoneRate(srcUser, targetUser)
  if A <= 0 then
    return 0
  end
  return A
end

Skill JSON (Level 10)

{
  "id": 70180010,
  "NameZh": "群体石化",
  "Level": 10,
  "Icon": "skill_197001",
  "Cost": 0,
  "Desc": [
    {
      "id": 197000,
      "params": [
        134,
        25
      ]
    }
  ],
  "SkillType": "Buff",
  "Camps": "Enemy",
  "Launch_Range": 1,
  "Fire_EP": 3,
  "Target_EP": 3,
  "Attack_EP": 3,
  "Lead_Type": {
    "CCT": 0,
    "FCT": 3,
    "type": 2
  },
  "Logic": "SkillSelfRange",
  "Logic_Param": {
    "notcontroled": 1,
    "range": 10,
    "range_num": 8
  },
  "Buff": {
    "enemy": [
      160241
    ]
  },
  "Pvp_buff": {
    "enemy": [
      160241
    ]
  },
  "AttackAct": [
    "use_skill"
  ],
  "description": {
    "chinesesimplified": "[c][ffff00]【钟楼异闻录·毁灭卷】[-][/c]已解锁……是否解读?",
    "english": "[c][ffff00][Clock Tower Story·Destruction][-][/c] has been unlocked... Read it now?",
    "german": "[c][ffff00][Glockenturmgeschichte·Vernichtung][-][/c] wurde freigeschaltet..... Jetzt lesen?",
    "portuguese": "[c][ffff00][Clock Tower Story·Destruction][-][/c] Desbloqueado... Ler agora?",
    "spanish": "[c][ffff00][Historia de la Torre del Reloj·Destrucción][-][/c] ha sido desbloqueada... ¿Leerlo ahora?"
  }
}