This file is indexed.

/usr/share/games/endless-sky/data/wanderers.txt is in endless-sky-data 0.8.11-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
# Copyright (c) 2015 by Michael Zahniser
#
# Endless Sky is free software: you can redistribute it and/or modify it under the
# terms of the GNU General Public License as published by the Free Software
# Foundation, either version 3 of the License, or (at your option) any later version.
#
# Endless Sky is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.  See the GNU General Public License for more details.

ship "Earth Shaper"
	sprite "ship/earth shaper"
	licenses
		Wanderer
	attributes
		category "Interceptor"
		"cost" 500000
		"hull" 3300
		"mass" 30
		"drag" .5
		"heat dissipation" .9
		"fuel capacity" 300
		"outfit space" 59
		"engine capacity" 26
		"atmosphere scan" 100
		weapon
			"blast radius" 10
			"shield damage" 100
			"hull damage" 150
			"hit force" 250
	outfits
		"Small Biochemical Cell"
		
		"Type 1 Radiant Thruster"
		"Type 1 Radiant Steering"
		"Hyperdrive"
		
	engine -9 30
	engine 9 30
	explode "tiny explosion" 20
	explode "small explosion" 10
	description "The Earth Shaper is a robotic drone that the Wanderers use for mining, exploring, surveying, and terraforming."

ship "Summer Leaf"
	sprite "ship/summer leaf"
	licenses
		Wanderer
	attributes
		category "Light Warship"
		"cost" 9500000
		"shields" 14400
		"hull" 6700
		"required crew" 6
		"bunks" 15
		"mass" 110
		"drag" 2.6
		"heat dissipation" .8
		"fuel capacity" 600
		"cargo space" 41
		"outfit space" 320
		"weapon capacity" 84
		"engine capacity" 103
		weapon
			"blast radius" 70
			"shield damage" 700
			"hull damage" 350
			"hit force" 1050
	outfits
		"Sunbeam" 2
		
		"Yellow Sun Reactor"
		"Bright Cloud Shielding"
		
		"Type 3 Radiant Thruster"
		"Type 3 Radiant Steering"
		"Hyperdrive"
		
	engine -18 64
	engine 18 64
	gun -29 -9
	gun 29 -9
	explode "tiny explosion" 40
	explode "small explosion" 20
	explode "medium explosion" 10
	description "The Summer Leaf is mostly used by the Wanderers as a light transport, but it is also quite effective in combat."

ship "Strong Wind"
	sprite "ship/strong wind"
	licenses
		"Wanderer Military"
	attributes
		category "Medium Warship"
		"cost" 16100000
		"shields" 28500
		"hull" 19600
		"required crew" 17
		"bunks" 39
		"mass" 260
		"drag" 4.7
		"heat dissipation" .7
		"fuel capacity" 400
		"cargo space" 68
		"outfit space" 493
		"weapon capacity" 198
		"engine capacity" 114
		weapon
			"blast radius" 200
			"shield damage" 2000
			"hull damage" 1000
			"hit force" 3000
	outfits
		"Sunbeam" 4
		"Thunderhead Launcher" 2
		"Thunderhead Missile" 80
		
		"White Sun Reactor"
		"Dark Storm Shielding"
		
		"Type 3 Radiant Thruster"
		"Type 4 Radiant Steering"
		"Hyperdrive"
		
	engine -30 127
	engine 30 127
	gun -64 13 "Sunbeam"
	gun 64 13 "Sunbeam"
	gun -57 21 "Sunbeam"
	gun 57 21 "Sunbeam"
	gun -32 57 "Thunderhead Launcher"
	gun 32 57 "Thunderhead Launcher"
	explode "small explosion" 60
	explode "medium explosion" 40
	explode "large explosion" 20
	description "The Strong Wind is a Wanderer warship, an ancient design that they make use of only on the rare occasions when they find it necessary to defend themselves."

