PGRData/Resources/Client/Exhibition/ExhibitionLevel.json

38 lines
1.9 KiB
JSON
Raw Normal View History

2022-12-19 17:21:16 +00:00
[
{
2022-12-20 07:23:11 +00:00
"LevelId": 1,
"Name": "Default",
"Desc": "The default status of a member.",
"LevelLogo": null,
"IconFrame": "Assets/Product/Texture/Atlas/UiCharacterExhibition/CharacterExhibitionFrameTouxiangGray.png",
"LevelFrame": null,
"LevelIcon": null
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"LevelId": 2,
"Name": "Novice",
"Desc": "Awakens new appearance and coating.",
"LevelLogo": "Assets/Product/Texture/Atlas/UiCharacterExhibition/CharacterExhibitionIconChujibing.png",
"IconFrame": "Assets/Product/Texture/Atlas/UiCharacterExhibition/CharacterExhibitionFrameTouxiangBlue.png",
"LevelFrame": "Assets/Product/Texture/Atlas/UiCharacterExhibition/CharacterExhibitionFrameJiejiBlue.png",
"LevelIcon": "Assets/Product/Texture/Atlas/UiExhibition/UiExhibitionClassIcon1.png"
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"LevelId": 3,
"Name": "Advanced",
"Desc": "Awakens new appearance and coating.",
"LevelLogo": "Assets/Product/Texture/Atlas/UiCharacterExhibition/CharacterExhibitionIconZhongshi.png",
"IconFrame": "Assets/Product/Texture/Atlas/UiCharacterExhibition/CharacterExhibitionFrameTouxiangPink.png",
"LevelFrame": "Assets/Product/Texture/Atlas/UiCharacterExhibition/CharacterExhibitionFrameJiejiPink.png",
"LevelIcon": "Assets/Product/Texture/Atlas/UiExhibition/UiExhibitionClassIcon2.png"
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"LevelId": 4,
"Name": "Ultima",
"Desc": "Awakens Ultima skill: get 3 Signal Orbs at start.",
"LevelLogo": "Assets/Product/Texture/Atlas/UiCharacterExhibition/CharacterExhibitionIconJiangjun.png",
"IconFrame": "Assets/Product/Texture/Atlas/UiCharacterExhibition/CharacterExhibitionFrameTouxiangOrange.png",
"LevelFrame": "Assets/Product/Texture/Atlas/UiCharacterExhibition/CharacterExhibitionFrameJiejiOrange.png",
"LevelIcon": "Assets/Product/Texture/Atlas/UiExhibition/UiExhibitionClassIcon3.png"
2022-12-19 17:21:16 +00:00
}
]