challenge-editor/json/indetification.json

30 lines
649 B
JSON
Raw Normal View History

2024-10-05 18:44:58 +08:00
{
"fish":{
"type":1,
"init_round":{
"left_total":6,
"left_cost":0,
"right_total":0,
"right_cost":6,
"left_total_max":6,
"left_cost_max":6,
"right_total_max":6,
"right_cost_max":6,
"left_total_name":"鱼群警戒度",
"left_cost_name":"鱼群数量",
"right_total_name":"成功累计",
"right_cost_name":"回合数",
"indetification_name":"敏捷",
"indetification_value":50,
"left_texture":"fish_fail",
"right_texture":"rod",
"center_texture":"rod",
"introduction":"你来到了河边准备钓鱼",
"choice":["钓鱼"],
"triger":["fish_round","fish","normal","fish"]
},
}
}