1,323
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)*10 + 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 )* | Catch rate = ( 2000 + ( 99 - 1 )*10 + 50*20 ) * ( 200 - 25 ) / 100<br> | ||
( 2000 + | ( 2000 + 980 + 1000 ) * 175 / 100 = 6965 = 69.65%<br> | ||
=== Pets that begin with "A" === | === Pets that begin with "A" === |