Custom nation : Elbonia

Contribute, display and discuss rulesets and modpacks for use in Freeciv here.
Post Reply
Euroic
Posts: 13
Joined: Mon May 20, 2013 2:48 pm

Custom nation : Elbonia

Post by Euroic »

Hi there,

I made the custom imaginary nation of Elbonia, from the Dilbert comics of course. I made up a few city names from characters from the comics, my imagination ran short quickly enough, if you come up with more, be welcome. The leaders names and the names of the rest of the cities are carried over from the Nestorians. The flags, I made up from scratch.

Code: Select all

    [nation_elbonian]

    ; The country name 'Elbonia' was chosen because the inhabitants were
    ; believed to be Elbonian Christians.
    name=_("Elbonian")
    plural=_("?plural:Elbonians")
    groups="Imaginary"
    legend=_("Dilbert !")

    leaders = {
     "name",                "sex"
     "Prester John",        "Male" ; a.k.a. Presbyter Johannes
     "David of India",      "Male" ; Son, nephew or grandson of John
     "Repanse de Schoye",   "Female" ; Mother of John (von Eschenbach)
     "Feirefiz",            "Male" ; Father of John (von Eschenbach)
    }

    ruler_titles = {
     "government",      "male_title",      "female_title"
     "Monarchy",        _("Emperor %s"),   _("Empress %s")
     "Fundamentalism",  _("Patriarch %s"), _("Matriarch %s")
    }

    flag="elbonia"
    flag_alt = "-"
    city_style = "Babylonian"

    init_techs=""
    init_buildings=""

    init_government="Despotism"
    init_units=""
    civilwar_nations = "Arab", "Turkish"

    cities =
     "Polluted Capital",
     "Dilbertskaya",
     "Pointyhairbossnia",
     "Alicia",
     "Wallisgrad",
     "Asok",
     "Port Dogbert",
     "Mudville",
     "Smoketown",
     "Bornyasherk",
     "Smog Lake City",
     "Jaran",
     "Kepang",
     "Reog",
     "Kuda",
     "Lumping",
     "Dan Tari",
     "Kesurupan",
     "Da Vanyak",
     "Pertanyaan",
     "Tetapi",
     "Kalau ",
     "Bisa",
     "Membantu",
     "Sedikit",
     "Biaklah"
Attachments
elbonia-shield-large.png
elbonia-shield-large.png (631 Bytes) Viewed 4517 times
elbonia-shield.png
elbonia-shield.png (524 Bytes) Viewed 4517 times
elbonia-large.png
elbonia-large.png (968 Bytes) Viewed 4517 times
elbonia.png
elbonia.png (677 Bytes) Viewed 4517 times
Post Reply