-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathdata.qrc
53 lines (53 loc) · 2.66 KB
/
data.qrc
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
<RCC>
<qresource prefix="/">
<file>data/english-names.json</file>
<file>data/inventory-serials.json</file>
<file>data/balance_to_inv_key.json</file>
<file>data/item-data.json</file>
<file>data/weapon-parts.tsv</file>
<file>data/grenade-parts.tsv</file>
<file>data/shield-parts.tsv</file>
<file>data/classmod-parts.tsv</file>
<file>data/artifact-parts.tsv</file>
<file>data/descriptions/anointments.tsv</file>
<file>data/descriptions/artifacts.tsv</file>
<file>data/descriptions/com-amara.tsv</file>
<file>data/descriptions/com-fl4k.tsv</file>
<file>data/descriptions/com-zane.tsv</file>
<file>data/descriptions/grenades.tsv</file>
<file>data/descriptions/shields.tsv</file>
<file>data/descriptions/weapons/ar-atl.tsv</file>
<file>data/descriptions/weapons/ar-cov.tsv</file>
<file>data/descriptions/weapons/ar-dal.tsv</file>
<file>data/descriptions/weapons/ar-jak.tsv</file>
<file>data/descriptions/weapons/ar-tor.tsv</file>
<file>data/descriptions/weapons/ar-vla.tsv</file>
<file>data/descriptions/weapons/hw-atl.tsv</file>
<file>data/descriptions/weapons/hw-cov.tsv</file>
<file>data/descriptions/weapons/hw-tor.tsv</file>
<file>data/descriptions/weapons/hw-vla.tsv</file>
<file>data/descriptions/weapons/ps-atl.tsv</file>
<file>data/descriptions/weapons/ps-cov.tsv</file>
<file>data/descriptions/weapons/ps-dal.tsv</file>
<file>data/descriptions/weapons/ps-jak.tsv</file>
<file>data/descriptions/weapons/ps-mal.tsv</file>
<file>data/descriptions/weapons/ps-ted.tsv</file>
<file>data/descriptions/weapons/ps-tor.tsv</file>
<file>data/descriptions/weapons/ps-vla.tsv</file>
<file>data/descriptions/weapons/sg-hyp.tsv</file>
<file>data/descriptions/weapons/sg-jak.tsv</file>
<file>data/descriptions/weapons/sg-mal.tsv</file>
<file>data/descriptions/weapons/sg-ted.tsv</file>
<file>data/descriptions/weapons/sg-tor.tsv</file>
<file>data/descriptions/weapons/sm-dal.tsv</file>
<file>data/descriptions/weapons/sm-hyp.tsv</file>
<file>data/descriptions/weapons/sm-mal.tsv</file>
<file>data/descriptions/weapons/sm-ted.tsv</file>
<file>data/descriptions/weapons/sr-dal.tsv</file>
<file>data/descriptions/weapons/sr-hyp.tsv</file>
<file>data/descriptions/weapons/sr-jak.tsv</file>
<file>data/descriptions/weapons/sr-mal.tsv</file>
<file>data/descriptions/weapons/sr-vla.tsv</file>
<file>data/missions.json</file>
</qresource>
</RCC>