Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
mNo edit summary
No edit summary
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{tooltip
+
<onlyinclude>{{{{{tpl|tooltip}}}
 
|mode={{{mode|}}}
 
|mode={{{mode|}}}
 
|arg={{{arg|}}}
 
|arg={{{arg|}}}
 
|unique=1
|icon=INV_Gizmo_09
 
|name=Sextant of Unstable Currents
 
|quality=Epic
 
 
|bind=BoP
 
|bind=BoP
 
|icon=INV_Gizmo_09
|unique=
 
 
|slot=Trinket
 
|slot=Trinket
 
|ilvl=128
 
|name=Sextant of Unstable Currents
 
|level=70
 
|level=70
|effect=Equip: Improves spell critical strike rating by 40.<br/>Equip: {{Spelllink|38347}}
 
 
|sell={{cost|9|11|60}}
 
|sell={{cost|9|11|60}}
 
|quality=Epic
|ilvl=128
 
 
|effect=Equip: Improves critical strike rating by 40.<br />Equip: Your spell critical strikes have a chance to increase your spell power by 190 for 15 sec.
}}<noinclude>
 
  +
}}</onlyinclude>
  +
 
'''Sextant of Unstable Currents''' is an epic trinket for DPS casters.
 
'''Sextant of Unstable Currents''' is an epic trinket for DPS casters.
{{clrl}}
 
   
 
== Source ==
 
== Source ==
 
This item drops from [[Fathom-Lord Karathress]] in [[Serpentshrine Cavern]].
 
This item drops from [[Fathom-Lord Karathress]] in [[Serpentshrine Cavern]].
  +
  +
==Notes==
  +
*There is an internal cooldown that prevents this trinket from proccing more than once every 45 seconds.
  +
*The proc chance is 20%.
  +
  +
==Effective Damage==
  +
