PGRData/Resources/Client/Character/CharacterCareer.json
2022-12-20 12:53:11 +05:30

30 lines
No EOL
1.2 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"
},
{
"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"
},
{
"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"
},
{
"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"
}
]