This file is indexed.

/usr/share/games/endless-sky/data/wanderers.txt is in endless-sky-data 0.9.8-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
895
896
897
898
899
900
901
902
903
904
905
906
907
908
# 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 names:
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 opportunistic
	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

fleet "Wanderer Flycatchers"
	government "Wanderer"
	names "wanderer"
	personality
		swarming
		heroic
	variant
		"Flycatcher" 5
	variant
		"Flycatcher" 4
	variant
		"Flycatcher" 3
	variant
		"Flycatcher" 2


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"
	"Wanderer Ramscoop"
	"Cargo Expansion"
	"Outfits Expansion"
	"Small Bunk Room"
	"Local Map"
	"Hyperdrive"

outfitter "Wanderer Advanced"
	"Sunbeam"
	"Thunderhead Missile"
	"Thunderhead Launcher"
	"Thunderhead Storage Array"
	"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"
	"Wanderer Ramscoop"
	"Cargo Expansion"
	"Outfits Expansion"
	"Small Bunk Room"
	"Bunk Room"
	"Local Map"
	"Hyperdrive"


# Hails:
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"
	word
		"."

phrase "friendly wanderer"
	word
		"You are "
	word
		"a welcome "
		"an honored "
	word
		"[visitor, traveller] "
		"guest "
	word
		""
		"to us"
		"to our people"
		"to the Wanderers"
	word
		", "
		" - "
	word
		"so long as "
		"as long as "
		"[providing, given] "
	word
		"you respect our ways"
		"you respect our worlds"
		"you respect our ecosystems"
		"you show respect for our ways"
		"you show respect for our worlds"
		"you show respect for our ecosystems"
		"you live sustainably"
		"you [consume, devour] no more than you need"
		"you cause no harm"
		"you come in peace"
	word
		"."

phrase "friendly wanderer"
	word
		"We mean "
		"We intend "
		"We plan "
		"We come "
	word
		"to "
		"only to "
		"simply to "
		"solely to "
	word
		"[repair, fix] "
		"restore "
		"heal "
		"[shape, remake] "
		"[transform, renew] "
		"revitalize "
		"take care of "
		"breathe [life, hope] "
	word
		"what has been "
		"what others have "
		"what those who came before have "
	word
		"[harmed, abused]"
		"broken"
		"[brutalized, mistreated]"
		"[wasted, spent]"
		"killed"
		"rendered [lifeless, barren]"
		"ruined"
		"[consumed, devoured]"
		"exploited"
		"poisoned"
		"wrecked"
	word
		"."
			
phrase "hostile wanderer"
	word
		"We do not wish to "
		"We do not want to "
		"We wish not to "
		"It gives us no [joy, pleasure] to "	
	word
		"harm you"
		"destroy you"
		"kill you"
		"[end, terminate] you"
		"be [violent, destructive]"
	word
		", "
	word
		"but we must "
		"but we will "
	word
		"[protect, shepherd] "
		"defend "
		"guard "
		"preserve "
	word
		"our "
	word
		"[space, territory]"
		"[territory, responsibility]"
		"worlds"
		"planets"
		"lands"
		"ecoystems"
		"biospheres"
		"people"
		"[calling, work]"
		"ways"
	word
		"."
		
phrase "hostile wanderer"
	word
		"Your "
	word
		"actions "
		"deeds "
		"crimes "
	word
		"are "
	word
		"those of [consumers, devourers]"
		"those of destroyers"
		"those of [murderers, exploiters]"
		"shameless"
		"unforgivable"
		"against nature"
	word
		". "
	word
		"You will not "
		"You shall not "
		"You cannot be allowed to "
	word
		"prevail"
		"succeed"
		"win"
		"continue"
		"remain"
	word
		"."
		
phrase "hostile wanderer"
	word
		"You "
		"[Murderers, exploiters] "
	word
		"have no place "
		"do not belong "
		"are not welcome "
	word
		"here"
		"in our [space, territory]"
		"amongst us"
	word
		". "
	word
		"Leave"
		"Begone"
		"Remove yourself"
	word
		", "
	word
		"so we may continue our [calling, work]"
		"and we will not pursue you"
		"and we will allow you to live"
		"or we will destroy you"
		"or we will be forced to kill you"
		"or we will be forced to [end, terminate] you"
		"and never return"
		"and learn [wisdom, balance]"
	word
		"."
		
phrase "hostile disabled wanderer"
	word
		"It is not too late "
		"There is still time "
		"You still have an opportunity "
	word
		"to "
	word
		"leave"
		"leave in peace"
		"surrender"
		"desist"
		"make [amends, reparations]"
		"make [amends, reparations] for your crimes"
		"make things right with us"
		"learn [wisdom, balance]"
		"end this violence"
		"end this destruction"
		"put a stop to this"
	word
		"."
		
