/traderous

To get this branch, use:
bzr branch http://9ix.org/bzr/traderous

« back to all changes in this revision

Viewing changes to names.lua

  • Committer: Josh C
  • Date: 2013-06-16 03:33:21 UTC
  • Revision ID: josh@9ix.org-20130616033321-6g7mgyxz3iyvt3un
move mouse to center when entering/exiting trade screen

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
PlanetNames = {
2
 
   'Achelois',
3
 
   'Achelous',
4
 
   'Aeolus',
5
 
   'Aether',
6
 
   'Alastor',
7
 
   'Alcyone',
8
 
   'Alectrona',
9
 
   'Amphitrite',
10
 
   'Antheia',
11
 
   'Aphaea',
12
 
   'Aphrodite',
13
 
   'Apollo',
14
 
   'Ares',
15
 
   'Aristaeus',
16
 
   'Artemis',
17
 
   'Asclepius',
18
 
   'Astraea',
19
 
   'Até',
20
 
   'Athena',
21
 
   'Atlas',
22
 
   'Atropos',
23
 
   'Attis',
24
 
   'Bia',
25
 
   'Boreas',
26
 
   'Brizo',
27
 
   'Caerus',
28
 
   'Calliope',
29
 
   'Calypso',
30
 
   'Castor',
31
 
   'Celaeno',
32
 
   'Cerus',
33
 
   'Ceto',
34
 
   'Chaos',
35
 
   'Charon',
36
 
   'Chronos',
37
 
   'Circe',
38
 
   'Clio',
39
 
   'Clotho',
40
 
   'Crios',
41
 
   'Cronus',
42
 
   'Cybele',
43
 
   'Demeter',
44
 
   'Dinlas',
45
 
   'Dionysus',
46
 
   'Doris',
47
 
   'Eileithyia',
48
 
   'Eireisone',
49
 
   'Electra',
50
 
   'Elpis',
51
 
   'Enyo',
52
 
   'Eos',
53
 
   'Erato',
54
 
   'Erebus',
55
 
   'Eris',
56
 
   'Eros',
57
 
   'Eurus',
58
 
   'Euterpe',
59
 
   'Gaia',
60
 
   'Glaucus',
61
 
   'Hades',
62
 
   'Harmonia',
63
 
   'Hebe',
64
 
   'Hecate',
65
 
   'Helios',
66
 
   'Hemera',
67
 
   'Hephaestus',
68
 
   'Hera',
69
 
   'Heracles',
70
 
   'Hermes',
71
 
   'Hesperus',
72
 
   'Hestia',
73
 
   'Hygea',
74
 
   'Hymenaios',
75
 
   'Hypnos',
76
 
   'Iris',
77
 
   'Khione',
78
 
   'Kotys',
79
 
   'Kratos',
80
 
   'Lacheses',
81
 
   'Maia',
82
 
   'Mania',
83
 
   'Melpomene',
84
 
   'Merope',
85
 
   'Metis',
86
 
   'Momus',
87
 
   'Morpheus',
88
 
   'Nemesis',
89
 
   'Nereus',
90
 
   'Nike',
91
 
   'Notus',
92
 
   'Nyx',
93
 
   'Oceanus',
94
 
   'Pallas',
95
 
   'Pan',
96
 
   'Peitha',
97
 
   'Persephone',
98
 
   'Pheme',
99
 
   'Phosphorus',
100
 
   'Plutus',
101
 
   'Pollux',
102
 
   'Polyhymnia',
103
 
   'Pontus',
104
 
   'Poseidon',
105
 
   'Priapus',
106
 
   'Pricus',
107
 
   'Proteus',
108
 
   'Rhea',
109
 
   'Selene',
110
 
   'Sterope',
111
 
   'Styx',
112
 
   'Tartarus',
113
 
   'Taygete',
114
 
   'Terpsichore',
115
 
   'Thalia',
116
 
   'Thanatos',
117
 
   'Themis',
118
 
   'Thetis',
119
 
   'Triton',
120
 
   'Tyche',
121
 
   'Typhon',
122
 
   'Urania',
123
 
   'Uranus',
124
 
   'Zelus',
125
 
   'Zephyrus',
126
 
   'Zeus'
127
 
}
 
 
b'\\ No newline at end of file'