Difference between revisions of "Swing Speed Increase"

(New page: The Swing Speed Increase property allows the weapon to be swung faster than its listed Weapon Speed. For example, a weapon with a Weapon Speed of 5 seconds with 10% Swing Speed In...)
 
(Rewrite, included: formula; example; caps; pvp implications; & image)
Line 1: Line 1:
The Swing Speed Increase property allows the weapon to be swung faster than its listed [[Weapon Speed]].
+
[[Image:SSI.jpg|frame|The maximum SSI on an item is 35%]]
 +
'''Swing Speed Increase''' (SSI) is an item property that increases the rate at which a character swings or fires a weapon. The rapidity of a character's attack is affected by the base speed of the weapon used, the amount of [[Stamina]] possessed, and the amount of SSI his or her items impart. Barehanded combatants swing at the fastest Weapon Base Speed possible, which is 2.5 seconds or 10 “ticks”. Swing speed is never less than 1.25 seconds, or 5 ticks.
  
For example, a weapon with a [[Weapon Speed]] of 5 seconds with 10% Swing Speed Increase would be able to be swung every 4.5 seconds.
+
The maximum SSI to be found on an item is +35%. A character’s total SSI is capped at 60%. However, SSI worn above the cap is included when calculating the impact of an opponent’s [[Hit Lower Attack]] modified weapon. Therefore, there are benefits to wearing SSI items that total more than a 60% increase in certain [[Player vs. Player|player versus player]] combat.
  
The [[Weapon Speed]] can never be less than 1 second, regardless of how fast the weapon and high the percentage.
+
In the [[Five on Friday]] [[Five on Friday - March 9, 2007|March 9, 2007]], the developer Leurocian provided the following formula for determining swing speed. The example provided was based upon a character with 50 Stamina who is swinging a [[Halberd]] with 20 SSI.
  
 +
#Convert the Weapon Base Speed to ticks by multiplying the speed in seconds of your weapon, which is displayed on the tooltip, by 4. Example, an unmodified Halberd has a Weapon Base Speed of 4.25 seconds per swing, which converts to a base speed of 17 ticks.
 +
#Determine the character’s “Stamina Ticks” by dividing the current Stamina by 30. Example, if your current Stamina is 50, then 50/30=1.666, which is rounded down. In this instance, the “Stamina Ticks” are 1.
 +
#Note the total Swing Speed Increase modifier from equipment. Example, 20.
 +
 +
'''Formula:''' ((Base Weapon Speed - Stamina Ticks) * (100.0 / (100 + Swing Speed Increase))) = "x" ticks
 +
 +
'''Example:''' ((17 - 1) * (100.0 / (100 + 20))) = 13 ticks.
 +
<p>When multiplied by 4, so as to convert to seconds, the modified Halberd speed is 3.25 seconds.</p>
 
[[Category:Item Properties]]
 
[[Category:Item Properties]]

Revision as of 21:07, 8 December 2007

File:SSI.jpg
The maximum SSI on an item is 35%

Swing Speed Increase (SSI) is an item property that increases the rate at which a character swings or fires a weapon. The rapidity of a character's attack is affected by the base speed of the weapon used, the amount of Stamina possessed, and the amount of SSI his or her items impart. Barehanded combatants swing at the fastest Weapon Base Speed possible, which is 2.5 seconds or 10 “ticks”. Swing speed is never less than 1.25 seconds, or 5 ticks.

The maximum SSI to be found on an item is +35%. A character’s total SSI is capped at 60%. However, SSI worn above the cap is included when calculating the impact of an opponent’s Hit Lower Attack modified weapon. Therefore, there are benefits to wearing SSI items that total more than a 60% increase in certain player versus player combat.

In the Five on Friday March 9, 2007, the developer Leurocian provided the following formula for determining swing speed. The example provided was based upon a character with 50 Stamina who is swinging a Halberd with 20 SSI.

  1. Convert the Weapon Base Speed to ticks by multiplying the speed in seconds of your weapon, which is displayed on the tooltip, by 4. Example, an unmodified Halberd has a Weapon Base Speed of 4.25 seconds per swing, which converts to a base speed of 17 ticks.
  2. Determine the character’s “Stamina Ticks” by dividing the current Stamina by 30. Example, if your current Stamina is 50, then 50/30=1.666, which is rounded down. In this instance, the “Stamina Ticks” are 1.
  3. Note the total Swing Speed Increase modifier from equipment. Example, 20.

Formula: ((Base Weapon Speed - Stamina Ticks) * (100.0 / (100 + Swing Speed Increase))) = "x" ticks

Example: ((17 - 1) * (100.0 / (100 + 20))) = 13 ticks.

When multiplied by 4, so as to convert to seconds, the modified Halberd speed is 3.25 seconds.