// The SpeciesCensusOrdering.focs.txt file is used in
// default/scripting/species.  The format is a single line,

// `SpeciesCensusOrdering`

// followed by any number of lines like,

// `tag = "LITHIC"\n`

// The list of species tags provides the order that species are displayed
// and ordered in the empire Census pop-up.

SpeciesCensusOrdering
    tag = "LITHIC"
    tag = "ORGANIC"
    tag = "PHOTOTROPHIC"
    tag = "ROBOTIC"
    tag = "SELF_SUSTAINING"
    tag = "TELEPATHIC"
