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

Buffed Myssil

git-svn-id: http://svn.net-core.org/repos/t-engine4@5940 51575b47-30f0-44d4-a5cc-537603b46e54
parent f06bf48b
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ newEntity{ base = "BASE_NPC_ZIGURANTH", define_as = "PROTECTOR_MYSSIL",
rank = 4,
size_category = 2,
stamina_regen = 40,
max_life = resolvers.rngavg(300, 310), life_rating = 21,
max_life = resolvers.rngavg(300, 310), life_rating = 25,
resolvers.equip{
{type="weapon", subtype="greatsword", forbid_power_source={arcane=true}, autoreq=true},
{type="armor", subtype="massive", forbid_power_source={arcane=true}, autoreq=true},
......
......@@ -83,6 +83,7 @@ newEntity{ base="BASE_NPC_ORC_VOR", define_as = "VOR",
[Talents.T_ESSENCE_OF_SPEED]={base=1, every=6, max=7},
[Talents.T_METEORIC_CRASH]=1,
[Talents.T_ELEMENTAL_SURGE]=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