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

Added a new unique jelly

git-svn-id: http://svn.net-core.org/repos/t-engine4@1183 51575b47-30f0-44d4-a5cc-537603b46e54
parent ab905dc8
No related branches found
No related tags found
No related merge requests found
......@@ -98,14 +98,17 @@ newEntity{ base = "BASE_NPC_JELLY",
}
newEntity{ base = "BASE_NPC_JELLY",
unique = true,
name = "Malevolent Dimentional Jelly", color=colors.VIOLET, image="npc/jelly-darkgrey.png",
desc = "A strange black blob on the dungeon floor, through it you seem to be able to see other times and places. As you stare you see things moving out of it.",
level_range = {1, 25}, exp_worth = 1,
rarity = 1,
max_life = resolvers.rngavg(5,9),
combat = { dam=5, atk=15, apr=5, damtype=DamageType.ACID },
level_range = {25, nil}, exp_worth = 1,
rarity = 50,
max_life = resolvers.rngavg(50,90), life_rating = 5,
combat = { dam=5, atk=15, apr=5, damtype=DamageType.DARKNESS },
summon = {
{number=1, hasexp=false},
},
-- Nullify their cooldowns
talent_cd_reduction={[Talents.T_SUMMON]=4,},
resolvers.talents{ [Talents.T_SUMMON]=1,},
}
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