<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dwarffortresswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Apocrypha</id>
	<title>Dwarf Fortress Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://dwarffortresswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Apocrypha"/>
	<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php/Special:Contributions/Apocrypha"/>
	<updated>2026-04-11T20:37:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31_Talk:Calendar&amp;diff=155103</id>
		<title>v0.31 Talk:Calendar</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31_Talk:Calendar&amp;diff=155103"/>
		<updated>2011-12-05T23:38:09Z</updated>

		<summary type="html">&lt;p&gt;Apocrypha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Stopping at years other than 1050 ==&lt;br /&gt;
I think that's a worldgen option now: the history of the world or something. Can someone edit the article to show this?&lt;br /&gt;
-[[User:SirAaronIII|SirAaronIII]] 19:46, 23 November 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Golden Age&amp;quot; &amp;quot;Twilight Age&amp;quot; &amp;quot;Age of Myth&amp;quot; what do these mean? ==&lt;br /&gt;
&lt;br /&gt;
I was searching for information on how the worldgen determines what &amp;quot;age&amp;quot; it is in the world, and my search came up with only this stub of a segment on this page stating that &amp;quot;the history of the world during world generation is divided into several different ages, depending on the condition of the world during that time.&amp;quot; Is there no further information about this? I really want to know how worldgen determines the various ages.&lt;br /&gt;
:I think 40d has info on that. but basicly an Age is a term used to describe a period of history ex: the Bronze Age, when humanity mostly used bronze for metal. In DF Ages are named by how many megabeasts still live ex: Age of Myth is when most megabeasts are still alive, and by how many intelegent creatures are still alive ex: Twilight Age civilizations are dying out.&lt;br /&gt;
&lt;br /&gt;
==&amp;quot;All worlds start in the Age of Myths&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
This isn't true if you generate a world that doesn't have any mega beasts.&lt;br /&gt;
&lt;br /&gt;
== The wet season has begun ==&lt;br /&gt;
I started playing a game in v0.31.20 and embarked on a map with a good mountain biome and a tropical broadleaf forrest. While watching the seasons pass, I saw messages like &amp;quot;The wet season has begun&amp;quot; , &amp;quot;The dry season has begun&amp;quot;, &amp;quot;Winter has arrived on the calendar&amp;quot; or &amp;quot;Autumn has arrived on the calendar&amp;quot;. This seemed new to me, since I don't recall seeing this in any of my 40d games. Can anyone confirm if this is a new set of messages? -Coaldiamond [[Special:Contributions/207.96.13.12|207.96.13.12]]&lt;br /&gt;
&lt;br /&gt;
== Draconic Age ==&lt;br /&gt;
&lt;br /&gt;
Don't ask me how, but I 'discovered' an additional game Age while testing world generation parameters. I'm not interested enough to devote much time to researching this, but anyone wanting to know more can use the code below to generate a world which initializes during this period. It is cluttered, but as this is a infrequently-viewed specialist page I see little consequence to leaving it here. Significantly, the world has a minimum elevation of 80 and an x-variance of 150, meaning lots of mountains.. and dragons? Tasty. [[User:Rep|Rep]] 10:24, 25 October 2011 (UTC)&lt;br /&gt;
:&amp;quot;Draconic&amp;quot; is just the adjective form of {{L|dragon}}, and it's what you get when the '''only''' megabeast in the world is a dragon. If it was any other megabeast, you would've gotten &amp;quot;Age of the Bronze Colossus&amp;quot;, &amp;quot;The Roc Age&amp;quot;, etc. - in other words, it's just an instance of &amp;quot;Age of (Megabeast's/Demon's name/title)&amp;quot;. --[[User:Quietust|Quietust]] 12:58, 25 October 2011 (UTC)&lt;br /&gt;
* Could this not just be an age where there is only one &amp;quot;power&amp;quot; (megabeast v titan etc), and it happens to be a dragon? [[User:Kalon|Kalon]] 05:13, 26 October 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[WORLD_GEN]&lt;br /&gt;
	[TITLE:DRACONIC ODDNESS]&lt;br /&gt;
	[SEED:4294967295]&lt;br /&gt;
	[HISTORY_SEED:4294967295]&lt;br /&gt;
	[NAME_SEED:4294967295]&lt;br /&gt;
	[CREATURE_SEED:4294967295]&lt;br /&gt;
	[DIM:33:33]&lt;br /&gt;
	[EMBARK_POINTS:1274]&lt;br /&gt;
	[END_YEAR:500]&lt;br /&gt;
	[BEAST_END_YEAR:50:90]&lt;br /&gt;
	[REVEAL_ALL_HISTORY:1]&lt;br /&gt;
	[CULL_HISTORICAL_FIGURES:0]&lt;br /&gt;
	[ELEVATION:80:350:100:15]&lt;br /&gt;
	[RAINFALL:10:100:51:51]&lt;br /&gt;
	[TEMPERATURE:25:75:0:0]&lt;br /&gt;
	[DRAINAGE:33:100:51:51]&lt;br /&gt;
	[VOLCANISM:0:100:51:51]&lt;br /&gt;
	[SAVAGERY:0:0:51:51]&lt;br /&gt;
	[ELEVATION_FREQUENCY:1:1:1:1:1:1]&lt;br /&gt;
	[RAIN_FREQUENCY:1:1:1:1:1:1]&lt;br /&gt;
	[DRAINAGE_FREQUENCY:1:1:1:1:1:1]&lt;br /&gt;
	[TEMPERATURE_FREQUENCY:1:0:0:0:0:0]&lt;br /&gt;
	[SAVAGERY_FREQUENCY:1:1:1:1:1:1]&lt;br /&gt;
	[VOLCANISM_FREQUENCY:1:1:1:1:2:4]&lt;br /&gt;
	[MINERAL_SCARCITY:500]&lt;br /&gt;
	[MEGABEAST_CAP:1]&lt;br /&gt;
	[SEMIMEGABEAST_CAP:2]&lt;br /&gt;
	[TITAN_NUMBER:0]&lt;br /&gt;
	[TITAN_ATTACK_TRIGGER:120:0:200000]&lt;br /&gt;
	[DEMON_NUMBER:0]&lt;br /&gt;
	[NIGHT_CREATURE_NUMBER:52]&lt;br /&gt;
	[GOOD_SQ_COUNTS:1:16:0]&lt;br /&gt;
	[EVIL_SQ_COUNTS:0:0:0]&lt;br /&gt;
	[PEAK_NUMBER_MIN:0]&lt;br /&gt;
	[PARTIAL_OCEAN_EDGE_MIN:1]&lt;br /&gt;
	[COMPLETE_OCEAN_EDGE_MIN:0]&lt;br /&gt;
	[VOLCANO_MIN:20]&lt;br /&gt;
	[REGION_COUNTS:SWAMP:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:DESERT:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:FOREST:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:MOUNTAINS:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:OCEAN:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:GLACIER:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:TUNDRA:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:GRASSLAND:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:HILLS:0:0:0]&lt;br /&gt;
	[EROSION_CYCLE_COUNT:250]&lt;br /&gt;
	[RIVER_MINS:40:40]&lt;br /&gt;
	[PERIODICALLY_ERODE_EXTREMES:1]&lt;br /&gt;
	[OROGRAPHIC_PRECIPITATION:1]&lt;br /&gt;
	[SUBREGION_MAX:2750]&lt;br /&gt;
	[CAVERN_LAYER_COUNT:3]&lt;br /&gt;
	[CAVERN_LAYER_OPENNESS_MIN:80]&lt;br /&gt;
	[CAVERN_LAYER_OPENNESS_MAX:100]&lt;br /&gt;
	[CAVERN_LAYER_PASSAGE_DENSITY_MIN:80]&lt;br /&gt;
	[CAVERN_LAYER_PASSAGE_DENSITY_MAX:100]&lt;br /&gt;
	[CAVERN_LAYER_WATER_MIN:0]&lt;br /&gt;
	[CAVERN_LAYER_WATER_MAX:20]&lt;br /&gt;
	[HAVE_BOTTOM_LAYER_1:1]&lt;br /&gt;
	[HAVE_BOTTOM_LAYER_2:1]&lt;br /&gt;
	[LEVELS_ABOVE_GROUND:10]&lt;br /&gt;
	[LEVELS_ABOVE_LAYER_1:5]&lt;br /&gt;
	[LEVELS_ABOVE_LAYER_2:1]&lt;br /&gt;
	[LEVELS_ABOVE_LAYER_3:1]&lt;br /&gt;
	[LEVELS_ABOVE_LAYER_4:1]&lt;br /&gt;
	[LEVELS_ABOVE_LAYER_5:2]&lt;br /&gt;
	[LEVELS_AT_BOTTOM:1]&lt;br /&gt;
	[CAVE_MIN_SIZE:5]&lt;br /&gt;
	[CAVE_MAX_SIZE:25]&lt;br /&gt;
	[MOUNTAIN_CAVE_MIN:1]&lt;br /&gt;
	[NON_MOUNTAIN_CAVE_MIN:3]&lt;br /&gt;
	[ALL_CAVES_VISIBLE:1]&lt;br /&gt;
	[SHOW_EMBARK_TUNNEL:2]&lt;br /&gt;
	[TOTAL_CIV_NUMBER:5]&lt;br /&gt;
	[TOTAL_CIV_POPULATION:15000]&lt;br /&gt;
	[SITE_CAP:5]&lt;br /&gt;
	[PLAYABLE_CIVILIZATION_REQUIRED:1]&lt;br /&gt;
	[ELEVATION_RANGES:0:0:0]&lt;br /&gt;
	[RAIN_RANGES:0:0:0]&lt;br /&gt;
	[DRAINAGE_RANGES:0:0:0]&lt;br /&gt;
	[SAVAGERY_RANGES:0:0:0]&lt;br /&gt;
	[VOLCANISM_RANGES:0:0:0]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Second Age of Myth ==&lt;br /&gt;
I just generated a world that ended in &amp;quot;The Second Age of Myth.&amp;quot; I know what causes the age of myth, but the whole Second thing throws me off. I can't find any information on it at all. According to legends, it went from the First Age of Myth to the Age of Legends, then to the Second Age of Myth, all in the span of 250 years. Anybody have any ideas? --[[User:Apocrypha|Apocrypha]] 22:45, 5 December 2011 (UTC)&lt;br /&gt;
:Sorry to double post, but I've had a second occurence of this tonight with the same parameters. I seem to be unable to upload a screenshot, but I do have the parameters I've been using.--[[User:Apocrypha|Apocrypha]] 23:38, 5 December 2011 (UTC)&lt;br /&gt;
&amp;lt;pre&amp;gt;[TITLE:VOLCANIC]&lt;br /&gt;
	[DIM:129:129]&lt;br /&gt;
	[EMBARK_POINTS:1274]&lt;br /&gt;
	[END_YEAR:250]&lt;br /&gt;
	[BEAST_END_YEAR:180:80]&lt;br /&gt;
	[REVEAL_ALL_HISTORY:1]&lt;br /&gt;
	[CULL_HISTORICAL_FIGURES:0]&lt;br /&gt;
	[ELEVATION:1:400:401:401]&lt;br /&gt;
	[RAINFALL:0:100:200:200]&lt;br /&gt;
	[TEMPERATURE:25:75:200:200]&lt;br /&gt;
	[DRAINAGE:0:100:200:200]&lt;br /&gt;
	[VOLCANISM:0:100:200:200]&lt;br /&gt;
	[SAVAGERY:0:100:200:200]&lt;br /&gt;
	[ELEVATION_FREQUENCY:1:1:1:1:1:1]&lt;br /&gt;
	[RAIN_FREQUENCY:1:1:1:1:1:1]&lt;br /&gt;
	[DRAINAGE_FREQUENCY:1:1:1:1:1:1]&lt;br /&gt;
	[TEMPERATURE_FREQUENCY:1:1:1:1:1:1]&lt;br /&gt;
	[SAVAGERY_FREQUENCY:1:1:1:1:1:1]&lt;br /&gt;
	[VOLCANISM_FREQUENCY:1:1:1:1:1:1]&lt;br /&gt;
	[MINERAL_SCARCITY:750]&lt;br /&gt;
	[MEGABEAST_CAP:18]&lt;br /&gt;
	[SEMIMEGABEAST_CAP:37]&lt;br /&gt;
	[TITAN_NUMBER:9]&lt;br /&gt;
	[TITAN_ATTACK_TRIGGER:80:0:100000]&lt;br /&gt;
	[DEMON_NUMBER:28]&lt;br /&gt;
	[NIGHT_CREATURE_NUMBER:28]&lt;br /&gt;
	[GOOD_SQ_COUNTS:25:251:503]&lt;br /&gt;
	[EVIL_SQ_COUNTS:25:251:503]&lt;br /&gt;
	[PEAK_NUMBER_MIN:12]&lt;br /&gt;
	[PARTIAL_OCEAN_EDGE_MIN:1]&lt;br /&gt;
	[COMPLETE_OCEAN_EDGE_MIN:0]&lt;br /&gt;
	[VOLCANO_MIN:10]&lt;br /&gt;
	[REGION_COUNTS:SWAMP:260:1:1]&lt;br /&gt;
	[REGION_COUNTS:DESERT:260:1:1]&lt;br /&gt;
	[REGION_COUNTS:FOREST:1040:3:3]&lt;br /&gt;
	[REGION_COUNTS:MOUNTAINS:2080:2:2]&lt;br /&gt;
	[REGION_COUNTS:OCEAN:2080:1:1]&lt;br /&gt;
	[REGION_COUNTS:GLACIER:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:TUNDRA:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:GRASSLAND:2080:3:3]&lt;br /&gt;
	[REGION_COUNTS:HILLS:2080:3:3]&lt;br /&gt;
	[EROSION_CYCLE_COUNT:250]&lt;br /&gt;
	[RIVER_MINS:100:100]&lt;br /&gt;
	[PERIODICALLY_ERODE_EXTREMES:1]&lt;br /&gt;
	[OROGRAPHIC_PRECIPITATION:1]&lt;br /&gt;
	[SUBREGION_MAX:2750]&lt;br /&gt;
	[CAVERN_LAYER_COUNT:3]&lt;br /&gt;
	[CAVERN_LAYER_OPENNESS_MIN:0]&lt;br /&gt;
	[CAVERN_LAYER_OPENNESS_MAX:100]&lt;br /&gt;
	[CAVERN_LAYER_PASSAGE_DENSITY_MIN:0]&lt;br /&gt;
	[CAVERN_LAYER_PASSAGE_DENSITY_MAX:100]&lt;br /&gt;
	[CAVERN_LAYER_WATER_MIN:0]&lt;br /&gt;
	[CAVERN_LAYER_WATER_MAX:100]&lt;br /&gt;
	[HAVE_BOTTOM_LAYER_1:1]&lt;br /&gt;
	[HAVE_BOTTOM_LAYER_2:1]&lt;br /&gt;
	[LEVELS_ABOVE_GROUND:15]&lt;br /&gt;
	[LEVELS_ABOVE_LAYER_1:5]&lt;br /&gt;
	[LEVELS_ABOVE_LAYER_2:1]&lt;br /&gt;
	[LEVELS_ABOVE_LAYER_3:1]&lt;br /&gt;
	[LEVELS_ABOVE_LAYER_4:1]&lt;br /&gt;
	[LEVELS_ABOVE_LAYER_5:2]&lt;br /&gt;
	[LEVELS_AT_BOTTOM:1]&lt;br /&gt;
	[CAVE_MIN_SIZE:5]&lt;br /&gt;
	[CAVE_MAX_SIZE:25]&lt;br /&gt;
	[MOUNTAIN_CAVE_MIN:25]&lt;br /&gt;
	[NON_MOUNTAIN_CAVE_MIN:50]&lt;br /&gt;
	[ALL_CAVES_VISIBLE:1]&lt;br /&gt;
	[SHOW_EMBARK_TUNNEL:2]&lt;br /&gt;
	[TOTAL_CIV_NUMBER:40]&lt;br /&gt;
	[TOTAL_CIV_POPULATION:15000]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Apocrypha</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31_Talk:Calendar&amp;diff=155102</id>
		<title>v0.31 Talk:Calendar</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31_Talk:Calendar&amp;diff=155102"/>
		<updated>2011-12-05T22:47:31Z</updated>

		<summary type="html">&lt;p&gt;Apocrypha: /* The Second Age of Myth */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Stopping at years other than 1050 ==&lt;br /&gt;
I think that's a worldgen option now: the history of the world or something. Can someone edit the article to show this?&lt;br /&gt;
-[[User:SirAaronIII|SirAaronIII]] 19:46, 23 November 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Golden Age&amp;quot; &amp;quot;Twilight Age&amp;quot; &amp;quot;Age of Myth&amp;quot; what do these mean? ==&lt;br /&gt;
&lt;br /&gt;
I was searching for information on how the worldgen determines what &amp;quot;age&amp;quot; it is in the world, and my search came up with only this stub of a segment on this page stating that &amp;quot;the history of the world during world generation is divided into several different ages, depending on the condition of the world during that time.&amp;quot; Is there no further information about this? I really want to know how worldgen determines the various ages.&lt;br /&gt;
:I think 40d has info on that. but basicly an Age is a term used to describe a period of history ex: the Bronze Age, when humanity mostly used bronze for metal. In DF Ages are named by how many megabeasts still live ex: Age of Myth is when most megabeasts are still alive, and by how many intelegent creatures are still alive ex: Twilight Age civilizations are dying out.&lt;br /&gt;
&lt;br /&gt;
==&amp;quot;All worlds start in the Age of Myths&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
This isn't true if you generate a world that doesn't have any mega beasts.&lt;br /&gt;
&lt;br /&gt;
== The wet season has begun ==&lt;br /&gt;
I started playing a game in v0.31.20 and embarked on a map with a good mountain biome and a tropical broadleaf forrest. While watching the seasons pass, I saw messages like &amp;quot;The wet season has begun&amp;quot; , &amp;quot;The dry season has begun&amp;quot;, &amp;quot;Winter has arrived on the calendar&amp;quot; or &amp;quot;Autumn has arrived on the calendar&amp;quot;. This seemed new to me, since I don't recall seeing this in any of my 40d games. Can anyone confirm if this is a new set of messages? -Coaldiamond [[Special:Contributions/207.96.13.12|207.96.13.12]]&lt;br /&gt;
&lt;br /&gt;
== Draconic Age ==&lt;br /&gt;
&lt;br /&gt;
Don't ask me how, but I 'discovered' an additional game Age while testing world generation parameters. I'm not interested enough to devote much time to researching this, but anyone wanting to know more can use the code below to generate a world which initializes during this period. It is cluttered, but as this is a infrequently-viewed specialist page I see little consequence to leaving it here. Significantly, the world has a minimum elevation of 80 and an x-variance of 150, meaning lots of mountains.. and dragons? Tasty. [[User:Rep|Rep]] 10:24, 25 October 2011 (UTC)&lt;br /&gt;
:&amp;quot;Draconic&amp;quot; is just the adjective form of {{L|dragon}}, and it's what you get when the '''only''' megabeast in the world is a dragon. If it was any other megabeast, you would've gotten &amp;quot;Age of the Bronze Colossus&amp;quot;, &amp;quot;The Roc Age&amp;quot;, etc. - in other words, it's just an instance of &amp;quot;Age of (Megabeast's/Demon's name/title)&amp;quot;. --[[User:Quietust|Quietust]] 12:58, 25 October 2011 (UTC)&lt;br /&gt;
* Could this not just be an age where there is only one &amp;quot;power&amp;quot; (megabeast v titan etc), and it happens to be a dragon? [[User:Kalon|Kalon]] 05:13, 26 October 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[WORLD_GEN]&lt;br /&gt;
	[TITLE:DRACONIC ODDNESS]&lt;br /&gt;
	[SEED:4294967295]&lt;br /&gt;
	[HISTORY_SEED:4294967295]&lt;br /&gt;
	[NAME_SEED:4294967295]&lt;br /&gt;
	[CREATURE_SEED:4294967295]&lt;br /&gt;
	[DIM:33:33]&lt;br /&gt;
	[EMBARK_POINTS:1274]&lt;br /&gt;
	[END_YEAR:500]&lt;br /&gt;
	[BEAST_END_YEAR:50:90]&lt;br /&gt;
	[REVEAL_ALL_HISTORY:1]&lt;br /&gt;
	[CULL_HISTORICAL_FIGURES:0]&lt;br /&gt;
	[ELEVATION:80:350:100:15]&lt;br /&gt;
	[RAINFALL:10:100:51:51]&lt;br /&gt;
	[TEMPERATURE:25:75:0:0]&lt;br /&gt;
	[DRAINAGE:33:100:51:51]&lt;br /&gt;
	[VOLCANISM:0:100:51:51]&lt;br /&gt;
	[SAVAGERY:0:0:51:51]&lt;br /&gt;
	[ELEVATION_FREQUENCY:1:1:1:1:1:1]&lt;br /&gt;
	[RAIN_FREQUENCY:1:1:1:1:1:1]&lt;br /&gt;
	[DRAINAGE_FREQUENCY:1:1:1:1:1:1]&lt;br /&gt;
	[TEMPERATURE_FREQUENCY:1:0:0:0:0:0]&lt;br /&gt;
	[SAVAGERY_FREQUENCY:1:1:1:1:1:1]&lt;br /&gt;
	[VOLCANISM_FREQUENCY:1:1:1:1:2:4]&lt;br /&gt;
	[MINERAL_SCARCITY:500]&lt;br /&gt;
	[MEGABEAST_CAP:1]&lt;br /&gt;
	[SEMIMEGABEAST_CAP:2]&lt;br /&gt;
	[TITAN_NUMBER:0]&lt;br /&gt;
	[TITAN_ATTACK_TRIGGER:120:0:200000]&lt;br /&gt;
	[DEMON_NUMBER:0]&lt;br /&gt;
	[NIGHT_CREATURE_NUMBER:52]&lt;br /&gt;
	[GOOD_SQ_COUNTS:1:16:0]&lt;br /&gt;
	[EVIL_SQ_COUNTS:0:0:0]&lt;br /&gt;
	[PEAK_NUMBER_MIN:0]&lt;br /&gt;
	[PARTIAL_OCEAN_EDGE_MIN:1]&lt;br /&gt;
	[COMPLETE_OCEAN_EDGE_MIN:0]&lt;br /&gt;
	[VOLCANO_MIN:20]&lt;br /&gt;
	[REGION_COUNTS:SWAMP:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:DESERT:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:FOREST:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:MOUNTAINS:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:OCEAN:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:GLACIER:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:TUNDRA:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:GRASSLAND:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:HILLS:0:0:0]&lt;br /&gt;
	[EROSION_CYCLE_COUNT:250]&lt;br /&gt;
	[RIVER_MINS:40:40]&lt;br /&gt;
	[PERIODICALLY_ERODE_EXTREMES:1]&lt;br /&gt;
	[OROGRAPHIC_PRECIPITATION:1]&lt;br /&gt;
	[SUBREGION_MAX:2750]&lt;br /&gt;
	[CAVERN_LAYER_COUNT:3]&lt;br /&gt;
	[CAVERN_LAYER_OPENNESS_MIN:80]&lt;br /&gt;
	[CAVERN_LAYER_OPENNESS_MAX:100]&lt;br /&gt;
	[CAVERN_LAYER_PASSAGE_DENSITY_MIN:80]&lt;br /&gt;
	[CAVERN_LAYER_PASSAGE_DENSITY_MAX:100]&lt;br /&gt;
	[CAVERN_LAYER_WATER_MIN:0]&lt;br /&gt;
	[CAVERN_LAYER_WATER_MAX:20]&lt;br /&gt;
	[HAVE_BOTTOM_LAYER_1:1]&lt;br /&gt;
	[HAVE_BOTTOM_LAYER_2:1]&lt;br /&gt;
	[LEVELS_ABOVE_GROUND:10]&lt;br /&gt;
	[LEVELS_ABOVE_LAYER_1:5]&lt;br /&gt;
	[LEVELS_ABOVE_LAYER_2:1]&lt;br /&gt;
	[LEVELS_ABOVE_LAYER_3:1]&lt;br /&gt;
	[LEVELS_ABOVE_LAYER_4:1]&lt;br /&gt;
	[LEVELS_ABOVE_LAYER_5:2]&lt;br /&gt;
	[LEVELS_AT_BOTTOM:1]&lt;br /&gt;
	[CAVE_MIN_SIZE:5]&lt;br /&gt;
	[CAVE_MAX_SIZE:25]&lt;br /&gt;
	[MOUNTAIN_CAVE_MIN:1]&lt;br /&gt;
	[NON_MOUNTAIN_CAVE_MIN:3]&lt;br /&gt;
	[ALL_CAVES_VISIBLE:1]&lt;br /&gt;
	[SHOW_EMBARK_TUNNEL:2]&lt;br /&gt;
	[TOTAL_CIV_NUMBER:5]&lt;br /&gt;
	[TOTAL_CIV_POPULATION:15000]&lt;br /&gt;
	[SITE_CAP:5]&lt;br /&gt;
	[PLAYABLE_CIVILIZATION_REQUIRED:1]&lt;br /&gt;
	[ELEVATION_RANGES:0:0:0]&lt;br /&gt;
	[RAIN_RANGES:0:0:0]&lt;br /&gt;
	[DRAINAGE_RANGES:0:0:0]&lt;br /&gt;
	[SAVAGERY_RANGES:0:0:0]&lt;br /&gt;
	[VOLCANISM_RANGES:0:0:0]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Second Age of Myth ==&lt;br /&gt;
I just generated a world that ended in &amp;quot;The Second Age of Myth.&amp;quot; I know what causes the age of myth, but the whole Second thing throws me off. I can't find any information on it at all. According to legends, it went from the First Age of Myth to the Age of Legends, then to the Second Age of Myth, all in the span of 250 years. Anybody have any ideas? --[[User:Apocrypha|Apocrypha]] 22:45, 5 December 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Apocrypha</name></author>
	</entry>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=v0.31_Talk:Calendar&amp;diff=155101</id>
		<title>v0.31 Talk:Calendar</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=v0.31_Talk:Calendar&amp;diff=155101"/>
		<updated>2011-12-05T22:45:04Z</updated>

		<summary type="html">&lt;p&gt;Apocrypha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Stopping at years other than 1050 ==&lt;br /&gt;
I think that's a worldgen option now: the history of the world or something. Can someone edit the article to show this?&lt;br /&gt;
-[[User:SirAaronIII|SirAaronIII]] 19:46, 23 November 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Golden Age&amp;quot; &amp;quot;Twilight Age&amp;quot; &amp;quot;Age of Myth&amp;quot; what do these mean? ==&lt;br /&gt;
&lt;br /&gt;
I was searching for information on how the worldgen determines what &amp;quot;age&amp;quot; it is in the world, and my search came up with only this stub of a segment on this page stating that &amp;quot;the history of the world during world generation is divided into several different ages, depending on the condition of the world during that time.&amp;quot; Is there no further information about this? I really want to know how worldgen determines the various ages.&lt;br /&gt;
:I think 40d has info on that. but basicly an Age is a term used to describe a period of history ex: the Bronze Age, when humanity mostly used bronze for metal. In DF Ages are named by how many megabeasts still live ex: Age of Myth is when most megabeasts are still alive, and by how many intelegent creatures are still alive ex: Twilight Age civilizations are dying out.&lt;br /&gt;
&lt;br /&gt;
==&amp;quot;All worlds start in the Age of Myths&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
This isn't true if you generate a world that doesn't have any mega beasts.&lt;br /&gt;
&lt;br /&gt;
== The wet season has begun ==&lt;br /&gt;
I started playing a game in v0.31.20 and embarked on a map with a good mountain biome and a tropical broadleaf forrest. While watching the seasons pass, I saw messages like &amp;quot;The wet season has begun&amp;quot; , &amp;quot;The dry season has begun&amp;quot;, &amp;quot;Winter has arrived on the calendar&amp;quot; or &amp;quot;Autumn has arrived on the calendar&amp;quot;. This seemed new to me, since I don't recall seeing this in any of my 40d games. Can anyone confirm if this is a new set of messages? -Coaldiamond [[Special:Contributions/207.96.13.12|207.96.13.12]]&lt;br /&gt;
&lt;br /&gt;
== Draconic Age ==&lt;br /&gt;
&lt;br /&gt;
Don't ask me how, but I 'discovered' an additional game Age while testing world generation parameters. I'm not interested enough to devote much time to researching this, but anyone wanting to know more can use the code below to generate a world which initializes during this period. It is cluttered, but as this is a infrequently-viewed specialist page I see little consequence to leaving it here. Significantly, the world has a minimum elevation of 80 and an x-variance of 150, meaning lots of mountains.. and dragons? Tasty. [[User:Rep|Rep]] 10:24, 25 October 2011 (UTC)&lt;br /&gt;
:&amp;quot;Draconic&amp;quot; is just the adjective form of {{L|dragon}}, and it's what you get when the '''only''' megabeast in the world is a dragon. If it was any other megabeast, you would've gotten &amp;quot;Age of the Bronze Colossus&amp;quot;, &amp;quot;The Roc Age&amp;quot;, etc. - in other words, it's just an instance of &amp;quot;Age of (Megabeast's/Demon's name/title)&amp;quot;. --[[User:Quietust|Quietust]] 12:58, 25 October 2011 (UTC)&lt;br /&gt;
* Could this not just be an age where there is only one &amp;quot;power&amp;quot; (megabeast v titan etc), and it happens to be a dragon? [[User:Kalon|Kalon]] 05:13, 26 October 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[WORLD_GEN]&lt;br /&gt;
	[TITLE:DRACONIC ODDNESS]&lt;br /&gt;
	[SEED:4294967295]&lt;br /&gt;
	[HISTORY_SEED:4294967295]&lt;br /&gt;
	[NAME_SEED:4294967295]&lt;br /&gt;
	[CREATURE_SEED:4294967295]&lt;br /&gt;
	[DIM:33:33]&lt;br /&gt;
	[EMBARK_POINTS:1274]&lt;br /&gt;
	[END_YEAR:500]&lt;br /&gt;
	[BEAST_END_YEAR:50:90]&lt;br /&gt;
	[REVEAL_ALL_HISTORY:1]&lt;br /&gt;
	[CULL_HISTORICAL_FIGURES:0]&lt;br /&gt;
	[ELEVATION:80:350:100:15]&lt;br /&gt;
	[RAINFALL:10:100:51:51]&lt;br /&gt;
	[TEMPERATURE:25:75:0:0]&lt;br /&gt;
	[DRAINAGE:33:100:51:51]&lt;br /&gt;
	[VOLCANISM:0:100:51:51]&lt;br /&gt;
	[SAVAGERY:0:0:51:51]&lt;br /&gt;
	[ELEVATION_FREQUENCY:1:1:1:1:1:1]&lt;br /&gt;
	[RAIN_FREQUENCY:1:1:1:1:1:1]&lt;br /&gt;
	[DRAINAGE_FREQUENCY:1:1:1:1:1:1]&lt;br /&gt;
	[TEMPERATURE_FREQUENCY:1:0:0:0:0:0]&lt;br /&gt;
	[SAVAGERY_FREQUENCY:1:1:1:1:1:1]&lt;br /&gt;
	[VOLCANISM_FREQUENCY:1:1:1:1:2:4]&lt;br /&gt;
	[MINERAL_SCARCITY:500]&lt;br /&gt;
	[MEGABEAST_CAP:1]&lt;br /&gt;
	[SEMIMEGABEAST_CAP:2]&lt;br /&gt;
	[TITAN_NUMBER:0]&lt;br /&gt;
	[TITAN_ATTACK_TRIGGER:120:0:200000]&lt;br /&gt;
	[DEMON_NUMBER:0]&lt;br /&gt;
	[NIGHT_CREATURE_NUMBER:52]&lt;br /&gt;
	[GOOD_SQ_COUNTS:1:16:0]&lt;br /&gt;
	[EVIL_SQ_COUNTS:0:0:0]&lt;br /&gt;
	[PEAK_NUMBER_MIN:0]&lt;br /&gt;
	[PARTIAL_OCEAN_EDGE_MIN:1]&lt;br /&gt;
	[COMPLETE_OCEAN_EDGE_MIN:0]&lt;br /&gt;
	[VOLCANO_MIN:20]&lt;br /&gt;
	[REGION_COUNTS:SWAMP:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:DESERT:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:FOREST:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:MOUNTAINS:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:OCEAN:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:GLACIER:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:TUNDRA:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:GRASSLAND:0:0:0]&lt;br /&gt;
	[REGION_COUNTS:HILLS:0:0:0]&lt;br /&gt;
	[EROSION_CYCLE_COUNT:250]&lt;br /&gt;
	[RIVER_MINS:40:40]&lt;br /&gt;
	[PERIODICALLY_ERODE_EXTREMES:1]&lt;br /&gt;
	[OROGRAPHIC_PRECIPITATION:1]&lt;br /&gt;
	[SUBREGION_MAX:2750]&lt;br /&gt;
	[CAVERN_LAYER_COUNT:3]&lt;br /&gt;
	[CAVERN_LAYER_OPENNESS_MIN:80]&lt;br /&gt;
	[CAVERN_LAYER_OPENNESS_MAX:100]&lt;br /&gt;
	[CAVERN_LAYER_PASSAGE_DENSITY_MIN:80]&lt;br /&gt;
	[CAVERN_LAYER_PASSAGE_DENSITY_MAX:100]&lt;br /&gt;
	[CAVERN_LAYER_WATER_MIN:0]&lt;br /&gt;
	[CAVERN_LAYER_WATER_MAX:20]&lt;br /&gt;
	[HAVE_BOTTOM_LAYER_1:1]&lt;br /&gt;
	[HAVE_BOTTOM_LAYER_2:1]&lt;br /&gt;
	[LEVELS_ABOVE_GROUND:10]&lt;br /&gt;
	[LEVELS_ABOVE_LAYER_1:5]&lt;br /&gt;
	[LEVELS_ABOVE_LAYER_2:1]&lt;br /&gt;
	[LEVELS_ABOVE_LAYER_3:1]&lt;br /&gt;
	[LEVELS_ABOVE_LAYER_4:1]&lt;br /&gt;
	[LEVELS_ABOVE_LAYER_5:2]&lt;br /&gt;
	[LEVELS_AT_BOTTOM:1]&lt;br /&gt;
	[CAVE_MIN_SIZE:5]&lt;br /&gt;
	[CAVE_MAX_SIZE:25]&lt;br /&gt;
	[MOUNTAIN_CAVE_MIN:1]&lt;br /&gt;
	[NON_MOUNTAIN_CAVE_MIN:3]&lt;br /&gt;
	[ALL_CAVES_VISIBLE:1]&lt;br /&gt;
	[SHOW_EMBARK_TUNNEL:2]&lt;br /&gt;
	[TOTAL_CIV_NUMBER:5]&lt;br /&gt;
	[TOTAL_CIV_POPULATION:15000]&lt;br /&gt;
	[SITE_CAP:5]&lt;br /&gt;
	[PLAYABLE_CIVILIZATION_REQUIRED:1]&lt;br /&gt;
	[ELEVATION_RANGES:0:0:0]&lt;br /&gt;
	[RAIN_RANGES:0:0:0]&lt;br /&gt;
	[DRAINAGE_RANGES:0:0:0]&lt;br /&gt;
	[SAVAGERY_RANGES:0:0:0]&lt;br /&gt;
	[VOLCANISM_RANGES:0:0:0]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Second Age of Myth ==&lt;br /&gt;
I just generated a world that ended in &amp;quot;The Second Age of Myth.&amp;quot; I know what causes the age of myth, but the whole Second thing throws me off. I can't find any information on it at all. Anybody have any ideas? --[[User:Apocrypha|Apocrypha]] 22:45, 5 December 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Apocrypha</name></author>
	</entry>
</feed>