ship "Deep River"
	sprite "ship/deep river"
	licenses
		Wanderer
	attributes
		category "Heavy Freighter"
		"cost" 18300000
		"shields" 17600
		"hull" 47500
		"required crew" 13
		"bunks" 22
		"mass" 750
		"drag" 9.4
		"heat dissipation" .6
		"fuel capacity" 500
		"cargo space" 760
		"outfit space" 363
		"weapon capacity" 177
		"engine capacity" 83
		weapon
			"blast radius" 280
			"shield damage" 2800
			"hull damage" 1400
			"hit force" 4200
	outfits
		"Thunderhead Launcher" 6
		"Thunderhead Missile" 240
		
		"Large Biochemical Cell"
		"Bright Cloud Shielding"
		
		"Type 2 Radiant Thruster"
		"Type 3 Radiant Steering"
		"Hyperdrive"
		
	engine 53 345
	engine 0 345
	engine -53 345
	gun -56 -217
	gun -40 -217
	gun -18 -217
	gun 18 -217
	gun 40 -217
	gun 56 -217
	explode "small explosion" 80
	explode "medium explosion" 60
	explode "large explosion" 30
	explode "huge explosion" 20
	description "The Deep River is a bulk freighter, designed to carry cargo in detachable pods."

ship "Deep River" "Deep River 0"
	sprite "ship/deep river 0"
	attributes
		category "Heavy Freighter"
		"cost" 8300000
		"shields" 17600
		"hull" 47500
		"required crew" 13
		"bunks" 22
		"mass" 350
		"drag" 7.4
		"heat dissipation" .6
		"fuel capacity" 500
		"cargo space" 0
		"outfit space" 363
		"weapon capacity" 177
		"engine capacity" 83
		weapon
			"blast radius" 280
			"shield damage" 2800
			"hull damage" 1400
			"hit force" 4200

ship "Deep River" "Deep River 1"
	sprite "ship/deep river 1"
	attributes
		category "Heavy Freighter"
		"cost" 10300000
		"shields" 17600
		"hull" 47500
		"required crew" 13
		"bunks" 22
		"mass" 430
		"drag" 7.8
		"heat dissipation" .6
		"fuel capacity" 500
		"cargo space" 152
		"outfit space" 363
		"weapon capacity" 177
		"engine capacity" 83
		weapon
			"blast radius" 280
			"shield damage" 2800
			"hull damage" 1400
			"hit force" 4200

ship "Deep River" "Deep River 2"
	sprite "ship/deep river 2"
	attributes
		category "Heavy Freighter"
		"cost" 12300000
		"shields" 17600
		"hull" 47500
		"required crew" 13
		"bunks" 22
		"mass" 510
		"drag" 8.2
		"heat dissipation" .6
		"fuel capacity" 500
		"cargo space" 304
		"outfit space" 363
		"weapon capacity" 177
		"engine capacity" 83
		weapon
			"blast radius" 280
			"shield damage" 2800
			"hull damage" 1400
			"hit force" 4200

ship "Deep River" "Deep River 3"
	sprite "ship/deep river 3"
	attributes
		category "Heavy Freighter"
		"cost" 14300000
		"shields" 17600
		"hull" 47500
		"required crew" 13
		"bunks" 22
		"mass" 590
		"drag" 8.6
		"heat dissipation" .6
		"fuel capacity" 500
		"cargo space" 456
		"outfit space" 363
		"weapon capacity" 177
		"engine capacity" 83
		weapon
			"blast radius" 280
			"shield damage" 2800
			"hull damage" 1400
			"hit force" 4200

ship "Deep River" "Deep River 4"
	sprite "ship/deep river 4"
	attributes
		category "Heavy Freighter"
		"cost" 16300000
		"shields" 17600
		"hull" 47500
		"required crew" 13
		"bunks" 22
		"mass" 670
		"drag" 9.0
		"heat dissipation" .6
		"fuel capacity" 500
		"cargo space" 608
		"outfit space" 363
		"weapon capacity" 177
		"engine capacity" 83
		weapon
			"blast radius" 280
			"shield damage" 2800
			"hull damage" 1400
			"hit force" 4200


