🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Store Values

Started by
3 comments, last by Lendrigan Games 5 years, 9 months ago

Hi! 

Question#1 - Is it OK to take another game store values for my game? Will, there be any issues of any kind? 

Question#2 - How are store values calculated? For example, the below values is taken from Clash Royale... 

  1. 80 Gems for $0.99, 
  2. 500 Gems for $4.99,
  3. 1200 Gems for $9.99,
  4. 2500 Gems for $19.99,
  5. 6500 Gems for $49.99,
  6. 14000 Gems for $99.99

How are 1200 gems calculated for $9.99? and so on...

 

Advertisement

I would suggest basing the cost of items on the relative skill/time required to gain them in your game.  Using a randomly chosen amount may work, but it may prove either too expensive(nobody will buy it, no profit) or too cheap(nobody will try to earn it in game) and your game will become ruled by pay to play gamers and eventually the bubble will pop and nobody will play or pay...

Just my 2c.

To expand a bit as to how to choose the value:

If you are using Gems and they are something you CAN earn in game, then you can base the cost on the time it takes to earn them. 

Most importantly, you should choose a value that you might be willing to pay, not just a value that you would like to earn.

If you are using Gems and Gems are NOT something you can earn in game directly.  Then you could base the cost of Gems on their relative value in exchange for game items you CAN earn in game.

So for example lets say my game uses gold pieces as currency, and I setup Gems on my store so people can buy them and exchange them for gold pieces and/or other gear/etc..

If it takes me 1 hour to earn 100 gold, it may be worth it to buy 80 Gems for .99 if 80 Gems will get me 800 gold pieces.. etc..

It has to do with time/effort vs. cost.

It has feel like the exchange is Valuable to the player or it won't be of any value to you, the game producer.

Store value gaps are generally calculated to reward the buyer for spending more money (thus encouraging them to do so).
80/$1 for base price
500/$5 = (base price * 5) + 100 worth of "thank you for spending more money"
1200/$10 = (base price * 10 + 200) + 200 worth of "thank you for spending even more money"
Of course, the final step is "eyeballing it."  A good-looking final number is ultimately more important than is a mathematically consistent formula.

Is currently working on a rpg/roguelike
Dungeons Under Gannar
Devblog

This topic is closed to new replies.

Advertisement