Top Mud Sites Forum Return to TopMudSites.com
Go Back   Top Mud Sites Forum > Mud Development and Administration > MUD Coding
Click here to Register

Reply
 
Thread Tools
Old 10-07-2007, 05:11 AM   #1
chaosprime
Member
 
Join Date: Jul 2007
Home MUD: Lost Souls
Posts: 199
chaosprime will become famous soon enough
Lightbulb Diminishing returns formula

I have just put up a page publishing the best of the diminishing returns formulae I've hacked around with over the years: . Since it took a fair amount of effort and trying different things that didn't work nearly as well, I thought others might find it useful. Includes explanation, interactive calculators so you can see how it actually performs, and code snippets in six languages.
chaosprime is offline   Reply With Quote
Old 10-07-2007, 11:41 AM   #2
Newworlds
Legend
 
Join Date: Aug 2007
Name: NewWorlds
Home MUD: New Worlds
Posts: 1,425
Newworlds will become famous soon enoughNewworlds will become famous soon enough
Re: Diminishing returns formula

Diminishing returns of what? Gold, XP, Poppy seed muffins?
Newworlds is offline   Reply With Quote
Old 10-07-2007, 11:53 AM   #3
chaosprime
Member
 
Join Date: Jul 2007
Home MUD: Lost Souls
Posts: 199
chaosprime will become famous soon enough
Red face Re: Diminishing returns formula

Uh... yes. Like most mathematical formulae, it's insensitive to its units.

I use it often for things like deriving effectiveness ratings from things that are potentially unbounded, like (in my little world) attribute and skill levels, or item value.

It could be used to calculate diminishing returns on the gold randomly bestowed on someone for sacrificing to Eris (across input values of sacrifice value), or the XP obtained from repeatedly killing the same thing (across input values of unmodified XP value), or the poppy seed muffins created by the Conjure Poppy Seed Muffins spell (across input values of caster charisma, conjuring, and cooking).
chaosprime is offline   Reply With Quote
Old 10-07-2007, 02:29 PM   #4
Newworlds
Legend
 
Join Date: Aug 2007
Name: NewWorlds
Home MUD: New Worlds
Posts: 1,425
Newworlds will become famous soon enoughNewworlds will become famous soon enough
Re: Diminishing returns formula

In that case, interesting work.

Newworlds is offline   Reply With Quote
Old 10-07-2007, 02:53 PM   #5
chaosprime
Member
 
Join Date: Jul 2007
Home MUD: Lost Souls
Posts: 199
chaosprime will become famous soon enough
Smile Re: Diminishing returns formula

Why, thank you.
chaosprime is offline   Reply With Quote
Old 10-08-2007, 12:37 AM   #6
Milawe
Senior Member
 
Join Date: Jan 2006
Location: USA
Home MUD: Threshold RPG
Home MUD: Stash
Home MUD: Archons of Avenshar
Posts: 653
Milawe has a spectacular aura aboutMilawe has a spectacular aura about
Re: Diminishing returns formula

Hey! Just took a quick glance. Thanks for the contribution. I'm gonna take the time to really look it over in the next few days.
Milawe is offline   Reply With Quote
Old 10-08-2007, 09:34 AM   #7
chaosprime
Member
 
Join Date: Jul 2007
Home MUD: Lost Souls
Posts: 199
chaosprime will become famous soon enough
Re: Diminishing returns formula

Looking forward to hearing what you think.
chaosprime is offline   Reply With Quote
Old 10-08-2007, 03:36 PM   #8
Zhiroc
Member
 
Join Date: Jan 2006
Posts: 92
Zhiroc is on a distinguished road
Re: Diminishing returns formula

There are, of course, many ways to implement diminishing returns. This one is fairly "mild" compared to some. For example, Eve Online has each skill level cost 2^2.5 more than the previous (which is a factor of roughly 5.65). So, for your 20 pt example, the progression would go: 20, 113, 640, 3620, 20480 (skills only have 5 levels).
Zhiroc is offline   Reply With Quote
Old 10-08-2007, 06:20 PM   #9
chaosprime
Member
 
Join Date: Jul 2007
Home MUD: Lost Souls
Posts: 199
chaosprime will become famous soon enough
Post Re: Diminishing returns formula

Sure, no question. That's the main reason I put this one together: because the more typical, simpler logarithmic formulae were way too harsh.

Whether this formula is going to be what you want depends on context -- I use several others in different situations, just this is the one that turned out to be useful far more often than the rest -- and design style. I prefer to have development scales relatively open-ended, but with braking factors like this formula in them to reduce the amount of insanity you easily wind up with. If one is comfortable with things like that example from EVE, of just saying "there are five skill levels, that's it", this sort of thing is probably less crucial, I imagine.
chaosprime is offline   Reply With Quote
Reply


Thread Tools


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

All times are GMT -4. The time now is 09:17 AM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Style based on a design by Essilor
Copyright Top Mud Sites.com 2022