Skip to content
Snippets Groups Projects
Commit 270a24d7 authored by dg's avatar dg
Browse files

rename

git-svn-id: http://svn.net-core.org/repos/t-engine4@1778 51575b47-30f0-44d4-a5cc-537603b46e54
parent 9b3688c4
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ newEntity{
newEntity{ base = "BASE_NPC_NAGA",
name = "naga myrmidon", color=colors.DARK_UMBER, image="npc/naga_myrmidon.png",
desc = [[A naga warrior, wielding a menacing trident.
Myrmidons are the most devoted warriors, following the orders of Maglor whatever they may be.]],
Myrmidons are the most devoted warriors of the nagas.]],
level_range = {30, nil}, exp_worth = 1,
rarity = 1,
max_life = resolvers.rngavg(120,150), life_rating = 16,
......
......@@ -18,7 +18,7 @@
-- darkgod@te4.org
return {
name = "Caverns of Ossë",
name = "Temple of Creation",
level_range = {30, 40},
level_scheme = "player",
max_level = 3,
......@@ -61,7 +61,7 @@ return {
generator = {
map = {
class = "engine.generator.map.Static",
map = "zones/caverns-osse-first",
map = "zones/temple-of-creation-first",
},
actor = {
nb_npc = {10, 10},
......@@ -73,7 +73,7 @@ return {
generator = {
map = {
class = "engine.generator.map.Static",
map = "zones/caverns-osse-last",
map = "zones/temple-of-creation-last",
},
actor = {
nb_npc = {7, 7},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment