33 lines
667 B
JSON
33 lines
667 B
JSON
|
{
|
||
|
"name": "你所不知道的事",
|
||
|
"achievementgroup": "英雄之旅",
|
||
|
"sortorder": 20,
|
||
|
"stages": 3,
|
||
|
"stage1": {
|
||
|
"title": "你所不知道的事",
|
||
|
"description": "将4个角色好感等级提升至10级。",
|
||
|
"progress": 4,
|
||
|
"reward": {
|
||
|
"name": "原石",
|
||
|
"count": 5
|
||
|
}
|
||
|
},
|
||
|
"stage2": {
|
||
|
"title": "你所不知道的事",
|
||
|
"description": "将8个角色好感等级提升至10级。",
|
||
|
"progress": 8,
|
||
|
"reward": {
|
||
|
"name": "原石",
|
||
|
"count": 10
|
||
|
}
|
||
|
},
|
||
|
"stage3": {
|
||
|
"title": "你所不知道的事",
|
||
|
"description": "将16个角色好感等级提升至10级。",
|
||
|
"progress": 16,
|
||
|
"reward": {
|
||
|
"name": "原石",
|
||
|
"count": 20
|
||
|
}
|
||
|
}
|
||
|
}
|