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

ALchemist's golem now has a random color tile

git-svn-id: http://svn.net-core.org/repos/t-engine4@3948 51575b47-30f0-44d4-a5cc-537603b46e54
parent 9cd696f9
No related branches found
No related tags found
No related merge requests found
game/modules/tome/data/gfx/shockbolt/player/runic_golem/base_02.png

21.6 KiB

game/modules/tome/data/gfx/shockbolt/player/runic_golem/base_03.png

21.7 KiB

game/modules/tome/data/gfx/shockbolt/player/runic_golem/base_04.png

20.7 KiB

game/modules/tome/data/gfx/shockbolt/player/runic_golem/base_05.png

20.7 KiB

......@@ -32,6 +32,7 @@ local function makeGolem()
display = 'g', color=colors.WHITE, image = "npc/alchemist_golem.png",
moddable_tile = "runic_golem",
moddable_tile_nude = true,
moddable_tile_base = resolvers.generic(function() return "base_0"..rng.range(1, 5)..".png" end),
level_range = {1, 50}, exp_worth=0,
life_rating = 13,
never_anger = 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