/mocha_verduria

Mocha's Verduria Mod for Victoria 2

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

Notes:

Flags:

  • I designed the Viminian flag to be reflective of a rural landscape - a blue bar for the sky, a yellow bar for wheat, and a green bar for a fertile meadow... or something.
  • I designed the Suran flag to be a very abstracted map of the country itself.
  • I designed the Nanese flag to be represent a river flowing through a lush jungle, and the white circle represents rice.

Religious Icons:

  • I designed the Irreanism logo to be two opposing arrows representing the "great conflict between good and evil" (I was out of ideas...).
  • I reused the star of David for Gelalhát, to represent the "six gods" of Gelalhát.
  • Jippirism:
    • Blue circle representing Almea - "Jippir is the god of the world. He is present in every location."
    • White dot at the top of the circle representing the Tej - "Those who hear Jippir form a new nation, above any existing nation, and a new family, above any existing family."

Trade Goods:

RELIGION:

  • Todo: what do these believe?: Kebri

ADDING A COUNTRY CHECKLIST

  1. common/countries.txt
  2. common/countries/Xxx.txt
    • Including Color
  3. history/countries/XXX - xxx.txt
    • Capital, culture, religion
  4. history/provinces/almea/ (add core info to provinces)
  5. history/pops/3480.1.1/Xxx.txt
  6. localization/verduria.csv (add XXX and XXX_ADJ keys)
  7. gfx/flags/ (add the 5 flags)

ADDING A PROVINCE CHECKLIST

  1. map/default.map (max_provinces, and also sea_starts if applicable)
  2. map/definition.csv
  3. map/provinces.bmp
  4. map/positions.txt, climate.txt, continent.txt, region.txt
  5. copy file over to provinces/almea/...
  6. make sure pops are updated
  7. localization/verduria.csv

Default Pop Composition:

# XXX - 400% -> 100%
XXX = {
	aristocrats = {
		culture = viminian
		religion = cadhinoran
		size = 1%
	}

	clergymen = {
		culture = viminian
		religion = cadhinoran
		size = 1%
	}

	artisans = {
		culture = viminian
		religion = cadhinoran
		size = 5%
	}

	soldiers = {
		culture = viminian
		religion = cadhinoran
		size = 1%
	}

	officers = {
		culture = viminian
		religion = cadhinoran
		size = 0.1%
	}

	farmers = {
		culture = viminian
		religion = cadhinoran
		size = 91.9%
	}

}