PGRData/Resources/Client/Guild/GuildChallengeDetails.json

26 lines
646 B
JSON
Raw Normal View History

2022-12-19 17:21:16 +00:00
[
{
2022-12-20 07:23:11 +00:00
"Id": 1,
"Name": "Guild Mission",
"SkipId": 1,
"ChallengeBg": "Assets/Product/Texture/Image/UiHelp/UiHelpGuild1.jpg",
"ChallengeType": 1,
"Condition": null
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Id": 2,
"Name": "Guild Pet",
"SkipId": 2,
"ChallengeBg": "Assets/Product/Texture/Image/UiHelp/UiHelpGuild2.jpg",
"ChallengeType": 2,
"Condition": null
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Id": 3,
"Name": "Guild Boss",
"SkipId": 3,
"ChallengeBg": "Assets/Product/Texture/Image/UiHelp/UiHelpGuild3.jpg",
"ChallengeType": 3,
"Condition": null
2022-12-19 17:21:16 +00:00
}
]