The effective +damage granted by this trinket is achieved in a method almost identical to that of [[Shiffar's Nexus-Horn]]. Essentially, to get the most out of this trinket, you want shorter cast times, and higher crit.
  +
  +
The formula for calculating the amount of effective +damage granted by Sextant of Unstable Currents is -
  +
  +
E = 190 * 15 / (45 + (t / (0.2 * c)))
  +
  +
Where...
  +
  +
E = effective +damage
  +
t = cast time
  +
c = critical strike chance
  +
  +
  +
The following Java Program can be used to obtain a table of effective +damage for different casting speeds:
  +
public static void main(String[] args)
  +
{
  +
float crit;
  +
float time;
  +
float effective;
  +
for(time = 1; time < 6.5f; time += 0.5f)
  +
{
  +
for(crit = 10; crit < 101; crit++)
  +
{
  +
effective = 190 * 15 / (45 + (time / (0.2f * (crit / 100))));
  +
System.out.println("<tr><th>" + crit + "</th><th>" + time + "</th><td align=\"center\">" + effective + "</td>");
  +
}
  +
}
  +
}
  +
* 1.5s - Scorch, Searing Pain, Wrath
  +
<table border="2" width="75%"><tr><th>Base Crit %<th>Cast Time</th><th>Effective
  +
+Damage</th>
  +
<tr><th>20.0</th><th>1.5</th><td align="center">34.545456</td>
  +
<tr><th>25.0</th><th>1.5</th><td align="center">38.0</td>
  +
<tr><th>30.0</th><th>1.5</th><td align="center">40.714287</td>
  +
<tr><th>35.0</th><th>1.5</th><td align="center">42.903225</td>
  +
<tr><th>40.0</th><th>1.5</th><td align="center">44.705883</td>
  +
<tr><th>45.0</th><th>1.5</th><td align="center">46.216217</td>
  +
<tr><th>50.0</th><th>1.5</th><td align="center">47.5</td>
  +
</table>
  +
* 2.0s - Lightning Bolt
  +
<table border="2" width="75%"><tr><th>Base Crit %<th>Cast Time</th><th>Effective
  +
+Damage</th>
  +
<tr><th>20.0</th><th>2.0</th><td align="center">30.0</td>
  +
<tr><th>25.0</th><th>2.0</th><td align="center">33.52941</td>
  +
<tr><th>30.0</th><th>2.0</th><td align="center">36.38298</td>
  +
<tr><th>35.0</th><th>2.0</th><td align="center">38.737865</td>
  +
<tr><th>40.0</th><th>2.0</th><td align="center">40.714287</td>
  +
<tr><th>45.0</th><th>2.0</th><td align="center">42.396694</td>
  +
<tr><th>50.0</th><th>2.0</th><td align="center">43.846153</td>
  +
</table>
  +
*2.5s - Frostbolt, Shadowbolt, Incinerate
  +
<table border="2" width="75%"><tr><th>Base Crit %<th>Cast Time</th><th>Effective
  +
+Damage</th>
  +
<tr><th>20.0</th><th>2.5</th><td align="center">26.511627</td>
  +
<tr><th>25.0</th><th>2.5</th><td align="center">30.0</td>
  +
<tr><th>30.0</th><th>2.5</th><td align="center">32.884617</td>
  +
<tr><th>35.0</th><th>2.5</th><td align="center">35.309734</td>
  +
<tr><th>40.0</th><th>2.5</th><td align="center">37.37705</td>
  +
<tr><th>45.0</th><th>2.5</th><td align="center">39.160305</td>
  +
<tr><th>50.0</th><th>2.5</th><td align="center">40.714287</td>
  +
</table>
  +
* 3.0s - Fireball
  +
<table border="2" width="75%"><tr><th>Base Crit %<th>Cast Time</th><th>Effective
  +
+Damage</th>
  +
<tr><th>20.0</th><th>3.0</th><td align="center">23.750002</td>
  +
<tr><th>25.0</th><th>3.0</th><td align="center">27.142857</td>
  +
<tr><th>30.0</th><th>3.0</th><td align="center">30.0</td>
  +
<tr><th>35.0</th><th>3.0</th><td align="center">32.439022</td>
  +
<tr><th>40.0</th><th>3.0</th><td align="center">34.545456</td>
  +
<tr><th>45.0</th><th>3.0</th><td align="center">36.382977</td>
  +
<tr><th>50.0</th><th>3.0</th><td align="center">38.0</td>
  +
</table>
   
 
==External links==
 
==External links==
  +
<!-- Read http://www.wowwiki.com/WoWWiki:External_links before posting your links here.
  +
Links that do not conform to the rules will be DELETED.
  +
Repeat violations may result in a BAN.
  +
Have a nice day. :) -->
 
{{elinks-item|30626}}
 
{{elinks-item|30626}}
   
[[Category:Trinkets]]
+
[[Category:World of Warcraft epic trinkets]]
[[Category:World of Warcraft epic items]]
 
 
[[Category:Serpentshrine Cavern items]]
 
[[Category:Serpentshrine Cavern items]]
</noinclude>
 

Revision as of 22:50, 7 January 2010

Inv gizmo 09
  • Sextant of Unstable Currents
  • Binds when picked up
  • Unique
  • Trinket
  • Requires Level 70
  • Item Level 128Disenchants into:
    Inv enchant voidcrystal [Void Crystal]: 1-2
  • Equip: Improves critical strike rating by 40.
    Equip: Your spell critical strikes have a chance to increase your spell power by 190 for 15 sec.
  • Sell Price: 9g 11s 60c

Sextant of Unstable Currents is an epic trinket for DPS casters.

Source

This item drops from Fathom-Lord Karathress in Serpentshrine Cavern.

Notes

  • There is an internal cooldown that prevents this trinket from proccing more than once every 45 seconds.
  • The proc chance is 20%.

Effective Damage

The effective +damage granted by this trinket is achieved in a method almost identical to that of Inv gizmo elementalblastingpowder [Shiffar's Nexus-Horn]. Essentially, to get the most out of this trinket, you want shorter cast times, and higher crit.

The formula for calculating the amount of effective +damage granted by Sextant of Unstable Currents is -

E = 190 * 15 / (45 + (t / (0.2 * c)))

Where...

E = effective +damage
t = cast time
c = critical strike chance


The following Java Program can be used to obtain a table of effective +damage for different casting speeds:

   public static void main(String[] args)
   {
       float crit;
       float time;
       float effective;
       for(time = 1; time < 6.5f; time += 0.5f)
       {
           for(crit = 10; crit < 101; crit++)
           {
               effective = 190 * 15 / (45 + (time / (0.2f * (crit / 100))));

System.out.println("" + crit + "" + time + "" + effective + "");

           }
       }
   }
  • 1.5s - Scorch, Searing Pain, Wrath
Base Crit %Cast TimeEffective +Damage
20.01.534.545456
25.01.538.0
30.01.540.714287
35.01.542.903225
40.01.544.705883
45.01.546.216217
50.01.547.5
  • 2.0s - Lightning Bolt
Base Crit %Cast TimeEffective +Damage
20.02.030.0
25.02.033.52941
30.02.036.38298
35.02.038.737865
40.02.040.714287
45.02.042.396694
50.02.043.846153
  • 2.5s - Frostbolt, Shadowbolt, Incinerate
Base Crit %Cast TimeEffective +Damage
20.02.526.511627
25.02.530.0
30.02.532.884617
35.02.535.309734
40.02.537.37705
45.02.539.160305
50.02.540.714287
  • 3.0s - Fireball
Base Crit %Cast TimeEffective +Damage
20.03.023.750002
25.03.027.142857
30.03.030.0
35.03.032.439022
40.03.034.545456
45.03.036.382977
50.03.038.0

External links