Calculating Item Values in Online Games

  • Context: High School 
  • Thread starter Thread starter Drakkith
  • Start date Start date
Click For Summary

Discussion Overview

The discussion focuses on calculating the value of items in online games, exploring methods for determining a cost-to-stat ratio for various items and how to compare them effectively. Participants consider both basic and more complex approaches to valuation, including the use of weighted averages based on personal play styles.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Conceptual clarification

Main Points Raised

  • One participant suggests calculating the damage-to-cost ratio for a base item and comparing it with upgraded items to determine their value.
  • Another participant proposes a weighted value function that accounts for different stats based on personal importance, suggesting a formula that incorporates weights for each stat.
  • A participant expresses uncertainty about mathematical concepts, indicating a lack of familiarity with functions and their applications in this context.
  • Clarifications are provided regarding the definition of a function and the sigma notation, emphasizing their roles in mathematical expressions and summation.

Areas of Agreement / Disagreement

Participants present multiple approaches to calculating item values, with no consensus on a single method. Some prefer a straightforward ratio calculation, while others advocate for a weighted approach based on individual preferences.

Contextual Notes

Participants express varying levels of mathematical understanding, which may affect their ability to engage with more complex valuation methods. There is also a lack of clarity on how to effectively average ratios or incorporate weights into calculations.

Who May Find This Useful

This discussion may be useful for gamers interested in optimizing their item choices based on statistical analysis, as well as those looking to understand basic mathematical concepts related to functions and ratios in game mechanics.

Drakkith
Mentor
Messages
23,205
Reaction score
7,687
Hello! I am trying to calculate the value of items in an online game i play. I was wondering what the best way to do this was. I was thinking of take a base item, say a longsword for +10 dmg, and finding the dmg to cost ratio. Then, taking the upgraded items and finding the ratio for each of the different stats compared to the ratio of the base items. Now, is it possible to average these numbers out into one number? Say i get the ratio of an items stats to its cost to be 5.2 to 1, 4.5 to 1, and 7.9 to 1. Is it correct to take an average of 5.2, 4.5, and 7.9 and use that to compare different items?
 
Physics news on Phys.org
That would work, or you could work out what is more important to you and your style of play, say damage, and give that stat more weight. Say you want a lot of damage, and thought the other stats were a little less important, you could define your value function to be [tex]value(cost, damage, stat1, stat2) = \frac{1.25damage+stat1+stat2}{cost}[/tex], or you could go even further to make it a function of cost, stats, and their weights: [tex]value=\sum{\frac{weight_i stat_i}{cost}}[/tex]. Although it looks prettier to write it like that, if you're going to make a program to calculate it for you, find the sum of all the stats times their weight, then divide.
 
Last edited:
Well, I don't even know what a Function is, so I think I'll be staying from that one lol. But ill definitively look into what you said. Thanks!
 
A function is just a know-it-all's word for a math expression with variables in it. Like, y = 2x, means y is a function defined in terms of x. Wikipedia can help a lot more than I can. http://en.wikipedia.org/wiki/Function_(mathematics)

The big E looking thing, called sigma, is just an easier way to say "add." Basically, it's shorthand for me saying to sum all the stats multiplied by their respective weights.
 
TylerH said:
A function is just a know-it-all's word for a math expression with variables in it. Like, y = 2x, means y is a function defined in terms of x. Wikipedia can help a lot more than I can. http://en.wikipedia.org/wiki/Function_(mathematics)

The big E looking thing, called sigma, is just an easier way to say "add." Basically, it's shorthand for me saying to sum all the stats multiplied by their respective weights.

Ahhh, ok, that makes a lot of sense now. Thanks a lot!
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 39 ·
2
Replies
39
Views
5K
  • · Replies 9 ·
Replies
9
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K