WoW:ItemRandomSuffix: Difference between revisions

m
Move page script moved page ItemRandomSuffix to WoW:ItemRandomSuffix without leaving a redirect
mNo edit summary
m (Move page script moved page ItemRandomSuffix to WoW:ItemRandomSuffix without leaving a redirect)
 
(6 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Stub/API}}
{{wowapitype}}<br>
{{wowapitype}}
{{tocright}}
{{tocright}}


== Item Random Suffixes ==
== Item Random Suffixes ==
<div style="margin-left: 3%;">
<div style="margin-left: 3%;">
Since WoW 2.0, Blizzard have implemented the ability to add an arbitrarily scaled stats factor to any item. This is done via the [[itemString]] containing a negative suffixId and a negative uniqueId which contains an embedded suffixFactor (see [[itemString]] for information on how to extract the suffixFactor which is used below.)
Since WoW 2.0, Blizzard have implemented the ability to add an arbitrarily scaled stats factor to any item. This is done via the [[itemString]] containing a negative suffixId and a uniqueId which contains an embedded suffixFactor (see [[itemString]] for information on how to extract the suffixFactor which is used below.)
</div>
</div>


== RandomSuffix table ==
== RandomSuffix table ==
Note: Suffix 5 will appear as ":-5:" in the [[itemString]],  and


=== Suffix 5: of the Monkey ===
=== Suffix 5: of the Monkey ===
Line 160: Line 161:
Enchant 2803: +('''suffixFactor''' * 0.7889) Stamina<br/>
Enchant 2803: +('''suffixFactor''' * 0.7889) Stamina<br/>
Enchant 2804: +('''suffixFactor''' * 0.5259) Intellect<br/>
Enchant 2804: +('''suffixFactor''' * 0.5259) Intellect<br/>
Enchant 2812: +('''suffixFactor''' * 1.157) Healing
Enchant 2812: +('''suffixFactor''' * 0.6153) Spell Power
</div>
</div>
=== Suffix 38: of the Prophet ===
=== Suffix 38: of the Prophet ===
<div style="margin-left: 3%;">
<div style="margin-left: 3%;">
Line 280: Line 282:
Enchant 2802: +('''suffixFactor''' * 0.4106) Agility<br/>
Enchant 2802: +('''suffixFactor''' * 0.4106) Agility<br/>
Enchant 2803: +('''suffixFactor''' * 0.479) Stamina
Enchant 2803: +('''suffixFactor''' * 0.479) Stamina
</div>
=== Suffix 58: of the Sun ===
<div style="margin-left: 3%;">
Enchant 2824: +('''suffixFactor''' * 0.6153) Spell Damage and Healing<br/>
Enchant 2803: +('''suffixFactor''' * 0.5259) Stamina<br/>
Enchant 2804: +('''suffixFactor''' * 0.5259) Intellect
</div>
=== Suffix 59: of the Moon ===
<div style="margin-left: 3%;">
Enchant 2804: +('''suffixFactor''' * 0.5259) Intellect<br/>
Enchant 2802: +('''suffixFactor''' * 0.5259) Stamina<br/>
Enchant 2806: +('''suffixFactor''' * 0.5259) Spirit
</div>
=== Suffix 60: of the Wild ===
<div style="margin-left: 3%;">
Enchant 2825: +('''suffixFactor''' * 1.0518) Attack Power<br/>
Enchant 2803: +('''suffixFactor''' * 0.5259) Stamina<br/>
Enchant 2802: +('''suffixFactor''' * 0.5259) Agility
</div>
</div>
Anonymous user