1,407
edits
Line 7: | Line 7: | ||
Every Pet on MuhRo has the same Taming Basic Chance: 2%. <br> | Every Pet on MuhRo has the same Taming Basic Chance: 2%. <br> | ||
The following formula sums up the Taming Chance calculated every time you attempt to tame a pet.<br> | The following formula sums up the Taming Chance calculated every time you attempt to tame a pet.<br> | ||
Catch rate = ( BaseRate + ( BaseLv - MonsterLv)* | Catch rate = ( BaseRate + ( BaseLv - MonsterLv)*30 + Luk*20 ) * (200 - Monster's HP % left) / 100<br> | ||
Making a calculation based on a Lv 99 Character with 50LUK, capturing a Poring with 25% HP left reads:<br> | Making a calculation based on a Lv 99 Character with 50LUK, capturing a Poring with 25% HP left reads:<br> | ||
Catch rate = ( 2000 + ( 99 - 1 )*10 + 50*20 ) * ( 200 - 25 ) / 100<br> | Catch rate = ( 2000 + ( 99 - 1 )*10 + 50*20 ) * ( 200 - 25 ) / 100<br> |