Mobile Paragon

In Ultima Online you can find Paragon Animal and Monster! They were introduced with the expansion Third Dawn. Paragon are spawn in the Facet Ilshenar. They possess a specific body color "Paragon Gold" and have in there name the word (Paragon). Those Paragon cannot be Tamed with Animal Taming!

Each Animal and Monster that spawn in Ilshenar have a 5% chance to be a Paragon!

When you see a Paragon version of any Animal and Monster, they will get a bonus in there:
- Hit Point * 5
- Strength * 1.05
- Intelligence * 1.20
- Dexterity * 1.20
- Skills * 1.20
- Move Speed / 1.20
- Min Damage + 5
- Max Damage + 5
- Fame * 1.40 (MAX 32000)
- Karma * 1.41 (MAX -32000 or 32000)
- Faster Regeneration Rate
- Raise by 1 Level the Poison Attack


When a Paragon Die there's some chance to drop in there Corpse:
- 10% chance to drop a Paragon Chest.
- 20% chance to drop a Chocolate Ingredient.

When a Paragon Die there's chance to drop directly into your backpack a Minor Artifact.

The Chance to receive a Minor Artifact is base on the Paragon Fame and your Character Luck!

Formula
double chance = 1 / ( Math.Max( 10, 100 * ( 0.83 - Math.Round( Math.Log( Math.Round( fame / 6000, 3 ) + 0.001, 10 ), 3 ) ) ) * ( 100 - Math.Sqrt( m.Luck ) ) / 100.0 );

Tool:
Character Luck =
Paragon Fame =


Minor Artifact Chance =