File size: 738 Bytes
0bcc3f8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
	"btn_status_bar_list":[
		{
			"key": "当前时间",
			"desc": "",
			"combine": [
				{
					"prefix": ":第",
					"type": "int",
					"unit": "天"
				},
				{
					"prefix": "",
					"type": "set",
					"value": [
						"上午",
						"下午",
						"黄昏",
						"夜晚"
					]
				}
			]
		},
		{
			"key": "当前地点",
			"desc": "",
			"combine": [
				{
					"prefix": ":",
					"type": "str"
				}
			]
		},
		{
			"key": "{{char}}对{{user}}的好感度",
			"desc": "(厌恶|冷漠|陌生|友好|信任|爱恋)",
			"combine": [
				{
					"prefix": ":",
					"type": "set",
					"value": [
						"厌恶",
						"冷漠",
						"陌生",
						"友好",
						"信任",
						"爱恋"
					]
				}
			]
		}
	]
}