Mabinogi World Wiki is brought to you by Coty C., 808idiotz, our other patrons, and contributors like you!!
Keep this wiki going by contributing to our Patreon!
Merc Stats
Are the Stats of the Merc influenced by the type of Merc summoned?
Also, do their titles have any effect?
Its basically similar to how the Shadow Mission monsters work, where the stats will increase as the difficulty/level gets higher.
I'm not sure about the title though, someone will have to check the data files about that.
The title is what differentiates the monsters. If they had no title, they'd all have the same stats.
SetParamOnEquip(AttMax, (160)%);
: : SetParamOnEquip(AttMin, (160)%);
: : SetParamOnEquip(LifeMax, (160)%);
: : SetParamOnEquip(Def, +10);
: : SetParamOnEquip(Prot, +5);
: : SetParamOnEquip(Crit, +5);
SetParamOnEquip(AttMax, (270)%);
: : SetParamOnEquip(AttMin, (270)%);
: : SetParamOnEquip(LifeMax, (270)%);
: : SetParamOnEquip(Def, +30);
: : SetParamOnEquip(Prot, +14);
: : SetParamOnEquip(Crit, +10);
SetParamOnEquip(AttMax, (420)%);
: : SetParamOnEquip(AttMin, (420)%);
: : SetParamOnEquip(LifeMax, (420)%);
: : SetParamOnEquip(Def, +40);
: : SetParamOnEquip(Prot, +19);
: : SetParamOnEquip(Crit, +15);
SetParamOnEquip(AttMax, (600)%);
: : SetParamOnEquip(AttMin, (600)%);
: : SetParamOnEquip(LifeMax, (600)%);
: : SetParamOnEquip(Def, +60);
: : SetParamOnEquip(Prot, +25);
: : SetParamOnEquip(Crit, +25);
In the order of levels lowest to highest.
I wonder if an army of Elite Mercs will dominate over an Int Shadow Mission...
But, which is stronger though? The Grizzly or the Lion...
The Lion has a better AI compared to the bears. The bears tend to use a cautious method of fighting where they would load defence or counterattack, while the lion would mostly smash and hit using normal.
And yes, Elite mercs would dominate an Int SM but they only last 3minutes and are 30k each.
Variables (Grizzly / Lion):
- MeleeAttackRange (200 / 170)
- DefaultAttackSpeed (2 / 0)
- DefaultDownHitCount (2 / 1)
- Splash Radius (240 / 204)
- PoisonImmune (67 / 60)
- PoisonDamageRatio (0.2 / 0.5)
Everything else is the same... In other words... Bear > Lion. (Not considering the monster's AI)
Should we make a new page/template for these Mercenaries in the form of the Shadow Mission monsters instead?
I don't think we should. We're not going to be making many pages for it. Just listing the stats would be good enough. And it would be easier to see comparison if you did a list rather than a template for each...
Could be downgraded because people were abusing them too much and the fact that they could whittle a SM of the same difficulty with ease.