-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathstore_wand_cache.json
More file actions
81 lines (81 loc) · 2.17 KB
/
store_wand_cache.json
File metadata and controls
81 lines (81 loc) · 2.17 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name_法杖名称": {
"item_id": null,
"item_name": "法杖名称",
"item_info": {
"name": "法杖名称",
"type": "法杖类型",
"description": "详细描述",
"attributes": {
"伤害": 0,
"射速": 0,
"散射": 0
},
"effects": [
"效果1",
"效果2"
],
"all_text": "面板上所有可见的文字(完整提取)"
},
"cached_at": "2025-12-15 16:04:43",
"source": "backpack"
},
"name_破损石中杖": {
"item_id": null,
"item_name": "破损石中杖",
"item_info": {
"name": "破损石中杖",
"type": "法杖",
"description": "",
"attributes": {
"魔法值": 150,
"施法间隔": "0.15/次",
"回魔": "16.2/秒",
"冷却": "0.7/轮",
"散射": "+5°"
},
"effects": [],
"all_text": "破损石中杖\n法杖\n魔法值: 150\n施法间隔: 0.15/次\n回魔: 16.2/秒\n冷却: 0.7/轮\n散射: +5°"
},
"cached_at": "2025-12-15 16:04:49",
"source": "backpack"
},
"id_2024": {
"item_id": 2024,
"item_name": "术士行囊",
"item_info": {
"name": "术士行囊",
"type": "法杖",
"description": "",
"attributes": {
"魔法值": 40,
"施法间隔": "0/次",
"回魔": "0/秒",
"冷却": "0/轮"
},
"effects": [],
"all_text": "术士行囊\n法杖\n魔法值: 40\n施法间隔: 0/次\n回魔: 0/秒\n冷却: 0/轮"
},
"cached_at": "2025-12-15 15:45:36"
},
"name_术士行囊": "id_2024",
"name_黑洞": {
"item_id": null,
"item_name": "黑洞",
"item_info": {
"name": "黑洞",
"type": "法术飞弹 稀有",
"description": "持续牵引敌人的范围法术",
"attributes": {
"伤害": "39 (秒伤)",
"冷却": "+0.1秒",
"散射": "5°",
"影响半径": "2.7m"
},
"effects": [],
"all_text": "黑洞\n法术飞弹 稀有\n伤害: 39 (秒伤)\n冷却: +0.1秒\n散射: 5°\n影响半径: 2.7m\n持续牵引敌人的范围法术"
},
"cached_at": "2025-12-15 15:59:42",
"source": "backpack"
}
}