0% found this document useful (0 votes)
48 views

Lua

This document defines a module called "ToME" for a role-playing game. It specifies details like the module's name, version, author, description which involves investigating an old tower, and various game parameters like the maximum player level, skills, and dungeon levels. Random quests and a character quest are enabled for this module.

Uploaded by

Mikhail Miguel
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views

Lua

This document defines a module called "ToME" for a role-playing game. It specifies details like the module's name, version, author, description which involves investigating an old tower, and various game parameters like the maximum player level, skills, and dungeon levels. Random quests and a character quest are enabled for this module.

Uploaded by

Mikhail Miguel
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Test comment [[Test multiline comment ]] add_module { ["name"] = "ToME", ["shortname"] = "tome", ["version"] = { 3, 0, 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, ["max_skill_level"] = 50, ["skill_per_level"] = function() return 5 end, ["mod_savefiles"]= { "ToME", }, }

You might also like