Skip to content
Snippets Groups Projects
Commit 693f339b authored by DarkGod's avatar DarkGod
Browse files

Somebody said Slasul is a push over. We cant have that.

parent 8e7c38f5
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ newEntity{ define_as = "SLASUL",
killer_message = "and perverted into a monstrous aberration as a warning to the surface",
global_speed_base = 1.7,
level_range = {30, nil}, exp_worth = 4,
max_life = 350, life_rating = 19, fixed_rating = true,
max_life = 350, life_rating = 22, fixed_rating = true,
max_stamina = 85,
stats = { str=25, dex=10, cun=40, mag=50, con=50 },
rank = 4,
......@@ -63,25 +63,30 @@ newEntity{ define_as = "SLASUL",
resolvers.drops{chance=100, nb=5, {tome_drops="boss"} },
resolvers.talents{
[Talents.T_WEAPON_COMBAT]={base=3, every=10, max=5},
[Talents.T_WEAPONS_MASTERY]={base=3, every=10, max=5},
[Talents.T_SHIELD_EXPERTISE]={base=3, every=7, max=6},
[Talents.T_SHIELD_PUMMEL]={base=2, every=7, max=6},
[Talents.T_WEAPON_COMBAT]={base=6, every=6, max=10},
[Talents.T_WEAPONS_MASTERY]={base=6, every=6, max=10},
[Talents.T_SHIELD_EXPERTISE]={base=6, every=7, max=10},
[Talents.T_SHIELD_PUMMEL]={base=6, every=7, max=10},
[Talents.T_RIPOSTE]=5,
[Talents.T_BLINDING_SPEED]={base=3, every=7, max=6},
[Talents.T_BLINDING_SPEED]={base=5, every=7, max=10},
[Talents.T_PERFECT_STRIKE]=5,
[Talents.T_SPIT_POISON]={base=5, every=5, max=9},
[Talents.T_SPIT_POISON]={base=5, every=5, max=10},
[Talents.T_HEAL]={base=6, every=7, max=7},
[Talents.T_UTTERCOLD]=5,
[Talents.T_ICE_SHARDS]=5,
[Talents.T_FREEZE]=3,
[Talents.T_TIDAL_WAVE]=5,
[Talents.T_ICE_STORM]=5,
[Talents.T_WATER_BOLT]=5,
[Talents.T_HEAL]={base=6, every=7, max=10},
[Talents.T_UTTERCOLD]={base=5, every=6, max=10},
[Talents.T_ICE_SHARDS]={base=4, every=6, max=10},
[Talents.T_FREEZE]={base=4, every=6, max=10},
[Talents.T_TIDAL_WAVE]={base=4, every=5, max=10},
[Talents.T_ICE_STORM]={base=5, every=6, max=10},
[Talents.T_WATER_BOLT]={base=6, every=6, max=10},
[Talents.T_MIND_DISRUPTION]=5,
[Talents.T_NO_FATIGUE]=1,
[Talents.T_MASSIVE_BLOW]=1,
[Talents.T_DRACONIC_WILL]=1,
[Talents.T_DRACONIC_BODY]=1,
[Talents.T_ARCANE_MIGHT]=1,
[Talents.T_CORRUPTED_SHELL]=1,
},
resolvers.sustains_at_birth(),
......
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