evestatic 0.0.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +17 -0
- data/Gemfile +5 -0
- data/LICENSE.txt +22 -0
- data/README.md +29 -0
- data/Rakefile +1 -0
- data/data/invTypes.csv +20854 -0
- data/data/mapRegions.csv +98 -0
- data/data/staStations.csv +5182 -0
- data/evestatic.gemspec +26 -0
- data/lib/evestatic/itemtypes.rb +62 -0
- data/lib/evestatic/mapregions.rb +53 -0
- data/lib/evestatic/stations.rb +53 -0
- data/lib/evestatic/version.rb +4 -0
- data/lib/evestatic.rb +8 -0
- metadata +87 -0
data/data/mapRegions.csv
ADDED
@@ -0,0 +1,98 @@
|
|
1
|
+
REGIONID;REGIONNAME
|
2
|
+
10000001;Derelik
|
3
|
+
10000002;The Forge
|
4
|
+
10000003;Vale of the Silent
|
5
|
+
10000004;UUA-F4
|
6
|
+
10000005;Detorid
|
7
|
+
10000006;Wicked Creek
|
8
|
+
10000007;Cache
|
9
|
+
10000008;Scalding Pass
|
10
|
+
10000009;Insmother
|
11
|
+
10000010;Tribute
|
12
|
+
10000011;Great Wildlands
|
13
|
+
10000012;Curse
|
14
|
+
10000013;Malpais
|
15
|
+
10000014;Catch
|
16
|
+
10000015;Venal
|
17
|
+
10000016;Lonetrek
|
18
|
+
10000017;J7HZ-F
|
19
|
+
10000018;The Spire
|
20
|
+
10000019;A821-A
|
21
|
+
10000020;Tash-Murkon
|
22
|
+
10000021;Outer Passage
|
23
|
+
10000022;Stain
|
24
|
+
10000023;Pure Blind
|
25
|
+
10000025;Immensea
|
26
|
+
10000027;Etherium Reach
|
27
|
+
10000028;Molden Heath
|
28
|
+
10000029;Geminate
|
29
|
+
10000030;Heimatar
|
30
|
+
10000031;Impass
|
31
|
+
10000032;Sinq Laison
|
32
|
+
10000033;The Citadel
|
33
|
+
10000034;The Kalevala Expanse
|
34
|
+
10000035;Deklein
|
35
|
+
10000036;Devoid
|
36
|
+
10000037;Everyshore
|
37
|
+
10000038;The Bleak Lands
|
38
|
+
10000039;Esoteria
|
39
|
+
10000040;Oasa
|
40
|
+
10000041;Syndicate
|
41
|
+
10000042;Metropolis
|
42
|
+
10000043;Domain
|
43
|
+
10000044;Solitude
|
44
|
+
10000045;Tenal
|
45
|
+
10000046;Fade
|
46
|
+
10000047;Providence
|
47
|
+
10000048;Placid
|
48
|
+
10000049;Khanid
|
49
|
+
10000050;Querious
|
50
|
+
10000051;Cloud Ring
|
51
|
+
10000052;Kador
|
52
|
+
10000053;Cobalt Edge
|
53
|
+
10000054;Aridia
|
54
|
+
10000055;Branch
|
55
|
+
10000056;Feythabolis
|
56
|
+
10000057;Outer Ring
|
57
|
+
10000058;Fountain
|
58
|
+
10000059;Paragon Soul
|
59
|
+
10000060;Delve
|
60
|
+
10000061;Tenerifis
|
61
|
+
10000062;Omist
|
62
|
+
10000063;Period Basis
|
63
|
+
10000064;Essence
|
64
|
+
10000065;Kor-Azor
|
65
|
+
10000066;Perrigen Falls
|
66
|
+
10000067;Genesis
|
67
|
+
10000068;Verge Vendor
|
68
|
+
10000069;Black Rise
|
69
|
+
11000001;A-R00001
|
70
|
+
11000002;A-R00002
|
71
|
+
11000003;A-R00003
|
72
|
+
11000004;B-R00004
|
73
|
+
11000005;B-R00005
|
74
|
+
11000006;B-R00006
|
75
|
+
11000007;B-R00007
|
76
|
+
11000008;B-R00008
|
77
|
+
11000009;C-R00009
|
78
|
+
11000010;C-R00010
|
79
|
+
11000011;C-R00011
|
80
|
+
11000012;C-R00012
|
81
|
+
11000013;C-R00013
|
82
|
+
11000014;C-R00014
|
83
|
+
11000015;C-R00015
|
84
|
+
11000016;D-R00016
|
85
|
+
11000017;D-R00017
|
86
|
+
11000018;D-R00018
|
87
|
+
11000019;D-R00019
|
88
|
+
11000020;D-R00020
|
89
|
+
11000021;D-R00021
|
90
|
+
11000022;D-R00022
|
91
|
+
11000023;D-R00023
|
92
|
+
11000024;E-R00024
|
93
|
+
11000025;E-R00025
|
94
|
+
11000026;E-R00026
|
95
|
+
11000027;E-R00027
|
96
|
+
11000028;E-R00028
|
97
|
+
11000029;E-R00029
|
98
|
+
11000030;F-R00030
|