[edit] I took the time to just make the rest of the colors. Time for molds or ooze. What the heck does a mold look like?

Moderator: Moderator
Code: Select all
newEntity{ base = "BASE_NPC_ANT",
name = "giant white ant", color=colors.WHITE, image="npc/white_ant.png",
desc = "It's a large white ant.",
level_range = {1, 15}, exp_worth = 1,
rarity = 1,
}
Code: Select all
newEntity{ base = "BASE_NPC_JELLY",
name = "green jelly", color=colors.GREEN,
desc = "A strange green blob on the dungeon floor.",
level_range = {1, 25}, exp_worth = 1,
rarity = 1,
max_life = resolvers.rngavg(5,9),
combat = { dam=5, atk=15, apr=5, damtype=DamageType.POISON },
}
<DarkGod> lets say it's intended
darkgod wrote:dixed