challenge-editor/json/indetification.json
2024-10-05 20:51:00 +08:00

35 lines
738 B
JSON

{
"fish":{
"type":1,
"preview":"fish_preview",
"init_round":{
"left_total":0,
"left_cost":6,
"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":"回合数",
"identification_name":"敏捷",
"identification_value":50,
"left_texture":"fish_fail",
"right_texture":"rod",
"center_texture":"rod",
"introduction":"你来到了河边准备钓鱼",
"choice":["钓鱼"],
"triger":["fish_round","fish","normal","fish"]
},
},
"fish_single":{
"type":0,
"preview":"fish_preview",
}
}