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

Orc wyrmics/soldiers base level increased to 10 (they should not appear in the trollmire)

git-svn-id: http://svn.net-core.org/repos/t-engine4@2572 51575b47-30f0-44d4-a5cc-537603b46e54
parent 721512d8
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ newEntity{ base = "BASE_NPC_ORC",
define_as = "HILL_ORC_WARRIOR",
name = "orc warrior", color=colors.LIGHT_UMBER,
desc = [[He is a hardy, well-weathered survivor.]],
level_range = {1, nil}, exp_worth = 1,
level_range = {10, nil}, exp_worth = 1,
rarity = 1,
max_life = resolvers.rngavg(70,80),
resolvers.equip{
......@@ -65,7 +65,7 @@ newEntity{ base = "BASE_NPC_ORC",
define_as = "HILL_ORC_ARCHER",
name = "orc archer", color=colors.UMBER,
desc = [[He is a hardy, well-weathered survivor.]],
level_range = {1, nil}, exp_worth = 1,
level_range = {10, nil}, exp_worth = 1,
rarity = 3,
max_life = resolvers.rngavg(70,80),
combat_armor = 5, combat_def = 1,
......@@ -83,7 +83,7 @@ newEntity{ base = "BASE_NPC_ORC",
newEntity{ base = "BASE_NPC_ORC", define_as = "ORC",
name = "orc soldier", color=colors.DARK_RED,
desc = [[A fierce soldier-orc.]],
level_range = {1, nil}, exp_worth = 1,
level_range = {10, nil}, exp_worth = 1,
rarity = 2,
max_life = resolvers.rngavg(120,140),
life_rating = 11,
......@@ -98,7 +98,7 @@ newEntity{ base = "BASE_NPC_ORC", define_as = "ORC",
newEntity{ base = "BASE_NPC_ORC", define_as = "ORC_FIRE_WYRMIC",
name = "fiery orc wyrmic", color=colors.RED,
desc = [[A fierce soldier-orc trained in the discipline of dragons.]],
level_range = {1, nil}, exp_worth = 1,
level_range = {10, nil}, exp_worth = 1,
rarity = 6,
rank = 3,
max_life = resolvers.rngavg(100,110),
......@@ -125,7 +125,7 @@ newEntity{ base = "BASE_NPC_ORC", define_as = "ORC_FIRE_WYRMIC",
newEntity{ base = "BASE_NPC_ORC",
name = "icy orc wyrmic", color=colors.BLUE, define_as = "ORC_ICE_WYRMIC",
desc = [[A fierce soldier-orc trained in the discipline of dragons.]],
level_range = {1, nil}, exp_worth = 1,
level_range = {10, nil}, exp_worth = 1,
rarity = 6,
rank = 3,
max_life = resolvers.rngavg(100,110),
......@@ -152,7 +152,7 @@ newEntity{ base = "BASE_NPC_ORC",
newEntity{ base = "BASE_NPC_ORC",
name = "orc assassin", color_r=0, color_g=0, color_b=resolvers.rngrange(175, 195),
desc = [[An orc trained in the secret ways of assassination, stealthy and deadly.]],
level_range = {5, nil}, exp_worth = 1,
level_range = {12, nil}, exp_worth = 1,
rarity = 3,
infravision = 10,
combat_armor = 2, combat_def = 12,
......
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