summaryrefslogtreecommitdiff
path: root/lib/module.lua
blob: f812cae60f9a5dd11173cf574aa01b522932bf84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
add_module
{
	["name"]        = "ToME",
	["version"]     = { 2, 2, 0 },
        ["author"]      = { "DarkGod", "darkgod@t-o-m-e.net" },
	["desc"] 	= {
        		"The Tales of Middle-earth, the standard and official game.",
                        "You are set on a quest to investigate the old tower of Dol Guldur.",
                        "But who knows what will happen...",
        },

        ["rand_quest"]  = TRUE,
        ["C_quest"] 	= TRUE,

        ["base_dungeon"] = 4,
        ["death_dungeon"] = 28,

        ["astral_dungeon"] = 8,
        ["astral_wild_x"] = 45,
        ["astral_wild_y"] = 19,

	["max_plev"] = 50,
	["max_skill_overage"] = 4,
        ["skill_per_level"] = function()
                return 5
        end,

        ["mod_savefiles"]=
        {
                "ToME",
        },
}