View Single Post
  #1  
Old 07-17-2016, 02:16 PM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,164
Default base effects focus slope/offset

Relevant spells. Unsure of details

Code:
SPELLINDEX  SPELLNAME           BASE_EFFECTS_FOCUS_SLOPE  BASE_EFFECTS_FOCUS_OFFSET
----------  ------------------  ------------------------  -------------------------
14201       Battle Frenzy Buff  255.0                     0                        
14202       Battle Frenzy Buff  255.0                     0                        
14203       Battle Frenzy Buff  255.0                     0                        
15917       Fireworks Nimbus    0.0                       1                        
20570       Collect Glacial Sl  0.0                       1                        
21363       Bard Slope Test     0.5                       0                        
21364       Bard Offset Test    1.0                       -20                      
29111       Ryken's Reckless R  0.5                       -120                     
29112       Ryken's Reckless R  0.5                       -120                     
29113       Ryken's Reckless R  0.5                       -120                     
35161       Ruaabri's Reckless  0.5                       -120                     
35162       Ruaabri's Reckless  0.5                       -120                     
35163       Ruaabri's Reckless  0.5                       -120                     
44052       Rytan's Reckless R  0.5                       -120                     
44053       Rytan's Reckless R  0.5                       -120                     
44054       Rytan's Reckless R  0.5                       -120
Testing with Rytan's Reckless Renewal (singing skill). I have Singing Mastery maxed (, Harmonized (9), and best singing item is Singing Resonance 26.

No focus/slope testing done with Doben's Spry Sonata. Which has songcap of 320 meaning 4.2 is the best focus I can obtain for the song. 80 + 90 + 260 = 430, capped to 420 / 100 = 4.2. Checking ${Me.Song[1].Mod} with MQ2 returns 4.2. So all checks out there

With Rytan's Reckless Renewal the song's mod returns 1.5. Possible way this is obtained.

80 + 90 + 260 = 430, cap to 420
420 - 120 = 300
300 * 0.5 = 150 = 1.5.

Doben's without the 260 from my gear I get 2.7 (80 + 90 + 100)
Rytan's without my gear I get 1.5 again, some how. So back to no idea

Last edited by demonstar55; 07-17-2016 at 04:46 PM..
Reply With Quote