phrase "hostile disabled wanderer"
	word
		"We "
		"The [leaders, elders] "
	word
		"were wrong to trust you, "
		"were mistaken in trusting you, "
		"should never have welcomed you, "
	word
		"[alien, outsider]"
		"human"
		"[murderer, exploiter]"
	word
		"."
		"!"
		
phrase "hostile disabled wanderer"
	word
		"Our people "
		"Our young ones "
		"We "
	word
		"do not deserve this "
		"should not suffer this "
	word
		"violence"
		"betrayal"
		"[harm, abuse]"
	word
		". "
	word 
		"You must "
		"Please "
	word
		"desist"
		"stop"
		"stop this"
		"leave"
		"begone"
		"remove yourself"
		"have mercy"
	word
		"."

event "wanderers: first tech increase"
	system "Ik'kara'ka"
		add fleet "Wanderer Flycatchers" 400
	system "Chy'chra"
		add fleet "Wanderer Flycatchers" 300
	system "Prakacha'a"
		remove fleet "Unfettered Tribute"
	system "Sich'ka'ara"
		add fleet "Wanderer Flycatchers" 600
	system "Chirr'ay'akai"
		add fleet "Wanderer Flycatchers" 800
	system "Kiro'ku"
		add fleet "Wanderer Flycatchers" 1000
	system "Ap'arak"
		add fleet "Wanderer Flycatchers" 1200
	fleet "Wanderer Defense"
		add variant 2
			"Autumn Leaf" 2
		add variant 2
			"Strong Wind"
			"Autumn Leaf" 2
		add variant
			"Strong Wind"
			"Autumn Leaf"
			"Summer Leaf"
		add variant
			"Autumn Leaf"
			"Summer Leaf" 2
		add variant 2
			"Autumn Leaf"
			"Summer Leaf"
	shipyard "Wanderer Basics"
		"Flycatcher"
	shipyard "Wanderer Advanced"
		"Flycatcher"
		"Autumn Leaf"
	outfitter "Wanderer Basics"
		"Wanderer Anti-Missile"
	outfitter "Wanderer Advanced"
		"Wanderer Anti-Missile"
		"Sunbeam Turret"
		"Dual Sunbeam Turret"

event "wanderers: unfettered invasion starts"
	system "Ik'kara'ka"
		fleet "Wanderer Freight" 1200
		fleet "Wanderer Drones" 900
		fleet "Wanderer Defense" 200
		fleet "Wanderer Flycatchers" 200
		fleet "Small Unfettered" 1200
		fleet "Large Unfettered" 500
	system "Chy'chra"
		government "Hai (Unfettered)"
		fleet "Wanderer Defense" 3000
		fleet "Unfettered Raid" 1000
		fleet "Small Unfettered" 400
		fleet "Large Unfettered" 400
	system "Prakacha'a"
		fleet "Wanderer Freight" 900
		fleet "Wanderer Drones" 800
		fleet "Wanderer Defense" 200
		fleet "Small Unfettered" 1800
		fleet "Large Unfettered" 800
	system "Ehma Ti"
		remove fleet "Unfettered Tribute"
	system "Sich'ka'ara"
		add fleet "Wanderer Defense" 500
		add fleet "Wanderer Flycatchers" 600
		add fleet "Large Unfettered" 1200
	system "Chirr'ay'akai"
		add fleet "Wanderer Defense" 500
		add fleet "Wanderer Flycatchers" 480
		add fleet "Large Unfettered" 1200
	"reputation: Hai (Unfettered)" <?= -100
	government "Hai (Unfettered)"
		"attitude toward"
			"Wanderer" -.01
	planet "Varu K'est"
		attributes unfettered
		description `Varu K'est is a spare, ancient planet of arid plateaus and deep, meandering canyons, with too little rainfall to support any but the hardiest of shrubs. Before the Unfettered invaded, the only Wanderer settlements remaining here were the military bases they had set up to defend their frontier. Now, it is home to an ever-growing number of Unfettered settlements, including many civilians who have come here just for the chance to live on a world that is not overcrowded and polluted.`
		spaceport `The Unfettered are using the few jump drives they have to ferry more and more of their people into Wanderer space. When each wave of ships arrives here in the spaceport, technicians carefully remove the jump drives from all but a few of them. A few well guarded jump-capable ships then carry those spare jump drives back to Unfettered space, where they are used to bring more ships and people.`
		shipyard clear
		outfitter clear

