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

higher molds

git-svn-id: http://svn.net-core.org/repos/t-engine4@198 51575b47-30f0-44d4-a5cc-537603b46e54
parent 43180b84
No related branches found
No related tags found
No related merge requests found
......@@ -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 },
......
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