phrase "wanderer"
	word
		"Iyik'"
		"Ai'"
		"Yek'"
		"K'ch'"
		"Rei'"
		"Vek'"
		"Sa'"
		"Ik'k'"
		"Kach'"
		"Vori'"
		"Vek'"
		"Sach'"
		"Kri'"
	word
		"cach"
		"sek"
		"esei"
		"ai"
		"key"
		"ik"
		"kur"
		"ar"
		"cha"
		"rek"
		"rai"
		"sek"


fleet "Wanderer Freight"
	government "Wanderer"
	names "wanderer"
	cargo 3
	personality
		timid
	variant
		"Deep River 0"
	variant
		"Deep River 1"
	variant
		"Deep River 2"
	variant
		"Deep River 3"
	variant
		"Deep River 4"
	variant
		"Deep River"
	variant
		"Deep River 0"
		"Summer Leaf" 2
	variant
		"Deep River 1"
		"Summer Leaf" 1
	variant
		"Deep River 2"
		"Summer Leaf" 2
	variant
		"Deep River 3"
		"Summer Leaf" 1
	variant
		"Deep River 4"
		"Summer Leaf" 2
	variant
		"Deep River"
		"Summer Leaf" 3

fleet "Wanderer Drones"
	government "Wanderer"
	names "wanderer"
	personality
		surveillance
	variant 4
		"Earth Shaper"
	variant 2
		"Earth Shaper" 2
	variant
		"Earth Shaper" 3

fleet "Wanderer Defense"
	government "Wanderer"
	names "wanderer"
	personality
		heroic
	variant 3
		"Strong Wind"
		"Summer Leaf" 2
	variant
		"Summer Leaf" 5
	variant 2
		"Strong Wind" 2
	variant 2
		"Strong Wind"
		"Summer Leaf"
	variant
		"Strong Wind"
		"Summer Leaf" 3
	variant
		"Strong Wind" 3


outfit "Sunbeam"
	category "Guns"
	cost 2350000
	thumbnail "outfit/sunbeam"
	"mass" 34
	"outfit space" -34
	"weapon capacity" -34
	"gun ports" -1
	weapon
		sprite "projectile/sunbeam"
			"frame rate" 1.3
			"random start frame"
		sound "sunbeam"
		"hit effect" "sunbeam impact"
		"inaccuracy" .2
		"velocity" 540
		"lifetime" 1
		"reload" 1
		"firing energy" 4.3
		"firing heat" 6.2
		"shield damage" 7.2
		"hull damage" 4.5
		"heat damage" 12.1
	description "The Wanderers do not devote much time to developing weapon technology, preferring to focus their attention on more constructive endeavors. However, the few weapons they have created are efficient and deadly."

outfit "Thunderhead Missile"
	category "Ammunition"
	cost 1800
	thumbnail "outfit/thunderhead"
	"thunderhead capacity" -1
	description "Thunderhead cluster munitions are long-range Wanderer missiles that splits into five fast and agile submunitions when they are close to their target. Each launcher can hold up to 40 of these."

outfit "Thunderhead Launcher"
	category "Secondary Weapons"
	cost 450000
	thumbnail "outfit/thunderhead launcher"
	"mass" 26
	"outfit space" -26
	"weapon capacity" -26
	"gun ports" -1
	"thunderhead capacity" 40
	weapon
		sprite "projectile/thunderhead"
			"no repeat"
			"frame rate" .1
		sound "thunderhead"
		ammo "Thunderhead Missile"
		icon "icon/thunderhead"
		"submunition" "Thunderhead" 5
		"split range" 600
		"fire effect" "meteor fire"
		"die effect" "missile death"
		"hit effect" "medium explosion"
		"inaccuracy" 10
		"velocity" 4
		"lifetime" 400
		"reload" 75
		"firing energy" 18
		"firing heat" 36
		"acceleration" 1.2
		"drag" .1
		"turn" 2
		"homing" 4
		"missile strength" 12
	description "A prime example of Wanderer ingenuity, Thunderhead missiles each carry five submunitions that are capable of independent tracking. Even if the target is able to shoot down or evade a few of them, the remaining missile fragments will still find their mark."

