Commit f06d25ef45e5101cdf31cd8380545dfaad4b6bf3

Authored by dg
1 parent be40ddeb

mooooooaarrr tillleesss


git-svn-id: http://svn.net-core.org/repos/t-engine4@3318 51575b47-30f0-44d4-a5cc-537603b46e54
... ... @@ -1220,6 +1220,7 @@ end
1220 1220
1221 1221 function _M:createRandomBoss(base, data)
1222 1222 local b = base:clone()
  1223 + data = data or {level=1}
1223 1224
1224 1225 ------------------------------------------------------------
1225 1226 -- Basic stuff, name, rank, ...
... ...
... ... @@ -96,6 +96,7 @@ newEntity{ base = "BASE_NPC_MULTIHUED_DRAKE",
96 96
97 97 newEntity{ base = "BASE_NPC_MULTIHUED_DRAKE",
98 98 name = "greater multi-hued wyrm", color=colors.PURPLE, display="D",
  99 + resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/dragon_multihued_greater_multi_hued_wyrm.png", display_h=2, display_y=-1}}},
99 100 desc = [[An old and powerful multi-hued drake, armed with many deadly breath weapons and nasty claws.]],
100 101 level_range = {35, nil}, exp_worth = 1,
101 102 rarity = 8,
... ... @@ -140,6 +141,7 @@ newEntity{ base = "BASE_NPC_MULTIHUED_DRAKE",
140 141 newEntity{ base = "BASE_NPC_MULTIHUED_DRAKE",
141 142 unique = true,
142 143 name = "Ureslak the Prismatic", color=colors.VIOLET, display="D",
  144 + resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/drake_multi_ureslak.png", display_h=2, display_y=-1}}},
143 145 desc = [[A huge multi-hued drake. It seems to shift color rapidly.]],
144 146 level_range = {35, nil}, exp_worth = 4,
145 147 rarity = 50,
... ...