event "wanderers: tempest mass production"
	fleet "Wanderer Defense"
		add variant 6
			"Tempest"
			"Summer Leaf"
			"Autumn Leaf"
		add variant 4
			"Tempest (Heavy)"
			"Strong Wind"
		add variant 1
			"Tempest (Heavy)"
			"Tempest"
			"Tempest (Missile)"
		add variant 2
			"Tempest (Heavy)"
			"Tempest"
		add variant 1
			"Tempest (Missile)" 2
		add variant 2
			"Strong Wind"
			"Autumn Leaf"
		add variant 2
			"Autumn Leaf" 3
		add variant 1
			"Summer Leaf" 4
		remove variant
			"Summer Leaf" 5
		remove variant
			"Strong Wind"
			"Summer Leaf"
		remove variant
			"Strong Wind"
			"Summer Leaf" 3
		remove variant
			"Autumn Leaf" 2
		remove variant
			"Strong Wind"
			"Autumn Leaf" 2
		remove variant
			"Autumn Leaf"
			"Summer Leaf"
	shipyard "Wanderer Advanced"
		"Tempest"
	outfitter "Wanderer Advanced"
		"Red Sun Reactor"

event "wanderers: more systems lost"
	system "Ka'pru"
		government "Hai (Unfettered)"
		fleet "Large Unfettered" 2000
		fleet "Small Unfettered" 1000
	system "Kiro'ku"
		government "Hai (Unfettered)"
		fleet "Large Unfettered" 1200
		fleet "Small Unfettered" 800
	system "Sich'ka'ara"
		government "Hai (Unfettered)"
		fleet "Large Unfettered" 400
		fleet "Small Unfettered" 400
		fleet "Wanderer Defense" 600
	planet "Vara Ke'stai"
		attributes unfettered farming
		description `The Wanderers worked for years to make this desert world bloom: planting hardy shrubs and cacti that eventually transform the sand into a soil that can hold moisture. In some regions, especially closer to the poles, the deserts have given way to dense forests, but near the equator there are still large stretches of dry and barren sand, broken by the occasional belt of green where a narrow river winds between the dunes.`
		description `	Now that the Unfettered have taken over control of the planet, it may be only a matter of time before the deserts dominate it once again.`
		spaceport `The spaceport is in a forest village near the planet's north pole. The landing pads are massive stone monoliths laid on the ground in a nearby clearing. But aside from a few large warehouses at ground level, the village itself is entirely made of tree-houses. Although they are very different from Hai architecture, the Unfettered seem to be quite at home living in the tree-houses, and have not built many of their own structures yet.`
		outfitter clear
	planet "Var' Kar'i'i"
		attributes unfettered urban farming
		description `Of all the worlds that the Unfettered have captured, this is surely the one that the Wanderers will miss the most: a heavily forested planet that was once home to countless small villages and even a few cities. The Unfettered are clearly doing their best to tend the farms here, but they operate on a permaculture system that relies heavily on maintaining a delicate ecological balance, rather than on machines and pesticides.`
		spaceport `A large number of Unfettered settlers have already arrived here and begun setting up a spaceport village, complete with markets, taverns, and military barracks. To the Unfettered, who have lived their whole lives on worlds where the local ecology is in shambles, this planet must seem like a paradise.`
		shipyard clear
		outfitter clear
	planet "Vara Ke'sok"
		attributes unfettered fishing
		description `The surface of this world is almost entirely ocean. The Wanderer settlements were built on massive floating algae mats, some of them the size of a small city. Engines are attached to some of these floating villages, allowing them to be slowly propelled from one part of the planet's surface to another, and the only native industries are fishing and seaweed farming.`
		spaceport `The raft of algae that supports the spaceport is probably at least a dozen meters thick, but flexible enough that it bends as the ocean swells pass underneath, causing individual buildings to rise up or tilt slightly relative to their neighbors. Now that this world has been captured by the Unfettered, nearly all the buildings are empty; it appears that the Hai are not too fond of the idea of inhabiting a water world, so they are using it mostly as a military base.`

planet "The Eye"
	spaceport ""

event "wanderers: the eye begins to open"
	system Sko'karak
		fleet "Wanderer Defense" 500
		add object
			sprite planet/wisp
			distance 2331.95
			period 2518.05