outfit "Thunderhead"
	weapon
		sprite "projectile/thunderhead fragment"
			"no repeat"
			"frame rate" .1
		"die effect" "missile death"
		"hit effect" "small explosion"
		"inaccuracy" 90
		"velocity" 2
		"lifetime" 400
		"acceleration" 1.4
		"drag" .1
		"turn" 3
		"homing" 4
		"shield damage" 80
		"hull damage" 60
		"hit force" 20
		"missile strength" 3

outfit "Small Biochemical Cell"
	category "Power"
	cost 60000
	thumbnail "outfit/small biochemical"
	"mass" 17
	"outfit space" -17
	"energy generation" 1.3
	"heat generation" 3
	"energy capacity" 300
	description "This tiny generator draws energy from the metabolic byproducts of a collection of microorganisms that have been engineered by the Wanderers specifically for this purpose."

outfit "Large Biochemical Cell"
	category "Power"
	cost 270000
	thumbnail "outfit/large biochemical"
	"mass" 63
	"outfit space" -63
	"energy generation" 5.2
	"heat generation" 11
	"energy capacity" 700
	description "The Wanderers are masters of unusual and efficient technology. This bioreactor is fueled by a culture of microorganisms that produce a small electric charge."

outfit "Yellow Sun Reactor"
	category "Power"
	cost 6500000
	thumbnail "outfit/yellow sun"
	"mass" 82
	"outfit space" -82
	"energy generation" 12.7
	"heat generation" 21
	"energy capacity" 2600
	description "This is a compact nuclear reactor designed by the Wanderers. In addition to generating power, it is able to store a small amount of energy."

outfit "White Sun Reactor"
	category "Power"
	cost 9000000
	thumbnail "outfit/white sun"
	"mass" 127
	"outfit space" -127
	"energy generation" 20.4
	"heat generation" 32
	"energy capacity" 6700
	description "The White Sun is a large nuclear reactor that the Wanderers use for powering their Strong Wind warships."

outfit "Type 1 Radiant Thruster"
	category "Engines"
	"cost" 250000
	thumbnail "outfit/tiny radiant thruster"
	"mass" 12
	"outfit space" -12
	"engine capacity" -12
	"thrust" 6.6
	"thrusting energy" 0.5
	"thrusting heat" 0.9
	"cooling" 1.5
	"flare sprite" "effect/plasma flare/tiny"
		"frame rate" 12
	"flare sound" "plasma tiny"
	description "This is the tiniest Wanderer engine. Like all their engines, it works in part by radiating excess heat, and as a result it doubles as a cooler for your ship."

outfit "Type 2 Radiant Thruster"
	category "Engines"
	"cost" 500000
	thumbnail "outfit/small radiant thruster"
	"mass" 27
	"outfit space" -27
	"engine capacity" -27
	"thrust" 17.6
	"thrusting energy" 1.4
	"thrusting heat" 2.5
	"cooling" 3.6
	"flare sprite" "effect/plasma flare/small"
		"frame rate" 14
	"flare sound" "plasma small"
	description "Wanderer engines work by transferring excess heat from the ship into the exhaust plasma. When not providing thrust, the engines still serve as a cooling system."

outfit "Type 3 Radiant Thruster"
	category "Engines"
	"cost" 830000
	thumbnail "outfit/medium radiant thruster"
	"mass" 42
	"outfit space" -42
	"engine capacity" -42
	"thrust" 31.5
	"thrusting energy" 2.3
	"thrusting heat" 4.4
	"cooling" 6.5
	"flare sprite" "effect/plasma flare/medium"
		"frame rate" 16
	"flare sound" "plasma medium"
	description "Most engines this size generate a considerable amount of heat, but the Wanderers have developed a way of using the engine itself to vent extra heat from a ship, generating extra propulsive force in the process."

