Verified:

Celphi Game profile

Member
EE Patron
6326

Jun 25th 2016, 18:02:26

What's the DR formula for ALLIANCE?

I'm going to make a far more accurate DR table than what eestats has.
Resistance is futile. You will be assimilated.

Marshal Game profile

Member
32,589

Jun 25th 2016, 19:20:07

Implement Half-Life DR using 72 hour news
a) Half life of 18 hours * Relative Hit Strength, minimum of 12 hours, maximum of 24 hours
i) ex1. If you hit with an attacking force of 110% of a targets defence, the half-life is 19.8 hours
ii) ex2. If you fail with 90% the halflife is 16.2
b) Continuous DR formula: DR_MULTIPLIER = DR_HITS<13 ? MIN( 1, 0.1+((DR_HITS-13)^2)/135) : 0.1
i) This is a simple smoothed approximation of the existing DR schedule
c) Hits older than 72 hours are IGNORED
i) With the exception of ALL-SET COUNTRY:COUNTRY DR, which is calculated with a 168 hour halflife (1 week)


unless qz has changed dr formula past 2 years that's current formula.
Patience: Yep, I'm with ELK and Marshal.

ELKronos: Patty is more hairy.

Gallery: K at least I am to my expectations now.

LadyGrizz boobies is fine

NOW3P: Morwen is a much harsher mistress than boredom....

Celphi Game profile

Member
EE Patron
6326

Jun 25th 2016, 19:27:16

Thanks Marshal.
Resistance is futile. You will be assimilated.

Celphi Game profile

Member
EE Patron
6326

Jun 25th 2016, 19:34:09

This example though answered my question, isn't very clear. Someone mind explaining it?

I understand b.) only because it's a php script.
Resistance is futile. You will be assimilated.

Marshal Game profile

Member
32,589

Jun 25th 2016, 20:18:33

Age
First 12 hours, count down 0.1 per 3 hours
0h => 1
3h => 0.9
6h => 0.8
9h => 0.7
12h => 0.6

Second 24 hours, count down 0.1 per 6 hours
18h => 0.5
24h => 0.4
30h => 0.3

36h => 0.25
48h => 0.15
54h => 0.125
72h => 0.0625

Hit Time (hours ago) DR, assuming 110% oversend
0.1 0.9965053771
0.1 0.9965053771
0.1 0.9965053771
9 0.7297400528
9 0.7297400528
12 0.6569882136
12 0.6569882136
12 0.6569882136
12 0.6569882136
24 0.4316335128
24 0.4316335128
24 0.4316335128
24 0.4316335128
36 0.2835781305
36 0.2835781305
36 0.2835781305
48 0.1863074894
48 0.1863074894
48 0.1863074894
48 0.1863074894
54 0.1510111806
54 0.1510111806
54 0.1510111806
54 0.1510111806
54 0.1510111806
72 0.0804165561
72 0.0804165561
72 0.0804165561
72 0.0804165561
TOTAL: 11.48

before 9 and now ~11.5


you know there's search function?
Patience: Yep, I'm with ELK and Marshal.

ELKronos: Patty is more hairy.

Gallery: K at least I am to my expectations now.

LadyGrizz boobies is fine

NOW3P: Morwen is a much harsher mistress than boredom....

mrford Game profile

Member
21,358

Jun 25th 2016, 20:22:39

There is a quote function too.
Swagger of a Chupacabra

[21:37:01] <&KILLERfluffY> when I was doing FA stuff for sof the person who gave me the longest angry rant was Mr Ford

Celphi Game profile

Member
EE Patron
6326

Jun 25th 2016, 21:33:39

Ok, I appreciate the list, but still you're not explaining what your post means. I know almost nothing to how DR works. So explain it to me as I'm new.
The only part that seems to make sense is that DR moves towards 0 based on time elapsed.

Formula from your chart:
// floor( ) means round down to nearest whole number.
if ( h <= 12 ){ x = 1 - ( floor( h / 3 ) * 0.1 ) )}
if ( h >= 18 && h <= 30 ){ x = 0.8 - ( floor( h / 6 ) * 0.1 ) )}
if ( h >= 36 && h <= 72 ){ x = ......................................................... typo???


36h => 0.25 <=== 1/4
48h => 0.15 <==== are you sure this is right? I think it should be .1875 || 3/16
54h => 0.125 <=== 1/8
72h => 0.0625 <=== 1/16

Edited By: Celphi on Jun 25th 2016, 21:35:59
Resistance is futile. You will be assimilated.

Cable Game profile

Member
1521

Jun 26th 2016, 2:10:21

Bonus

Dark Demon Game profile

Forum Moderator
EE Patron
1818

Jun 26th 2016, 2:58:36

Bonus
Mercs
Natural Born Killers

Marshal Game profile

Member
32,589

Jun 26th 2016, 10:47:31

i don't know either and don't care, that's what qz posted.

age shows how much dr left after every 3 hrs period assuming no hits against.

http://earthempires.com/...minishing-returns-29694?t
Patience: Yep, I'm with ELK and Marshal.

ELKronos: Patty is more hairy.

Gallery: K at least I am to my expectations now.

LadyGrizz boobies is fine

NOW3P: Morwen is a much harsher mistress than boredom....

Celphi Game profile

Member
EE Patron
6326

Jun 26th 2016, 20:11:59

It's likely not an error because the hrs he used aren't linear.
36->48->54->72

+6, +12, +6, +18.

Can anyone else explain DR to me?
Start with this:
0h => 1
3h => 0.9
6h => 0.8
9h => 0.7
12h => 0.6

After 3hrs what does 0.9 mean?

&&&

0.1 0.9965053771
0.1 0.9965053771
0.1 0.9965053771
9 0.7297400528
9 0.7297400528

What does 0.1 mean relative to 0.9965............... mean?


Resistance is futile. You will be assimilated.

Heston Game profile

Member
4766

Jun 26th 2016, 20:35:32

I have nothing to offer. Dgaf.
❤️️Nothing but❤️️💯❤️️❤️️🌺🌸🌹❤️❤️💯

Marshal Game profile

Member
32,589

Jun 26th 2016, 20:45:48

those are rounded up.
Patience: Yep, I'm with ELK and Marshal.

ELKronos: Patty is more hairy.

Gallery: K at least I am to my expectations now.

LadyGrizz boobies is fine

NOW3P: Morwen is a much harsher mistress than boredom....