Skip to content
Snippets Groups Projects
Commit 4654bc3a authored by dg's avatar dg
Browse files

typo

git-svn-id: http://svn.net-core.org/repos/t-engine4@678 51575b47-30f0-44d4-a5cc-537603b46e54
parent 61a90b3f
No related branches found
No related tags found
No related merge requests found
...@@ -98,10 +98,8 @@ newEntity{ base = "BASE_NPC_OOZE", ...@@ -98,10 +98,8 @@ newEntity{ base = "BASE_NPC_OOZE",
newEntity{ base = "BASE_NPC_OOZE", newEntity{ base = "BASE_NPC_OOZE",
name = "gelatinous cube", color=colors.BLACK, name = "gelatinous cube", color=colors.BLACK,
desc = [["It is a strange, vast gelatinous structure that assumes desc = [["It is a strange, vast gelatinous structure that assumes cubic proportions as it lines all four walls of the corridors it patrols.
cubic proportions as it lines all four walls of the corridors it Through its transparent jelly structure you can see treasures it has engulfed, and a few corpses as well. "]],
patrols. Through its transparent jelly structure you can see
treasures it has engulfed, and a few corpses as well. "]],
level_range = {12, 50}, exp_worth = 1, level_range = {12, 50}, exp_worth = 1,
rarity = 7, rarity = 7,
max_life = resolvers.rngavg(50,100), max_life = resolvers.rngavg(50,100),
......
...@@ -103,8 +103,8 @@ newEntity{ base = "BASE_NPC_VAMPIRE", ...@@ -103,8 +103,8 @@ newEntity{ base = "BASE_NPC_VAMPIRE",
newEntity{ base = "BASE_NPC_VAMPIRE", newEntity{ base = "BASE_NPC_VAMPIRE",
name = "elder vampire", color=colors.RED, name = "elder vampire", color=colors.RED,
desc=[[A terrible robed undead figure, this creature has existed in its unlife for many centuries by stealing the life of others. It can desc=[[A terrible robed undead figure, this creature has existed in its unlife for many centuries by stealing the life of others.
summon the very shades of its victims from beyond the grave to come enslaved to its aid.]], It can summon the very shades of its victims from beyond the grave to come enslaved to its aid.]],
level_range = {26, 50}, exp_worth = 1, level_range = {26, 50}, exp_worth = 1,
rarity = 4, rarity = 4,
max_life = resolvers.rngavg(90,100), max_life = resolvers.rngavg(90,100),
......
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