-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathrequirements.json
57 lines (57 loc) · 1.08 KB
/
requirements.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
[
{
"id": "real_great_swords",
"type": "requirement",
"//copy-from": "real_great_swords",
"extend": {
"tools": [
[ [ "zw_zweihander", -1 ] ],
[ [ "zw_is_zweihander", -1 ] ],
[ [ "zw_longsword", -1 ] ]
]
}
},
{
"id": "real_long_swords",
"type": "requirement",
"extend": {
"tools": [
[ [ "zw_longsword", -1 ] ],
[ [ "mc_estoc", -1 ] ],
[ [ "bl_katana", -1 ] ],
[ [ "kr_katana", -1 ] ],
[ [ "kr_cloud_katana", -1 ] ]
]
}
},
{
"id": "real_medium_swords",
"type": "requirement",
"extend": {
"tools": [
[ [ "bl_katana", -1 ] ],
[ [ "kr_katana", -1 ] ],
[ [ "kr_cloud_katana", -1 ] ]
]
}
},
{
"id": "real_thrusting_swords",
"type": "requirement",
"extend": {
"tools": [
[ [ "sv_rapier", -1 ] ]
]
}
},
{
"id": "real_batons",
"type": "requirement",
"extend": {
"tools": [
[ [ "lab_bat", -1 ] ],
[ [ "zw_mace", -1 ] ]
]
}
}
]