Wowpedia

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

READ MORE

Wowpedia
m (→‎Patch changes: clean up using AWB)
 
No edit summary
 
Line 1: Line 1:
  +
{{#data:Itemtip
<onlyinclude>{{{{{tpl|tooltip}}}
 
  +
|name=Ferine Leggings
|mode={{{mode|}}}
 
 
|quality=rare
|arg={{{arg|}}}
 
  +
|icon=inv_pants_14
|name=Flare of the Heavens
 
 
|bind=bop
|icon=Spell_Holy_SummonLightwell
 
 
|slot=Legs
|quality=Epic
 
  +
|type=Leather
|bind=BoP
 
  +
|armor=136
|unique=
 
  +
|agility=15
|slot=Trinket
 
  +
|stamina=10
|level=80
 
  +
|durability=100
|effect=Equip: Improves critical strike rating by 120.<br/>Equip: Your harmful spells have a chance to increase your spell power by 850 for 10 sec.
 
 
|level=30
|sell={{cost|11|39|40}}
 
|ilvl=239
+
|ilvl=35
  +
|sellprice=4417
}}</onlyinclude>
 
  +
|itemid=6690
  +
}}
  +
'''Ferine Leggings''' is leather leg armor with [[stamina]] and [[agility]].
   
 
== Source ==
 
== Source ==
This item drops from [[General Vezax]] on [[hard mode]] in the 25-man version of [[Ulduar (instance)|Ulduar]].
+
This item drops from [[Agathelos the Raging]] in [[Razorfen Kraul]] in [[The Barrens]]. It has a drop rate of approximately 60%.
   
 
==External links==
== Patch changes ==
 
 
<!-- Read http://www.wowpedia.org/Wowpedia:External_links before posting your links here.
* {{Patch 3.1.0|note=Added.}}
 
 
== Notes ==
 
* This has a proc chance of 10%.
 
* This has an internal cooldown of 45s, starting upon proc.
 
 
== Effective Spellpower ==
 
The effective spellpower granted by this trinket is calculated as a function of cast-time. Essentially, to get the most out of this trinket, you want shorter cast times.
 
The formula for calculating the amount of effective +damage granted by this item is -
 
 
E = 850 * 10 / (45 + (t / 0.1)))
 
 
Where...
 
 
E = effective +damage
 
t = cast time
 
 
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)
 
{
 
effective = 850 * 10 / (45 + (time / 0.1f));
 
System.out.println("<tr><th>" + time + "</th><td align=\"center\">" + effective + "</td></tr>");
 
}
 
}
 
 
<table border="2" width="75%"><tr><th>Cast Time</th><th>Effective +Damage</th></tr>
 
<tr><th>1.0</th><td align="center">154.54546</td></tr>
 
<tr><th>1.5</th><td align="center">141.66667</td></tr>
 
<tr><th>2.0</th><td align="center">130.76923</td></tr>
 
<tr><th>2.5</th><td align="center">121.42857</td></tr>
 
<tr><th>3.0</th><td align="center">113.333336</td></tr>
 
<tr><th>3.5</th><td align="center">106.25</td></tr>
 
<tr><th>4.0</th><td align="center">100.0</td></tr>
 
<tr><th>4.5</th><td align="center">94.44444</td></tr>
 
<tr><th>5.0</th><td align="center">89.47369</td></tr>
 
<tr><th>5.5</th><td align="center">85.0</td></tr>
 
<tr><th>6.0</th><td align="center">80.95238</td></tr>
 
</table>
 
 
== 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.
 
Links that do not conform to the rules will be DELETED.
 
Repeat violations may result in a BAN.
 
Repeat violations may result in a BAN.
 
Have a nice day. :) -->
 
Have a nice day. :) -->
{{Elinks-item|45518}}
+
{{elinks-item|6690}}
   
[[Category:World of Warcraft epic trinkets]]
+
[[Category:World of Warcraft leather legs items]]
[[Category:Ulduar items]]
+
[[Category:World of Warcraft rare items]]
  +
[[Category:Razorfen Kraul items]]

Revision as of 14:35, 28 February 2011

Inv pants 14

Ferine Leggings is leather leg armor with stamina and agility.

Source

This item drops from Agathelos the Raging in Razorfen Kraul in The Barrens. It has a drop rate of approximately 60%.

External links