summaryrefslogtreecommitdiff
path: root/lib/mods/theme/module.lua
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-03-04 15:53:46 +0100
committerBardur Arantsson <bardur@scientician.net>2012-03-29 19:59:21 +0200
commita1ebb9363e31ad449377a5794f1bf93d84e25bc8 (patch)
tree3722b20555e47d8c20283b75bfc37b9eb7ba767f /lib/mods/theme/module.lua
parent6be64d33039bf2ece3f50b3162b2da7f74ce2e4a (diff)
Import Theme repository into main repository
Diffstat (limited to 'lib/mods/theme/module.lua')
-rw-r--r--lib/mods/theme/module.lua48
1 files changed, 48 insertions, 0 deletions
diff --git a/lib/mods/theme/module.lua b/lib/mods/theme/module.lua
new file mode 100644
index 00000000..cc0b6f08
--- /dev/null
+++ b/lib/mods/theme/module.lua
@@ -0,0 +1,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",
+ },
+} \ No newline at end of file