File: module.lua

package info (click to toggle)
tome 2.3.11-ah-2
  • links: PTS, VCS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd
  • size: 18,976 kB
  • ctags: 12,278
  • sloc: ansic: 145,042; sh: 212; makefile: 70
file content (48 lines) | stat: -rw-r--r-- 1,032 bytes parent folder | download
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
add_module
{
	["name"]    = "Theme",
	["version"] = { 1, 2, 0 },
	["author"]  = { "furiosity", "furiosity@gmail.com" },
	["desc"] = {
		"A module that goes back to Tolkien roots, though by no means canonical.",
		"A new wilderness map, new monsters, objects, artifacts, uniques, ego items,",
		"terrain features, gods, races, subraces, and classes. Have fun. :-)",
	},

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

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

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

	["random_artifact_weapon_chance"] = 30,
	["random_artifact_armor_chance"] = 30,
	["random_artifact_jewelry_chance"] = 30,

	["max_plev"] = 50,
	["max_skill_overage"] = 5,

	["mod_savefiles"]=
	{
		"Theme",
	},
	["layout"] = 
	{ 
	["apex"] = "theme", 
	["core"] = "theme",
	["data"] = "theme", 
	["dngn"] = "theme",
	["edit"] = "theme", 
	["file"] = "theme",
	["help"] = "theme",
	["note"] = "theme",
	["save"] = "theme",
	["scpt"] = "theme",
	["user"] = "theme",
	["pref"] = "theme",
	}, 
}