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

Removed rings of invisibility

git-svn-id: http://svn.net-core.org/repos/t-engine4@1560 51575b47-30f0-44d4-a5cc-537603b46e54
parent 049e7f4b
No related branches found
No related tags found
No related merge requests found
......@@ -32,22 +32,6 @@ newEntity{
wielder = {
see_invisible = resolvers.mbonus_material(20, 5, function(e, v) return v * 0.2 end),
},
}
newEntity{
name = " of invisibility", suffix=true,
desc = [[Allows the wearer to become invisible to normal sight.
Such a power comes at a huge cost though...
Beware, you should take off your light, otherwise you will still be easily spotted.]],
level_range = {30, 40},
greater_ego = true,
rarity = 4,
cost = 16,
wielder = {
invisible = resolvers.mbonus_material(10, 5, function(e, v) return v * 1 end),
life_regen = -11,
},
}
newEntity{
......
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