mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
21 lines
934 B
XML
21 lines
934 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Entity parent="template_gaia_treasure">
|
|
<Footprint replace="">
|
|
<Circle radius="2.0"/>
|
|
<Height>2.0</Height>
|
|
</Footprint>
|
|
<Identity>
|
|
<SpecificName>Pegasus</SpecificName>
|
|
<History>
|
|
Legends say that Pegasus sprung from the decapitated body of Medusa and was the mount for the Hero Bellerophon when the hero fought the Chimera. Afterwards Bellerophon became haughty and tried to fly Pegasus to Mount Olympus. Zeus, the king of the Greek gods, sent a fly to drive Pegasus wild. Bellerophon was thrown off and lived the rest of his life blind, lame, and in poverty. Nothing more was said about Pegasus, at least until now. The famous horse would fetch a fine price if sold.
|
|
</History>
|
|
</Identity>
|
|
<Treasure>
|
|
<Resources>
|
|
<metal>1000</metal>
|
|
</Resources>
|
|
</Treasure>
|
|
<VisualActor>
|
|
<Actor>special/pegasus.xml</Actor>
|
|
</VisualActor>
|
|
</Entity>
|