outfit "Type 4 Radiant Thruster"
	category "Engines"
	"cost" 1370000
	thumbnail "outfit/large radiant thruster"
	"mass" 65
	"outfit space" -65
	"engine capacity" -65
	"thrust" 55.2
	"thrusting energy" 3.7
	"thrusting heat" 7.6
	"cooling" 11.7
	"flare sprite" "effect/plasma flare/big"
		"frame rate" 18
	"flare sound" "plasma large"
	description "This is the largest engine that the Wanderers have developed. Its incredibly efficient design allows it to cool your ship even while it is firing."

outfit "Type 1 Radiant Steering"
	category "Engines"
	"cost" 190000
	thumbnail "outfit/tiny radiant steering"
	"mass" 9
	"outfit space" -9
	"engine capacity" -9
	"turn" 172.8
	"turning energy" .3
	"turning heat" 0.6
	"cooling" 1.0
	description "This tiny steering system is used by the Wanderers to power their unpiloted mining and surveying drones."

outfit "Type 2 Radiant Steering"
	category "Engines"
	"cost" 400000
	thumbnail "outfit/small radiant steering"
	"mass" 20
	"outfit space" -20
	"engine capacity" -20
	"turn" 454.0
	"turning energy" .7
	"turning heat" 1.5
	"cooling" 2.1
	description "This small Wanderer steering system vents excess heat from your ship even when it is not in use, allowing it to double as a cooling system."

outfit "Type 3 Radiant Steering"
	category "Engines"
	"cost" 660000
	thumbnail "outfit/medium radiant steering"
	"mass" 30
	"outfit space" -30
	"engine capacity" -30
	"turn" 786.0
	"turning energy" 1.2
	"turning heat" 2.6
	"cooling" 3.9
	description "This steering system is used by the Wanderers in their mid-sized ships. In addition to turning your ship, it is able to vent a considerable amount of heat."

outfit "Type 4 Radiant Steering"
	category "Engines"
	"cost" 1100000
	thumbnail "outfit/large radiant steering"
	"mass" 47
	"outfit space" -47
	"engine capacity" -47
	"turn" 1395.9
	"turning energy" 2.0
	"turning heat" 4.5
	"cooling" 6.7
	description "This is the largest steering system that the Wanderers sell."

outfit "Bright Cloud Shielding"
	category "Systems"
	cost 220000
	thumbnail "outfit/bright cloud"
	"mass" 19
	"outfit space" -19
	"shield generation" 1.2
	"shield energy" 1.8
	description "This small Wanderer shield generator is able to recharge a ship's shields at a considerable rate, but it also consumes more energy than some other shield generators do."

outfit "Dark Storm Shielding"
	category "Systems"
	cost 800000
	thumbnail "outfit/dark storm"
	"mass" 41
	"outfit space" -41
	"shield generation" 2.8
	"shield energy" 4.2
	description "This Wanderer shield generator can restore a ship's shield strength more quickly than any human shielding technology, but while recharging shields it also draws a much larger amount of power."


effect "sunbeam impact"
	sprite "effect/sunbeam impact"
		"frame rate" 30
		"random start frame"
	"lifetime" 3
	"random angle" 360
	"random spin" 360
	"random velocity" 4
	"velocity scale" -.0001


shipyard "Wanderer Basics"
	"Earth Shaper"
	"Summer Leaf"

shipyard "Wanderer Advanced"
	"Earth Shaper"
	"Summer Leaf"
	"Strong Wind"
	"Deep River"

