| Next revision | Previous revision |
| npcs:pet_store [2025/11/15 17:48] – created frodo207 | npcs:pet_store [2025/11/15 18:36] (current) – frodo207 |
|---|
| }} | }} |
| |
| | The Pet Store, located to the east of spawn, is an [[:npcs|NPC]] used to sell unwanted [[:pets|pets]] that are below <fc #54fcfc>excellent</fc> for <fc #54fc54>money</fc>. The higher the rating and rarity, the more <fc #54fc54>money</fc> you receive. |
| | |
| | ===Pet Prices=== |
| | Below are some prices for different Rarities and Ratings: |
| | <WRAP centeralign> |
| | ^ Pet rarity ^ <fc #733F3A>Sickly \\ (20%)</fc> ^ <fc #fcfc54>Below Average \\ (30%)</fc> ^ <fc #fca800>Average \\ (40%)</fc> ^ <fc #54fc54>Good \\ (50%)</fc> ^ <fc #00a800>Great \\ (60%)</fc> ^ <fc #00a800>Great \\ (70%)</fc> ^ |
| | | {{:prefix_common.png?78&nolink}} | $156.25 | $312.5 | $625 | $1,250 | $2,500 | $5,000 | |
| | | {{:prefix_rare.png?54&nolink}} | $312.5 | $625 | $1,250 | $2,500 | $5,000 | $10,000 | |
| | | {{:prefix_epic.png?54&nolink}} | $625 | $1,250 | $2,500 | $5,000 | $10,000 | $20,000 | |
| | | {{:prefix_legendary.png?114&nolink}}| $1,250 | $2,500 | $5,000 | $10,000 | $20,000 | $40,000 | |
| | | {{:prefix_mythical.png?102&nolink}} | $2,500 | $5,000 | $10,000 | $20,000 | $40,000 | $80,000 | |
| | </WRAP> |
| | <WRAP clear /> |
| | |
| | The formula for the sale price of a [[:pets|pet]] is as follows: |
| | <code> |
| | Price = (5000*2^[10*{Rating-0.7}])*Rarity |
| | </code> |
| | Where Rating is a decimal (e.g. 50% is 0.5), and Rarity is how many commons merge into it. So Common = 1, Rare = 2, Epic = 4, Legendary = 8, and Mythic = 16. |