PGRData/Resources/Client/Character/CharacterCareer.json

30 lines
1.2 KiB
JSON
Raw Normal View History

2022-12-19 17:21:16 +00:00
[
{
2022-12-20 07:23:11 +00:00
"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"
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"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"
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"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"
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"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"
2022-12-19 17:21:16 +00:00
}
]