event "wanderers: the eye opens"
	unvisit Sabriset
	system Sabriset
		add fleet "Wanderer Defense" 1200
		add fleet "Wanderer Drones" 600
		add fleet "Wanderer Freight" 4000
		add object "The Eye"
			sprite planet/wormhole
			distance 2022.87
			period 919.438
	system Sepriaptu
		add fleet "Wanderer Defense" 1600
		add fleet "Wanderer Drones" 800
	system Kaliptari
		fleet "Large Quarg" 2000
		fleet "Small Kor Mereti" 8000
		fleet "Large Kor Mereti" 3600
		fleet "Wanderer Defense" 1000
		fleet "Wanderer Drones" 500
	system Solifar
		fleet "Large Quarg" 3000
		fleet "Wanderer Defense" 1800
		fleet "Wanderer Drones" 700
	system Fornarep
		fleet "Large Quarg" 1000
		fleet "Small Kor Mereti" 7000
		fleet "Large Kor Mereti" 4000
	system Skeruto
		fleet "Large Quarg" 1000
	system Mekislepti
		add fleet "Small Kor Mereti" 4000
		add fleet "Large Kor Mereti" 12000
		add fleet "Wanderer Drones" 2000
	unvisit Sko'karak
	system Sko'karak
		add fleet "Wanderer Drones" 400
		add fleet "Wanderer Freight" 2000
		object
			sprite star/m0
			period 10
		object
			sprite planet/rock8
			distance 154.36
			period 42.8832
		object
			sprite planet/rock18
			distance 384.05
			period 168.293
		object
			sprite planet/desert1
			distance 617.3
			period 342.949
		object
			sprite planet/gas4
			distance 1227.46
			period 961.603
			object
				sprite planet/callisto
				distance 272
				period 15.8216
			object
				sprite planet/rock3
				distance 406
				period 28.8527
		object "The Eye"
			sprite planet/wormhole
			distance 2331.95
			period 2518.05

event "wanderers: derecho mass production"
	fleet "Wanderer Defense"
		add variant 4
			"Derecho"
			"Tempest"
		add variant 3
			"Derecho (Turret)"
			"Tempest (Missile)"
		add variant 2
			"Derecho (Tough)"
			"Tempest (Heavy)"
		add variant 4
			"Derecho"
			"Strong Wind" 2
		add variant 3
			"Derecho (Tough)"
			"Autumn Leaf"
			"Summer Leaf" 2
		add variant 2
			"Derecho (Turret)"
			"Tempest (Heavy)"
			"Tempest"
	shipyard "Wanderer Advanced"
		"Derecho"
	outfitter "Wanderer Advanced"
		"Blue Sun Reactor"
		"Wanderer Heat Sink"

event "wanderers: spera anatrusk colony"
	system Ap'arak
		remove fleet "Large Unfettered"
		add fleet "Large Unfettered" 8000
	system Kaliptari
		government "Wanderer"
	planet "Spera Anatrusk"
		attributes wanderer
		add description `	Hidden deep in a canyon, the Wanderers have begun establishing a military base here.`
		spaceport `The Wanderers have hollowed out hangars and caves in the soft sandstone walls of this canyon and have begun to build a military base where they can store supplies and repair their ships while trying to decide how best to deal with the new challenges that face them in Korath space.`
		spaceport `	Oddly enough, they have also found enough time to plant a large garden on a terrace near the base of the canyon, where they are experimenting to find out which plant species will best grow in this arid environment. The Wanderer drive to understand and transform the local ecology is strong, indeed.`

event "wanderers: hurricane mass production"
	fleet "Wanderer Defense"
		add variant 5
			"Hurricane"
		add variant 2
			"Hurricane (Turret)"
		add variant 2
			"Hurricane (Tough)"
		add variant 3
			"Hurricane"
			"Derecho"
			"Tempest"
		add variant 2
			"Hurricane"
			"Tempest" 2
		add variant 3
			"Hurricane (Turret)"
			"Derecho (Turret)"
			"Tempest (Heavy)"
		add variant 2
			"Hurricane (Tough)"
			"Tempest (Missile)" 2
	shipyard "Wanderer Advanced"
		"Hurricane"

event "wanderers: desi seledrak"
	system "Solifar"
		government "Wanderer"
	planet "Desi Seledrak"
		attributes wanderer
		description `Plumes of soot and ash rise from a cluster of several dozen volcanoes on this planet's main continent, shrouding the planet in a thick layer of clouds and choking out the sunlight. The ruins of several Korath cities and the geometric grids of cleared land surrounding them show that this was once a farming world, but now few plants are able to survive and kilometer-high glaciers have begun creeping down from the poles.`
		description `	With some help from the Mereti drones, the Wanderers have set up factories here that are pumping out carbon dioxide and methane to warm the atmosphere. In a few decades, the glaciers may start to recede.`
		spaceport `This odd settlement was built half by the Wanderers and half by the Mereti drones. The layout of the streets is completely chaotic, and they have planted rows of trees and bushes everywhere: some inside greenhouses, and some hardier species out in the open air. The settlement is near the equator, but it is still not particularly warm.`