Skip to content

Server Scripts SkillPch

Дмитрий edited this page Dec 7, 2019 · 2 revisions

Description

Lite skill table, keyvaluepair

Filename

skill_pch.txt

Example

[s_power_strike11] = 769
[s_dash1] = 1025
[s_mortal_blow11] = 4097

Format

  • Name - string, protected text
  • Id - integer, global Unique ID
    • formula skilldata: skill_id * chronicValue + level
    • chronic multiplier. 256 - default value, 65536 - for CT+ cronicles
    • example, for "s_power_strike11" (skillid=3, level=1), chronicValue = 3 * 256 + 1 = 769