Grand Spectrum (Crimson Jewel, resistance): Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Trying2getmore
(added effect calculation section)
>Illviljan
Line 18: Line 18:


==Effect calculation==
==Effect calculation==
==Effect calculation==
{{#lst:Grand Spectrum|mechanics}}


If all equipped Grand Spectrum jewels are of the same type, their combined effect is a simple function:
===Examples===
 
* Equipping 5x {{il|page=Grand Spectrum (Crimson Jewel)}} grants 75 * 5 * 5 = {{c|mod|{{#expr:75 * 5 * 5 round 0}} Armour}}.
'''y = Q * x²''',
* Equipping 9x {{il|page=Grand Spectrum (Crimson Jewel)}} grants 75 * 9 * 9 = {{c|mod|{{#expr:75 * 9 * 9 round 0}} Armour}}.
 
where '''y''' is the total effect, '''Q''' is the magnitude of the gem effect (75 Armour, in the Crimson case), and '''x''' is the number of socketed identical jewels.
 
For example, equipping '''5''' of (Crimson) Grand Spectrum grants 75 * (5²) = '''1875 Armour.''' Equipping '''9''' grants 75 * (9²) = '''6075 Armour.'''
 
 
If not all equipped Spectrum jewels are of the same type, the function must be expressed in long form:
 
'''y = Q * x * Rx,'''
 
where '''Q''' is still 75 in this case, '''x''' is the number of the Crimson variant equipped, and '''Rx''' is the total number of Spectrum jewels equipped regardless of type.


==Version history==
==Version history==

Revision as of 19:20, 9 November 2016

Lua error in Module:Item2/core at line 500: The "class_id" parameter is required..

Grand Spectrum is a unique Crimson JewelCrimson JewelPlace into an allocated Jewel Socket on the Passive Skill Tree. Right click to remove from the Socket. and one of three unique jewels that share the name 'Grand Spectrum'. The other two are Module Error: No results found for item using search term "page = Grand Spectrum (Cobalt Jewel)" and Module Error: No results found for item using search term "page = Grand Spectrum (Viridian Jewel)".

Vendor: 4Alchemy ShardsAlchemy ShardStack Size: 20A stack of 20 shards becomes an Orb of Alchemy.

Modifiers

Gain 75 Armour per Grand Spectrum: Grand Spectrum grants additional armour rating based on how many jewels called 'Grand Spectrum' are placed into jewel sockets on the character's passive skill tree. Any 'Grand Spectrum' jewels are counted when determining the bonus, not only those with the Crimson Jewel base type.

Effect calculation

Effect calculation

The total magnitude of the bonuses granted by socketed Grand Spectrum jewels of type is

where is the nominal magnitude of the bonuses granted by Grand Spectrum jewels of that type, is the number of socketed Grand Spectrum jewels of that type, and is the total number of socketed Grand Spectrum jewels.

Examples

  • Equipping 5x Module Error: No results found for item using search term "page = Grand Spectrum (Crimson Jewel)" grants 75 * 5 * 5 = 1875 Armour.
  • Equipping 9x Module Error: No results found for item using search term "page = Grand Spectrum (Crimson Jewel)" grants 75 * 9 * 9 = 6075 Armour.

Version history

Version Changes
2.3.0
  • Introduced to the game.