NLDClient-yudde/ProjectNLD/Assets/Config/Data/charactercfg_jobattri.json

122 lines
2.0 KiB
JSON

[
{
"Job": 0,
"DisplayName": "job_0",
"IconPath": "Assets/Art_Out/UI/Texture/Icon/Job/Icon_Command_{0}.png",
"Desc": "Job_Desc_Command",
"ShowSort": 1,
"LegionAttackParam": [
0,
0,
0.1,
0.2,
0.3
],
"LegionDefParam": [
0
],
"LegionHpParam": [
0
]
},
{
"Job": 1,
"DisplayName": "job_1",
"IconPath": "Assets/Art_Out/UI/Texture/Icon/Job/Icon_Support_{0}.png",
"Desc": "Job_Desc_Support",
"ShowSort": 2,
"LegionAttackParam": [
0
],
"LegionDefParam": [
0,
0,
0.1,
0.2,
0.3
],
"LegionHpParam": [
0
]
},
{
"Job": 2,
"DisplayName": "job_2",
"IconPath": "Assets/Art_Out/UI/Texture/Icon/Job/Icon_Sniper_{0}.png",
"Desc": "Job_Desc_Sniper",
"ShowSort": 3,
"LegionAttackParam": [
0
],
"LegionDefParam": [
0
],
"LegionHpParam": [
0,
0,
0.1,
0.2,
0.3
]
},
{
"Job": 3,
"DisplayName": "job_3",
"IconPath": "Assets/Art_Out/UI/Texture/Icon/Job/Icon_Detective_{0}.png",
"Desc": "Job_Desc_Detective",
"ShowSort": 4,
"LegionAttackParam": [
0,
0,
0.1,
0.2,
0.3
],
"LegionDefParam": [
0
],
"LegionHpParam": [
0
]
},
{
"Job": 4,
"DisplayName": "job_4",
"IconPath": "Assets/Art_Out/UI/Texture/Icon/Job/Icon_Suppress_{0}.png",
"Desc": "Job_Desc_Suppress",
"ShowSort": 5,
"LegionAttackParam": [
0
],
"LegionDefParam": [
0,
0,
0.1,
0.2,
0.3
],
"LegionHpParam": [
0
]
},
{
"Job": 5,
"DisplayName": "job_5",
"IconPath": "Assets/Art_Out/UI/Texture/Icon/Job/Icon_Vehicle_{0}.png",
"Desc": "Job_Desc_Vehicle",
"ShowSort": 0,
"LegionAttackParam": [
0
],
"LegionDefParam": [
0
],
"LegionHpParam": [
0,
0,
0.1,
0.2,
0.3
]
}
]