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

New images for the remaining objects!

git-svn-id: http://svn.net-core.org/repos/t-engine4@1010 51575b47-30f0-44d4-a5cc-537603b46e54
parent a2b7cf82
No related branches found
No related tags found
No related merge requests found
game/modules/tome/data/gfx/object/trident_orihalcum.png

816 B

game/modules/tome/data/gfx/object/trident_orite.png

865 B

game/modules/tome/data/gfx/object/turquoise.png

1.41 KiB

game/modules/tome/data/gfx/object/wizardhat_cashmere.png

813 B

game/modules/tome/data/gfx/object/wizardhat_elvensilk.png

893 B

game/modules/tome/data/gfx/object/wizardhat_linen.png

777 B

......@@ -213,7 +213,7 @@ function resolvers.image_material(image, values)
end
function resolvers.calc.image_material(t, e)
if not t[2] or (type(t[2]) == "string" and t[2] == "metal") then t[2] = {"iron", "steel", "dsteel", "galvorn", "mithril"} end
if type(t[2]) == "string" and t[2] == "sea-metal" then t[2] = {"coral", "blue-steel", "deep-steel", "orite", "orichalcum"} end
if type(t[2]) == "string" and t[2] == "sea-metal" then t[2] = {"coral", "bluesteel", "deepsteel", "orite", "orichalcum"} end
if type(t[2]) == "string" and t[2] == "leather" then t[2] = {"rough", "cured", "hardened", "reinforced", "drakeskin"} end
if type(t[2]) == "string" and t[2] == "wood" then t[2] = {"elm","ash","yew","elvenwood","dragonbone"} end
if type(t[2]) == "string" and t[2] == "cloth" then t[2] = {"linen","woolen","cashmere","silk","elvensilk"} 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