challenge-editor/json/indetification.json
2024-11-18 18:48:18 +08:00

71 lines
1.5 KiB
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,
},
"explore":{
"type":1,
"preview":"fish_preview",
"init_round":{
"right_total":0,
"right_cost":6,
"right_total_max":6,
"right_cost_max":6,
"right_total_name":"探索度",
"right_cost_name":"耐心",
"identification_name":"感知",
"identification_value":50,
"right_texture":"london_tansuo",
"center_texture":"london_tansuo",
"introduction":"你在城市中穿行",
"choice":["探索(感知鉴定)","退出探索"],
"triger":["explore_round","fish","explore_is_finish","explore_finish"]
},
},
}