alexitocr / epgp

Automatically exported from code.google.com/p/epgp
0 stars 0 forks source link

Ability to decay GP for only those in raid (or standby) #659

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The rationale is to decay GP for those that attend instead of everyone.

This needs some more thought:
- should it decay once at a specific time?
- should it trickle over the duration of the raid to avoid unfairness to people 
that are late?

Original issue reported on code.google.com by evlogimenos on 2 Dec 2010 at 1:38

GoogleCodeExporter commented 8 years ago
Trickling would be great -- tie to mass awards and the Right Thing just 
basically happens.  It does require knowing how many ticks (even just an 
estimate) there will be over the night, though, to get close to the normal 
decay percentage.  Alternatively, DECAY_P could just be the per-tick decay and 
people could figure it out on their own (rough approximation of OLD_DECAY_P / 
NUM_RECURRING_TICKS but the better formula is 

1 - exp(ln(1-DECAY_P) / NUM_RECURRING_TICKS)

which is the per-tick decau rate.

It doesn't handle bosses though.

You once mentioned using per-minute rates for EP rather than periodic awards?  
Perhaps it could tie into that?

Original comment by chip.turner on 2 Dec 2010 at 6:06

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Recurring awards are fixed to give 1 EP per minute. I haven't committed this 
yet but it will be soon.

Original comment by evlogimenos on 2 Dec 2010 at 11:30

GoogleCodeExporter commented 8 years ago

Original comment by evlogimenos on 3 Dec 2010 at 12:08

GoogleCodeExporter commented 8 years ago

Original comment by evlogimenos on 7 Dec 2010 at 4:35

GoogleCodeExporter commented 8 years ago
Issue 651 has been merged into this issue.

Original comment by evlogimenos on 7 Dec 2010 at 4:35

GoogleCodeExporter commented 8 years ago
What about stand-by? How would this work?

Original comment by Visualco...@gmail.com on 23 Dec 2010 at 1:07