LLD101 Forum Index LLD101
Low Level Dueling in 1.12
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Sun Apr 28, 2024 2:56 am
All times are UTC - 8
 Forum index » Diablo 2 Discussion Section » LLD Discussion
FRW breakpoints
Post new topic   Reply to topic View previous topic :: View next topic
Page 1 of 1 [5 Posts]  
Author Message
Chewie


Joined: 14 Jul 2004
Posts: 2014
BNet Acct/Realm: AWOL
Offline
16.10 Silvarrr

PostPosted: Thu Dec 04, 2008 12:00 am    Post subject:  FRW breakpoints
Subject description: rounding or truncate?
 

Does anyone know if the formula for FRW rounds up/down, or truncates afterwards?

Also, does anyone know if its true that 5% sc's are bugged down to 3%?

_________________

Back to top
View user's profile Send private message 
oleo79

Joined: 30 Aug 2004
Posts: 1092
BNet Acct/Realm: USWest nonladder + ladder
Offline
4.16 Silvarrr

PostPosted: Thu Dec 04, 2008 5:19 am    Post subject:  

from what krajee has told me, 5% work like they should still.
_________________

Back to top
View user's profile Send private message 
Magi

Joined: 20 May 2008
Posts: 120
Offline
10.15 Silvarrr

PostPosted: Thu Dec 04, 2008 7:26 am    Post subject:  

I believe all d2 formula use the INT function which returns only the integer portion of a number.

For example:
2.39 would be 2
8.73 would be 8

I wouldn't stake my life on that so a 2nd opinion would be helpful. Smile
Back to top
View user's profile Send private message 
Chewie


Joined: 14 Jul 2004
Posts: 2014
BNet Acct/Realm: AWOL
Offline
16.10 Silvarrr

PostPosted: Thu Dec 04, 2008 1:26 pm    Post subject:  

I dont think frw goes to integer, because base run is 6 yards, and if it went to integer, 170 frw would only be 7 yards. I just need to know what happens to the hundredth spot.
_________________

Back to top
View user's profile Send private message 
Knifer


Joined: 05 Dec 2004
Posts: 1333
BNet Acct/Realm: Hawaii/Oregon
Offline
1.39 Silvarrr

PostPosted: Thu Dec 04, 2008 7:38 pm    Post subject:  

i dont think there is any rounding involved

2.39 would be 2.39 and 8.73 would be 8.73

i remember someone posted the diminishing returns of frw on a graph somewhere

k i found it, by Virtuous


and im technically wrong cause there is some rounding in the formula, but 2.39 is still 2.39 and 8.73 is still 8.73
http://forums.diii.net/showthread.php?t=536403

SSoG wrote:
Speed while walking:

EffectiveWalkSpeed = BaseWalkSpeed * (1 + Skill_FRW / 100 + [Item_FRW * 150 / (Item_FRW + 150)] / 100 + Armor_Speed / 100)

where

* BaseWalkSpeed is 4 yards/s for all characters
* Skill_FRW is skill based FRW minus slow effects
* Item_FRW is item based FRW
* [] indicates rounding down.
* Armor_Speed is the sum of the speed reduction from armor and shield (a negative number). The reduction is -5 for medium armors/shields and -10 for heavy armor/shields.

Additionally, if EffectiveWalkSpeed < BaseWalkSpeed / 4, EffectiveWalkSpeed = BaseWalkSpeed / 4. Thus, there is a minimum cap of 1 yard/s for EffectiveWalkSpeed.

Speed while running:

EffectiveRunSpeed = BaseRunSpeed + BaseWalkSpeed * (Skill_FRW / 100 + [Item_FRW * 150 / (Item_FRW + 150)] / 100 + Armor_Speed / 100)

where BaseRunSpeed is 6 yards/s for all characters and other terms as above. Substituting EffectiveWalkSpeed into this formula, we get:

EffectiveRunSpeed = EffectiveWalkSpeed + BaseRunSpeed - BaseWalkSpeed

By entering the values of BaseRunSpeed and BaseWalkSpeed in the formula, we get:

EffectiveRunSpeed = EffectiveWalkSpeed + 2 yards/s

Additionally, if EffectiveRunSpeed < BaseWalkSpeed / 4, EffectiveRunSpeed = BaseWalkSpeed / 4. Thus, there is a minimum cap of 1 yard/s for EffectiveRunSpeed.

Speed while charging:

ChargeSpeed = BaseRunSpeed * (1 + Skill_FRW / 100 + Armor_Speed / 100) * 150%

where the terms are as above. By substituting BaseRunSpeed and multiplying it by 150%, we get:

ChargeSpeed = 9 yards/s * (1 + Skill_FRW / 100 + Armor_Speed / 100)

There is no lower limit to ChargeSpeed. It can be even negative.

All formulas courtesy of Tommi Gustafsson.

Unlike attack speed or cast rate, the result of the formula is in YARDS, not FRAMES. All of the frame-based formulas have breakpoints because frames has to be a whole number (i.e. an animation can take 2 frames, or 3 frames, but it can't take 2.37 frames). There is no requirement for *YARDS* to be a whole number (i.e. you can run at 2.37 yards per second), so the formula results in no breakpoints. It's sort of like the Magic Find formula- both suffer from diminishing returns, but neither has any breakpoints. Every percentage of FR/W and Magic Find is an improvement over the percentage before.

_________________
*supercow2000 *supercow2005 Last.fm

Back to top
View user's profile Send private message AIM Address 
Display posts from previous:   Sort by:   
Page 1 of 1 [5 Posts]  
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » Diablo 2 Discussion Section » LLD Discussion
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0423s ][ Queries: 31 (0.0046s) ][ GZIP on - Debug on ]