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

New egos and world artifacts

git-svn-id: http://svn.net-core.org/repos/t-engine4@1856 51575b47-30f0-44d4-a5cc-537603b46e54
parent 40765aaf
No related branches found
No related tags found
No related merge requests found
......@@ -32,3 +32,15 @@ newEntity{
life_regen = resolvers.mbonus_material(60, 15, function(e, v) v=v/10 return v * 10, v end),
},
}
newEntity{
name = "nimble", prefix=true, instant_resolve=true,
level_range = {25, 50},
greater_ego = true,
rarity = 22,
cost = 35,
wielder = {
combat_def_ranged = resolvers.mbonus_material(8, 2, function(e, v) return v * 1 end),
movement_speed = -0.1,
inc_stats = { [Stats.STAT_DEX] = resolvers.mbonus_material(3, 2, function(e, v) return v * 3 end), },
}
......@@ -1175,6 +1175,35 @@ newEntity{ base = "BASE_LEATHER_BELT",
},
}
newEntity{ base = "BASE_LIGHT_ARMOR",
unique = true,
name = "Behemoth Hide",
unided_name = "tough weathered hide",
desc = [[A rough hide made from a massive beast. Seeing as it's so weathered but useable, maybe it's a bit special...]],
color = colors.BROWN,
level_range = {12, 22},
rarity = 210,
require = { stat = { str=18 }, },
cost = 250,
material_level = 3,
wielder = {
inc_stats = { [Stats.STAT_STR] = 2, [Stats.STAT_CON] = 2 },
combat_armor = 6,
combat_def = 4,
combat_def_ranged = 8,
max_encumber = 20,
life_regen = 0.7,
stamina_regen = 0.7,
fatigue = 10,
max_stamina = 43,
max_life = 45,
knockback_immune = 0.1,
size_category = 1,
},
}
newEntity{ base = "BASE_HEAVY_ARMOR",
unique = true,
name = "Iron Mail of Bloodletting",
......
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