diff --git a/game/modules/tome/data/general/npcs/molds.lua b/game/modules/tome/data/general/npcs/molds.lua index 91c01b2ac893bcbcb77dd46abd864b5a9653bb0d..7bc49fede959703f47f4b0a90fc8a61ba036750b 100644 --- a/game/modules/tome/data/general/npcs/molds.lua +++ b/game/modules/tome/data/general/npcs/molds.lua @@ -7,7 +7,7 @@ newEntity{ desc = "A strange growth on the dungeon floor.", body = { INVEN = 10 }, autolevel = "warrior", - ai = "dumb_talented_simple", ai_state = { talent_in=3, }, + ai = "dumb_talented_simple", ai_state = { talent_in=1, }, stats = { str=10, dex=15, mag=3, con=3 }, energy = { mod=0.5 }, combat_armor = 1, combat_def = 1, @@ -17,7 +17,7 @@ newEntity{ newEntity{ base = "BASE_NPC_MOLD", name = "grey mold", color=colors.SLATE, desc = "A strange brey growth on the dungeon floor.", - level_range = {1, 5}, exp_worth = 1, + level_range = {1, 25}, exp_worth = 1, rarity = 4, max_life = resolvers.rngavg(5,9), combat = { dam=5, atk=15, apr=10 }, @@ -26,7 +26,7 @@ newEntity{ base = "BASE_NPC_MOLD", newEntity{ base = "BASE_NPC_MOLD", name = "brown mold", color=colors.UMBER, desc = "A strange brown growth on the dungeon floor.", - level_range = {2, 5}, exp_worth = 1, + level_range = {2, 25}, exp_worth = 1, rarity = 4, max_life = resolvers.rngavg(5,9), combat = { dam=5, atk=15, apr=10 }, @@ -35,7 +35,7 @@ newEntity{ base = "BASE_NPC_MOLD", newEntity{ base = "BASE_NPC_MOLD", name = "shining mold", color=colors.YELLOW, desc = "A strange luminescent growth on the dungeon floor.", - level_range = {3, 15}, exp_worth = 1, + level_range = {3, 25}, exp_worth = 1, rarity = 7, max_life = resolvers.rngavg(1,1), combat = { dam=5, atk=15, apr=10 }, @@ -46,7 +46,7 @@ newEntity{ base = "BASE_NPC_MOLD", newEntity{ base = "BASE_NPC_MOLD", name = "green mold", color=colors.GREEN, desc = "A strange sickly green growth on the dungeon floor.", - level_range = {5, 15}, exp_worth = 1, + level_range = {5, 25}, exp_worth = 1, rarity = 4, max_life = resolvers.rngavg(5,9), combat = { dam=5, atk=15, apr=10 },