Wikia

WoWWiki

Watchlist Recent changes

Forge Ember

Spell fire fire.png

Contents

Source Edit

This item drops from Sjonnir The Ironshaper in Halls of Stone on heroic mode.

NotesEdit

  • At level 80, the amount of Critical Strike provided is:
73 / 45.91 = 1.59%
  • This item has a hidden internal cooldown of 45s.
  • This item has a 10% proc chance.

Effective Spell PowerEdit

The effective spell power granted by this item is affected primarily by cast time. This trinket benefits more from shorter cast times. The formula for calculating the amount of effective spell power granted by this trinket is:

E = 512 * 10 / (45 + (t / 0.1))

Where

E = effective +spell power 
t = cast time

The following Java Program can be used to obtain a table of effective +haste for different cast times.

  public static void main(String[] args)
  {
      float time;
      float effective;

      for(time = 1; time < 6.5f; time += 0.5f)
      {
              effective = 512 * 10 / (45 + (time / 0.1f));
              System.out.println("<tr><th>" + time + "</th><td align=\"center\">" + effective + "</td></tr>");
      }
  }

This gives the results below:

Cast TimeEffective +Spell Power</ th>
1.093.09091
1.585.333336
2.078.76923
2.573.14286
3.068.26667
3.564.0
4.060.235294
4.556.88889
5.053.894737
5.551.2
6.048.761906

External links Edit

Pages on WoWWiki

94,154pages on
this wiki
Advertisement | Your ad here

Latest Photos

Add a Photo
55,612photos on this wiki
See more >

Recent Wiki Activity

See more >

Recent Questions

Around Wikia's network

Random Wiki