@BEGINEVENTS

@IF
RANDOMTURN
denominator=7
@THEN
CREATEUNIT
unit=Space Thing
owner=Barbarians
veteran=no
homecity=NOne
locations
129,73
127,73
endlocations
@ENDIF

@IF
UNITKILLED
unit=Hyperbattery
attacker=Barbarians
defender=ANYBODY
@THEN
TEXT
The Space Thing discharges enough energy to power the Hyperbattery! A rent is made in
time/space, and the waiting hypertanks roll through, awaiting your command.
ENDTEXT
GIVETECHNOLOGY
receiver=TRIGGERDEFENDER
technology=13
@ENDIF

@IF
CITYTAKEN
city=Star Junction
attacker=ANYBODY
defender=Galaxions
@THEN
TEXT
The Superstargate on which most Galaxion commerce depends has been lost! The Galaxions
have suffered an incredible defeat in this battle! The Namuhs claim total victory.
ENDTEXT
DESTROYACIVILIZATION
whom=Galaxions
@ENDIF

@IF
NEGOTIATION
talker=Namuhs
talkertype=HumanOrComputer
listener=Galaxions
listenertype=HumanOrComputer
@THEN
@ENDIF

@IF
NEGOTIATION
talker=Galaxions
talkertype=HumanOrComputer
listener=Namuhs
listenertype=HumanOrComputer
@THEN
@ENDIF

@ENDEVENTS
