From a5a4f737005258097fb46a7c746ac202575fd03e Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 2 Apr 2012 22:10:00 +0200 Subject: Lua: Move module initialization code to C --- lib/mods/theme/module.lua | 48 ----------------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 lib/mods/theme/module.lua (limited to 'lib/mods/theme') diff --git a/lib/mods/theme/module.lua b/lib/mods/theme/module.lua deleted file mode 100644 index cc0b6f08..00000000 --- a/lib/mods/theme/module.lua +++ /dev/null @@ -1,48 +0,0 @@ -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 -- cgit v1.2.3