Rifle Speed (Skill Modifier)

From SWGANH Wiki
Jump to: navigation, search

Skill Modifier - Rifle Speed

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Description

This mod will increase your attack speed with a rifle.

Related Tags

0% This document has not been started.

Skill Modifier This document is relates to a Skill Modifier.

Marksman This document is related to the Marksman Profession.

Rifleman This document is related to the Rifleman Profession.

Skill Mod Details

Formulas

Attack Speed

Speed works on an exponential scale in SWG. It is a continous curve that is near constant at lower speed and then rises sharply as speed approaches 100. Speed is capped at 1 second in SWG. Any attacks that appear faster are due to lag. Due to SWG's speed formula any weapon can be used at 1 attack per second at 100 speed. Due to inherent weapon speed and special attack delay modifiers, all weapon have a different cap which is below 100. What is most important to note is that as you approach 100 speed, each bit of weapon speed significantly increases attack speed until you hit the one second cap (i.e. the difference between 75 speed and 85 speed is significantly lower than the difference between 85 speed and 95 speed when using a 5.4 speed Power Hammer with Head Hit 3 in 2-handed melee)

Attack Speed Formula for melee and ranged weapons



The formula for Speed skill mods on weapon speeds is as follows:

Attack Delay = Weapon Speed * (1 - Speed Skill/100)

Examples:

Speed Skill 10, Weapon Speed 5.0; Attack Delay = 5.0 * (1 - 10/100) = 4.5 Speed Skill 10, Weapon Speed 2.0; Attack Delay = 2.0 * (1 - 10/100) = 1.8

Speed Skill 50, Weapon Speed 5.0; Attack Delay = 5.0 * (1 - 50/100) = 2.5 Speed Skill 50, Weapon Speed 2.0; Attack Delay = 2.0 * (1 - 50/100) = 1.0

Speed Skill 80, Weapon Speed 5.0; Attack Delay = 5.0 * (1 - 80/100) = 1.0 Speed Skill 80, Weapon Speed 2.0; Attack Delay = 2.0 * (1 - 80/100) = 0.4


Things to note:

  • There is a delay cap in which you can fire at no faster than 1 time per second. In other words, the max speed you can ever achieve is 1.0. ***HOWEVER*** Special Moves have their OWN Speed penalties, which means that you will probably want to achieve a modified Attack Speed less than 1.0 if you want to spam your specials quickly. A FAST weapon isn't necessarily useless because of this speed cap...you can still take advantage of an ultra-fast weapon while doing your special moves.

The formula to calculate this is:

Special Attack Delay = Special Delay Penalty * Attack Delay



Example: You have Generic Special X, and this special has a 2x delay penalty.

Speed Skill 80, Weapon Speed 5.0; Attack Delay = 5.0 * (1 - 80/100) = 1.0 Special Attack Delay = 2 * 1.0 = 2.0

When using Generic Special X, you will fire with a delay of (1.0 * 2), or 2.0 speed. So while it may seem that getting anything faster than 5.0 delay is a waste in this example, it truly isn't because of the delay penalty imposed on specials.

Speed Skill 80, Weapon Speed 2.0; Attack Delay = 2.0 * (1 - 80/100) = 0.4 Special Attack Delay = 2 * 0.4 = 0.8

In this example, even though the 2.0 speed seems like a waste, it is actually very good, since it brings down the special move delay to the speed cap. You can now go ahead and spam your specials and fire at 1.0 all day.


Sources

Source Source in Context
Source 1 Source 1
Source 2 Source 2
Source 3 Source 3
Source 4 Source 4
Source 5 Source 5
Source 6 Source 6
Source 7 Source 7
Source 8 Source 8
Source 9 Source 9
Source 10 Source 10
Source 11 Source 11
Source 12 Source 12
Source 13 Source 13
Source 14 Source 14
Source 15 Source 15
Source 16 Source 16
Source 17 Source 17
Source 18 Source 18
Source 19 Source 19
Source 20 Source 20
Source 21 Source 21
Source 22 Source 22
Source 23 Source 23
Source 24 Source 24
Source 25 Source 25