The file always begins like this:
\{
\{
1) “TechId” {Description} Example:
“alchemy” \{ “Build a laboratory and produce basic potions.” \}
2) “TechId1” { “Description” {“TechId2”} }
Where TechID1 is the new technology and TechId2 must be researched first to unlock it. Example:
“alchemical conversion” \{ “Convert resources to and from gold.” \{“alchemy”\} \}
The file always begins like this:
\}
\}
The file always begins like this:
\{
Example of an empty section with all 4 subsections but no actual entries:
“DwarvenCrafting”
# Workshop
\{
\}
# Forge
\{
\}
# Lab
\{
\}
# Jeweller
\{
\}
1) {{ItemType} Speed ResourceID Amount}
Example:
\{ 0.03 \{ SkillId FORGE LastingEffect INSANITY \}\}\}
\}
\}
The file always ends like this:
\}
The file always begins like this:
\{
\{
\}
\{
creatureId = \{ CreatureIDMale CreatureIDFemale \}
tribeAlignment = TribeAlignment
immigrantGroups = \{“ImmigrantSection1” “ImmigrantSection2”...\}
technology = \{
“TechID1” “TechID2”...
\}
intialTech = \{
“TechID1” “TechID2”...
\}
buildingGroups = \{
\{“BuildMenuSection1” “BuildMenuSection2”...\}
\}
workshopGroups = \{
\{“WorkshopMenuSection1” “WorkshopMenuSection2”...\}
\}
description = “HelpText”
\}
Example:
\{
creatureId = \{ KEEPER_MAGE KEEPER_MAGE_F \}
tribeAlignment = EVIL
immigrantGroups = \{“imps” “dark_keeper”\}
technology = \{
“alchemy” “advanced alchemy” “alchemical conversion” “humanoid mutation” “beast mutation”
“pig breeding” “iron working” “jewellery” “two-handed weapons” “traps” “archery” “sorcery”
“advanced sorcery” “magical weapons” “master sorcery” “demonology”
\}
initialTech = \{ “sorcery” \}
buildingGroups = \{
“structure” “doors” “floors” “storage” “quarters” “library” “throne” “beds” “beast_cage” “pigsty” “coffins”
“training” “crafting” “demon_shrine” “prison” “orders” “installations” “magical_installations” “traps”
\}
workshopGroups = \{ “basic” “traps” \}
description = “Build and manage your dream dungeon, defend against raids, and attack your enemies!”
\}
\{ CreatureIDMale CreatureIDFemale \} TribeAlignment “HelpText”
Example:
\{ ADVENTURER ADVENTURER_F \} LAWFUL “Roam the land in search of adventures and loot!”
The file always begins like this:
\}