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

typo

git-svn-id: http://svn.net-core.org/repos/t-engine4@1879 51575b47-30f0-44d4-a5cc-537603b46e54
parent a8c7e8ea
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ newEntity{
newEntity{ base = "BASE_NPC_ORC_RAK_SHOR",
name = "orc necromancer", color=colors.DARK_GREY,
desc = [[An orc dressed in black robes. He mumbles is a harsh tongue.]],
desc = [[An orc dressed in black robes. He mumbles in a harsh tongue.]],
level_range = {25, nil}, exp_worth = 1,
rarity = 1,
max_life = resolvers.rngavg(70,80), life_rating = 7,
......@@ -73,7 +73,7 @@ newEntity{ base = "BASE_NPC_ORC_RAK_SHOR",
newEntity{ base = "BASE_NPC_ORC_RAK_SHOR",
name = "orc blood mage", color=colors.CRIMSON,
desc = [[An orc dressed in black robes. He mumbles is a harsh tongue.]],
desc = [[An orc dressed in black robes. He mumbles in a harsh tongue.]],
level_range = {27, nil}, exp_worth = 1,
rarity = 2,
max_life = resolvers.rngavg(110,120), life_rating = 12,
......@@ -96,7 +96,7 @@ newEntity{ base = "BASE_NPC_ORC_RAK_SHOR",
newEntity{ base = "BASE_NPC_ORC_RAK_SHOR",
name = "orc corruptor", color=colors.GREY,
desc = [[An orc dressed in black robes. He mumbles is a harsh tongue.]],
desc = [[An orc dressed in black robes. He mumbles in a harsh tongue.]],
level_range = {27, nil}, exp_worth = 1,
rarity = 4,
rank = 3,
......
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