challenge-editor/json/indetification.json
2024-11-15 17:50:30 +08:00

50 lines
1005 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",
},
"AM_judge":{
"prview":"fish_preview",
"name":"魅力鉴定",
"type":0,
"attribute_name":"AM",
"attribute_value":100,
},
"WIS_judge":{
"prview":"fish_preview",
"name":"感知鉴定",
"type":0,
"attribute_name":"WIS",
"attribute_value":0,
}
}