outfitter "Wanderer Basics"
	"Thunderhead Missile"
	"Small Biochemical Cell"
	"Large Biochemical Cell"
	"Yellow Sun Reactor"
	"Type 1 Radiant Thruster"
	"Type 2 Radiant Thruster"
	"Type 3 Radiant Thruster"
	"Type 1 Radiant Steering"
	"Type 2 Radiant Steering"
	"Type 3 Radiant Steering"
	"Bright Cloud Shielding"
	"Fuel Pod"
	"Cargo Expansion"
	"Mass Expansion"
	"Local Map"

outfitter "Wanderer Advanced"
	"Sunbeam"
	"Thunderhead Missile"
	"Thunderhead Launcher"
	"Thunderhead"
	"Small Biochemical Cell"
	"Large Biochemical Cell"
	"Yellow Sun Reactor"
	"White Sun Reactor"
	"Type 1 Radiant Thruster"
	"Type 2 Radiant Thruster"
	"Type 3 Radiant Thruster"
	"Type 4 Radiant Thruster"
	"Type 1 Radiant Steering"
	"Type 2 Radiant Steering"
	"Type 3 Radiant Steering"
	"Type 4 Radiant Steering"
	"Bright Cloud Shielding"
	"Dark Storm Shielding"
	"Fuel Pod"
	"Cargo Expansion"
	"Mass Expansion"
	"Local Map"


phrase "wanderer untranslated"
	word
		"Ayek"
		"V'"
		"Ik"
		"I'"
		"Ai'"
		"Kek"
		"Tek"
		"Rei'"
		"Vorek"
		"Isk"
		"Scha'"
		"Kera'"
		"Tai'"
	word
		"evar"
		"eska"
		"eteka"
		"i'atai"
		"ik'lek"
		"ivar"
		"erei"
		"ai"
		"ek"
		"ik"
		"eyek"
		"u"
		"uk"
		"urek"
	word
		"'i "
		"'i'ai "
		"'ak iy "
		"'urek esek "
		" iy "
		" esek "
		" ek "
		" v'"
		" va'"
		"'a iy cha'"
		" "
		" "
		" "
	word
		"akai'"
		"ar"
		"ek"
		"skak"
		"isk"
		"tesk"
		"chik"
		"chu'"
		"lak"
		"tel"
		"te'"
		"ke'"
		"le'"
		"yech"
	word
		"ar"
		"eru"
		"eska"
		"i'i"
		"i'ai"
		"eru"
		"eleka"
		"eka"
		"achi"
		"a'a"
		"u'ei"
		"u'ai"
	word
		"'ei ek "
		"'elek iy "
		"'rei "
		"'ket "
		"'ret "
		"'sai "
		" sek "
		" iy "
		" salek "
		" "
		" "
	word
		"reku'"
		"sarka'"
		"cha'"
		"erek"
		"krech"
		"rek"
		"kik"
		"tik"
		"vek"
		"k'"
		"ch'"
		"s'"
	word
		"er"
		"elek"
		"kar"
		"kurei"
		"ai"
		"i"
		"i'ai"
		"i'lek"
		"a'uk"
		"echa"
	word
		"."
		"."
		"."
		"'i."
		"'ai."
		" eku."
		" sat."
		"'i sek."
		"'ar."
		" kar."
		" esek'cha."

phrase "friendly wanderer"
	word
		"We are "
		"We are the Wanderers, "
		"This [space, territory] belongs to "
		"This [space, territory] belongs to the Wanderers, "
		"You are a guest of the Wanderers, "
	word
		"the "
	word
		"[repairers, fixers] "
		"restorers "
		"healers "
		"[shapers, remakers] "
		"[transformers, renewers] "
		"revitalizers "
		"ones who take care "
		"renewers "
		"settlers "
		"friends "
	word
		"of "
	word
		"[harmed, abused] "
		"broken "
		"[brutalized, mistreated] "
		"[wasted, spent] "
		"dead "
		"[lifeless, barren] "
		"ruined "
		"[consumed, devoured] "
		"exploited "
		"poisoned "
		"wrecked "
		"abandoned "
	word
		"worlds."
		"planets."
		"places."
		"lands."
		"ecosystems."
		"biospheres."