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

buff

git-svn-id: http://svn.net-core.org/repos/t-engine4@6698 51575b47-30f0-44d4-a5cc-537603b46e54
parent de76a76e
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,8 @@ newEntity{
ai = "dumb_talented_simple", ai_state = { ai_move="move_complex", talent_in=1, },
stats = { str=12, dex=10, mag=3, con=13 },
combat_armor = 1, combat_def = 1,
combat = { dam=resolvers.levelup(resolvers.mbonus(36, 10), 1, 1), atk=15, apr=7, dammod={str=0.6} },
max_life = resolvers.rngavg(10,20), life_rating = 6,
combat = { dam=resolvers.levelup(resolvers.mbonus(36, 10), 1, 1), atk=25, apr=7, dammod={str=0.8} },
max_life = resolvers.rngavg(20,30), life_rating = 9,
infravision = 10,
rank = 1,
size_category = 2,
......@@ -55,7 +55,11 @@ newEntity{ base = "BASE_NPC_AQUATIC_CRITTER",
rarity = 4,
autolevel = "warriormage",
combat = {damtype=DamageType.LIGHTNING},
resolvers.talents{ [Talents.T_CHAIN_LIGHTNING]=3, [Talents.T_LIGHTNING]=3 },
on_melee_hit = { [DamageType.LIGHTNING] = resolvers.mbonus(5, 5), },
resolvers.talents{
[Talents.T_CHAIN_LIGHTNING]={base=0, last=4, every=3, max=7},
[Talents.T_LIGHTNING]={base=0, last=4, every=3, max=7},
},
lite = 1,
ingredient_on_death = "ELECTRIC_EEL_TAIL",
}
......
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