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

elite

git-svn-id: http://svn.net-core.org/repos/t-engine4@961 51575b47-30f0-44d4-a5cc-537603b46e54
parent d7bf7b1f
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ newEntity{ base = "BASE_NPC_ORC_GRUSHNAK",
desc = [[An orc clad in a massive armour, wielding a shield and a deadly axe.]],
level_range = {35, nil}, exp_worth = 1,
rarity = 4,
rank = 3,
max_life = resolvers.rngavg(170,180), life_rating = 14,
resolvers.equip{
{type="weapon", subtype="waraxe", autoreq=true},
......@@ -77,6 +78,7 @@ newEntity{ base = "BASE_NPC_ORC_GRUSHNAK",
desc = [[An orc clad in a massive armour, wielding a huge axe.]],
level_range = {35, nil}, exp_worth = 1,
rarity = 4,
rank = 3,
max_life = resolvers.rngavg(170,180), life_rating = 14,
resolvers.equip{
{type="weapon", subtype="waraxe", autoreq=true},
......
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