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

oups

git-svn-id: http://svn.net-core.org/repos/t-engine4@5096 51575b47-30f0-44d4-a5cc-537603b46e54
parent c5d5e152
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ newEntity{ base = "BASE_MINDSTAR",
level_range = {30, 40},
require = { stat = { wil=35 }, },
cost = 25,
material_level = 32,
material_level = 4,
combat = {
dam = resolvers.rngavg(12,14),
apr = 5,
......
......@@ -382,6 +382,7 @@ function resolvers.calc.image_material(t, e)
if type(t[2]) == "string" and t[2] == "nature" then t[2] = {"mossy","vined","thorned","pulsing","living"} end
if type(t[2]) == "string" and t[2] == "cloth" then t[2] = {"linen","woollen","cashmere","silk","elvensilk"} end
local ml = e.material_level or 1
print("================", e.name, t[1], ml, t[2][ml])
return "object/"..t[1].."_"..t[2][ml]..".png"
end
......
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