PGRData/Share/Character/CharacterCareer.json
2023-07-10 21:36:50 +07:00

47 lines
1.7 KiB
JSON

[
{
"Type": 1,
"Icon": "Assets/Product/Texture/Image/IconType/IconCharacter3.png",
"IconTranspose": "Assets/Product/Texture/Image/IconType/IconCharacter3Transpose.png",
"Des": "Focused on attacking, with various attack and support skills.",
"Name": "Attacker",
"SortId": 4,
"ShowId": 1
},
{
"Type": 2,
"Icon": "Assets/Product/Texture/Image/IconType/IconCharacter1.png",
"IconTranspose": "Assets/Product/Texture/Image/IconType/IconCharacter1Transpose.png",
"Des": "Focused on survival, can draw in enemies and soak up damage.",
"Name": "Tank",
"SortId": 3,
"ShowId": 1
},
{
"Type": 3,
"Icon": "Assets/Product/Texture/Image/IconType/IconCharacter2.png",
"IconTranspose": "Assets/Product/Texture/Image/IconType/IconCharacter2Transpose.png",
"Des": "Focused on support, can repair and strengthen allies.",
"Name": "Support",
"SortId": 2,
"ShowId": 1
},
{
"Type": 4,
"Icon": "Assets/Product/Texture/Image/IconType/IconCharacter4.png",
"IconTranspose": "Assets/Product/Texture/Image/IconType/IconCharacter4Transpose.png",
"Des": "Focused on burst, has attack skills that deal severe burst damage.",
"Name": "Vanguard",
"SortId": 1,
"ShowId": 2
},
{
"Type": 5,
"Icon": "Assets/Product/Texture/Image/IconType/IconCharacter5.png",
"IconTranspose": "Assets/Product/Texture/Image/IconType/IconCharacter5Transpose.png",
"Des": "Focused on amplification, can enhance allies' combat efficiency.",
"Name": "Amplifier",
"SortId": 1,
"ShowId": 1
}
]