-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpickitExample.json
57 lines (57 loc) · 1.71 KB
/
pickitExample.json
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
{
"conditions": [
{ "name": "ring", "quality": "unique", "properties": [
{"name": "itemmaxmanapercent", "value": "25", "operator": ">" }
]
},
{ "name": "flyingaxe", "quality": "unique", "ethereal": 0, "properties": [
{"name": "enhanceddamage", "value": "210", "operator": "=" }
]
},
{ "name": "fullrejuvenationpotion" },
{ "name": "ataghan", "quality": "rare", "ethereal": 0, "properties": [
{"name": "ias", "value": "40", "operator": "=" },
{"name": "enhanceddamage", "value": "290", "operator": ">" },
{"name": "sockets", "value": "2", "operator": "=" }
]
},
{ "type": "hp1" },
{ "type": "hp2" },
{ "type": "hp3" },
{ "type": "hp4" },
{ "type": "hp5" },
{ "type": "r01" },
{ "type": "r02" },
{ "type": "r03" },
{ "type": "r04" },
{ "type": "r05" },
{ "type": "r06" },
{ "type": "r07" },
{ "type": "r08" },
{ "type": "r09" },
{ "type": "r10" },
{ "type": "r11" },
{ "type": "r12" },
{ "type": "r13" },
{ "type": "r14" },
{ "type": "r15" },
{ "type": "r16" },
{ "type": "r17" },
{ "type": "r18" },
{ "type": "r19" },
{ "type": "r20" },
{ "type": "r21" },
{ "type": "r22" },
{ "type": "r23" },
{ "type": "r24" },
{ "type": "r25" },
{ "type": "r26" },
{ "type": "r27" },
{ "type": "r28" },
{ "type": "r29" },
{ "type": "r30" },
{ "type": "r31" },
{ "type": "r32" },
{ "type": "r33" }
]
}